diff --git a/packages/komodo_cex_market_data/LICENSE b/packages/komodo_cex_market_data/LICENSE new file mode 100644 index 00000000..84afa8c7 --- /dev/null +++ b/packages/komodo_cex_market_data/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2024 Komodo Platform + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/packages/komodo_cex_market_data/pubspec.yaml b/packages/komodo_cex_market_data/pubspec.yaml index bcd0fabb..85363c14 100644 --- a/packages/komodo_cex_market_data/pubspec.yaml +++ b/packages/komodo_cex_market_data/pubspec.yaml @@ -1,6 +1,7 @@ name: komodo_cex_market_data description: CEX market data repositories and strategies with fallbacks for Komodo SDK apps. version: 0.0.2 +repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter environment: sdk: ">=3.9.0 <4.0.0" @@ -16,8 +17,7 @@ dependencies: freezed_annotation: ^3.0.0 json_annotation: ^4.9.0 - komodo_defi_types: - path: ../komodo_defi_types + komodo_defi_types: any # Approved via https://github.com/KomodoPlatform/komodo-wallet/pull/1106 hive: ^2.2.3 # Changed from git to pub.dev because git dependencies are not allowed in published packages diff --git a/packages/komodo_coin_updates/CHANGELOG.md b/packages/komodo_coin_updates/CHANGELOG.md index b66cbecb..70822413 100644 --- a/packages/komodo_coin_updates/CHANGELOG.md +++ b/packages/komodo_coin_updates/CHANGELOG.md @@ -1,5 +1,3 @@ -# Changelog +## 1.0.0 -## 0.0.1 - -- Initial version. +- chore: add LICENSE; loosen hive constraints; hosted komodo_defi_types diff --git a/packages/komodo_coin_updates/LICENSE b/packages/komodo_coin_updates/LICENSE new file mode 100644 index 00000000..84afa8c7 --- /dev/null +++ b/packages/komodo_coin_updates/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2024 Komodo Platform + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/packages/komodo_coin_updates/pubspec.yaml b/packages/komodo_coin_updates/pubspec.yaml index 3403f839..4356f95b 100644 --- a/packages/komodo_coin_updates/pubspec.yaml +++ b/packages/komodo_coin_updates/pubspec.yaml @@ -1,22 +1,24 @@ name: komodo_coin_updates description: Runtime coin config update coin updates. version: 1.0.0 +repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter environment: sdk: ^3.9.0 - flutter: ">=3.35.0 <3.36.0" + flutter: ">=3.35.0" resolution: workspace # Add regular dependencies here. dependencies: + flutter: + sdk: flutter equatable: ^2.0.7 flutter_bloc: ^9.1.1 - hive: 2.2.3 - hive_flutter: 1.1.0 + hive: ^2.2.3 + hive_flutter: ^1.1.0 http: ^1.4.0 - komodo_defi_types: - path: ../komodo_defi_types + komodo_defi_types: any very_good_analysis: ^9.0.0 dev_dependencies: diff --git a/packages/komodo_coins/CHANGELOG.md b/packages/komodo_coins/CHANGELOG.md index 41cc7d81..18640405 100644 --- a/packages/komodo_coins/CHANGELOG.md +++ b/packages/komodo_coins/CHANGELOG.md @@ -1,3 +1,3 @@ -## 0.0.1 +## 0.3.0+0 -* TODO: Describe initial release. +- chore: set homepage to https URL; switch to hosted deps; add LICENSE diff --git a/packages/komodo_coins/pubspec.yaml b/packages/komodo_coins/pubspec.yaml index c91faa56..2f1170ae 100644 --- a/packages/komodo_coins/pubspec.yaml +++ b/packages/komodo_coins/pubspec.yaml @@ -1,11 +1,12 @@ name: komodo_coins description: "A package for fetching managing Komodo Platform coin configuration data storage, runtime updates, and queries." version: 0.3.0+0 -homepage: "komodoplatform.com" +homepage: "https://komodoplatform.com" +repository: "https://github.com/KomodoPlatform/komodo-defi-sdk-flutter" environment: sdk: ^3.9.0 - flutter: ">=3.35.0 <3.36.0" + flutter: ">=3.35.0" resolution: workspace @@ -17,8 +18,7 @@ dependencies: # meta: meta: ^1.15.0 - komodo_defi_types: - path: ../komodo_defi_types + komodo_defi_types: any dev_dependencies: flutter_test: diff --git a/packages/komodo_defi_framework/pubspec.yaml b/packages/komodo_defi_framework/pubspec.yaml index 6621f8a3..ab4b68df 100644 --- a/packages/komodo_defi_framework/pubspec.yaml +++ b/packages/komodo_defi_framework/pubspec.yaml @@ -4,12 +4,14 @@ description: "A Flutter plugin for the Komodo DeFi Framework, supporting both version: 0.3.0+0 homepage: https://komodoplatform.com +repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter + environment: sdk: '>=3.9.0 <4.0.0' # Minimum Flutter version is set quite high for build transformer capabilities. # If this is too high for your project, this can be lowered by commenting out # the following line and running the build transformer manually via CLI. - flutter: ">=3.35.0 <3.36.0" + flutter: ">=3.35.0" resolution: workspace @@ -21,17 +23,13 @@ dependencies: flutter_web_plugins: sdk: flutter http: ^1.4.0 - komodo_coin_updates: - path: ../komodo_coin_updates - komodo_coins: - path: ../komodo_coins - komodo_defi_types: - path: ../komodo_defi_types - komodo_wallet_build_transformer: - path: ../komodo_wallet_build_transformer + komodo_coin_updates: any + komodo_coins: any + komodo_defi_types: any + komodo_wallet_build_transformer: any logging: ^1.3.0 mutex: ^3.1.0 - path: any + path: ^1.9.1 path_provider: ^2.1.4 plugin_platform_interface: ^2.0.2 web: ^1.1.0 diff --git a/packages/komodo_defi_local_auth/LICENSE b/packages/komodo_defi_local_auth/LICENSE new file mode 100644 index 00000000..84afa8c7 --- /dev/null +++ b/packages/komodo_defi_local_auth/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2024 Komodo Platform + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/packages/komodo_defi_local_auth/pubspec.yaml b/packages/komodo_defi_local_auth/pubspec.yaml index 8c4055b5..2172b6e1 100644 --- a/packages/komodo_defi_local_auth/pubspec.yaml +++ b/packages/komodo_defi_local_auth/pubspec.yaml @@ -2,10 +2,11 @@ name: komodo_defi_local_auth description: A package responsible for managing and abstracting out an authentication service on top of the API's methods version: 0.3.0+0 +repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter environment: sdk: ^3.9.0 - flutter: ">=3.35.0 <3.36.0" + flutter: ">=3.35.0" resolution: workspace @@ -16,14 +17,9 @@ dependencies: flutter_secure_storage: ^10.0.0-beta.4 freezed_annotation: ^3.0.0 - komodo_defi_framework: - path: ../komodo_defi_framework - - komodo_defi_rpc_methods: - path: ../komodo_defi_rpc_methods - - komodo_defi_types: - path: ../komodo_defi_types + komodo_defi_framework: any + komodo_defi_rpc_methods: any + komodo_defi_types: any local_auth: ^2.3.0 logging: ^1.3.0 diff --git a/packages/komodo_defi_rpc_methods/CHANGELOG.md b/packages/komodo_defi_rpc_methods/CHANGELOG.md index ff6a5d9e..9d8fafd8 100644 --- a/packages/komodo_defi_rpc_methods/CHANGELOG.md +++ b/packages/komodo_defi_rpc_methods/CHANGELOG.md @@ -1,7 +1,3 @@ -# 0.1.0+1 +## 0.3.0+0 -- feat: initial commit 🎉 - -## 0.1.1 - -- docs: README with usage examples for client.rpc namespaces +- chore: update dependencies; replace path deps with hosted; add LICENSE diff --git a/packages/komodo_defi_rpc_methods/LICENSE b/packages/komodo_defi_rpc_methods/LICENSE new file mode 100644 index 00000000..84afa8c7 --- /dev/null +++ b/packages/komodo_defi_rpc_methods/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2024 Komodo Platform + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/packages/komodo_defi_rpc_methods/pubspec.yaml b/packages/komodo_defi_rpc_methods/pubspec.yaml index 01510880..1eddee6d 100644 --- a/packages/komodo_defi_rpc_methods/pubspec.yaml +++ b/packages/komodo_defi_rpc_methods/pubspec.yaml @@ -1,6 +1,6 @@ name: komodo_defi_rpc_methods description: A package containing the RPC methods and responses for the Komodo DeFi Framework API -homepage: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter +repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter version: 0.3.0+0 environment: @@ -15,10 +15,9 @@ dependencies: equatable: ^2.0.7 freezed_annotation: ^3.0.0 json_annotation: ^4.9.0 - komodo_defi_types: - path: ../komodo_defi_types + komodo_defi_types: any meta: ^1.15.0 - path: any + path: ^1.9.1 dev_dependencies: build_runner: ^2.4.14 diff --git a/packages/komodo_defi_sdk/CHANGELOG.md b/packages/komodo_defi_sdk/CHANGELOG.md index 1f7edbf3..29fb9ce9 100644 --- a/packages/komodo_defi_sdk/CHANGELOG.md +++ b/packages/komodo_defi_sdk/CHANGELOG.md @@ -1,7 +1,3 @@ -# 0.1.0+1 +## 0.3.0+0 -- feat: initial commit 🎉 - -## 0.1.1 - -- docs: comprehensive README with quick start, config, tasks, and advanced RPC +- chore: switch internal deps to hosted; add LICENSE; pin logging constraint diff --git a/packages/komodo_defi_sdk/LICENSE b/packages/komodo_defi_sdk/LICENSE new file mode 100644 index 00000000..84afa8c7 --- /dev/null +++ b/packages/komodo_defi_sdk/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2024 Komodo Platform + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/packages/komodo_defi_sdk/pubspec.yaml b/packages/komodo_defi_sdk/pubspec.yaml index 4d4eccd6..0fb00e84 100644 --- a/packages/komodo_defi_sdk/pubspec.yaml +++ b/packages/komodo_defi_sdk/pubspec.yaml @@ -4,10 +4,11 @@ description: A high-level opinionated library that provides a simple way to wallets). This package seves as the entry point for the packages in this repository. version: 0.3.0+0 +repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter environment: sdk: ^3.9.0 - flutter: ">=3.35.0 <3.36.0" + flutter: ">=3.35.0" resolution: workspace @@ -19,26 +20,19 @@ dependencies: flutter_secure_storage: ^10.0.0-beta.4 get_it: ^8.0.3 http: ^1.4.0 - komodo_cex_market_data: - path: ../komodo_cex_market_data - komodo_coins: - path: ../komodo_coins - komodo_defi_framework: - path: ../komodo_defi_framework - komodo_defi_local_auth: - path: ../komodo_defi_local_auth - komodo_defi_rpc_methods: - path: ../komodo_defi_rpc_methods - komodo_defi_types: - path: ../komodo_defi_types - komodo_ui: - path: ../komodo_ui + komodo_cex_market_data: any + komodo_coins: any + komodo_defi_framework: any + komodo_defi_local_auth: any + komodo_defi_rpc_methods: any + komodo_defi_types: any + komodo_ui: any mutex: ^3.1.0 provider: ^6.1.2 shared_preferences: ^2.3.2 - logging: any + logging: ^1.3.0 dev_dependencies: index_generator: ^4.0.1 fake_async: ^1.3.3 diff --git a/packages/komodo_defi_types/CHANGELOG.md b/packages/komodo_defi_types/CHANGELOG.md index 466528c6..ea1bec14 100644 --- a/packages/komodo_defi_types/CHANGELOG.md +++ b/packages/komodo_defi_types/CHANGELOG.md @@ -1,3 +1,3 @@ -## 0.0.1 +## 0.3.0+0 -- Init. +- chore: add LICENSE, repository; add characters dep; loosen flutter bound diff --git a/packages/komodo_defi_types/LICENSE b/packages/komodo_defi_types/LICENSE new file mode 100644 index 00000000..84afa8c7 --- /dev/null +++ b/packages/komodo_defi_types/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2024 Komodo Platform + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/packages/komodo_defi_types/pubspec.yaml b/packages/komodo_defi_types/pubspec.yaml index d56b3c1d..50109979 100644 --- a/packages/komodo_defi_types/pubspec.yaml +++ b/packages/komodo_defi_types/pubspec.yaml @@ -1,12 +1,12 @@ name: komodo_defi_types description: Type definitions for Komodo DeFi Framework. version: 0.3.0+0 -repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter/ +repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter environment: sdk: ^3.9.0 # TODO: Refactor to pure Dart package - flutter: ">=3.35.0 <3.36.0" + flutter: ">=3.35.0" resolution: workspace @@ -18,9 +18,9 @@ dependencies: sdk: flutter freezed_annotation: ^3.0.0 json_annotation: ^4.9.0 - komodo_defi_rpc_methods: - path: ../komodo_defi_rpc_methods + komodo_defi_rpc_methods: any meta: ^1.15.0 + characters: ^1.4.1 dev_dependencies: build_runner: ^2.4.14 diff --git a/packages/komodo_symbol_converter/CHANGELOG.md b/packages/komodo_symbol_converter/CHANGELOG.md new file mode 100644 index 00000000..2ff9c5b8 --- /dev/null +++ b/packages/komodo_symbol_converter/CHANGELOG.md @@ -0,0 +1,3 @@ +## 0.3.0+0 + +- chore: initial publishable release; add LICENSE and repository diff --git a/packages/komodo_symbol_converter/LICENSE b/packages/komodo_symbol_converter/LICENSE new file mode 100644 index 00000000..84afa8c7 --- /dev/null +++ b/packages/komodo_symbol_converter/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2024 Komodo Platform + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/packages/komodo_symbol_converter/pubspec.yaml b/packages/komodo_symbol_converter/pubspec.yaml index 71a72264..c8325630 100644 --- a/packages/komodo_symbol_converter/pubspec.yaml +++ b/packages/komodo_symbol_converter/pubspec.yaml @@ -1,6 +1,7 @@ name: komodo_symbol_converter description: A lightweight package to convert fiat/crypto prices and charts version: 0.3.0+0 +repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter environment: sdk: ^3.9.0 diff --git a/packages/komodo_ui/LICENSE b/packages/komodo_ui/LICENSE new file mode 100644 index 00000000..84afa8c7 --- /dev/null +++ b/packages/komodo_ui/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2024 Komodo Platform + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/packages/komodo_ui/pubspec.yaml b/packages/komodo_ui/pubspec.yaml index c5ed00e0..142bd947 100644 --- a/packages/komodo_ui/pubspec.yaml +++ b/packages/komodo_ui/pubspec.yaml @@ -2,10 +2,11 @@ name: komodo_ui description: A high-level widget catalog relevant to building Flutter UI apps which consume Komodo DeFi Framework version: 0.3.0+0 +repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter environment: sdk: ^3.9.0 - flutter: ">=3.35.0 <3.36.0" + flutter: ">=3.35.0" resolution: workspace @@ -16,8 +17,7 @@ dependencies: sdk: flutter intl: ^0.20.2 - komodo_defi_types: - path: ../komodo_defi_types + komodo_defi_types: any mobile_scanner: ^7.0.0 dev_dependencies: diff --git a/packages/komodo_wallet_build_transformer/CHANGELOG.md b/packages/komodo_wallet_build_transformer/CHANGELOG.md index effe43c8..0e6b13f3 100644 --- a/packages/komodo_wallet_build_transformer/CHANGELOG.md +++ b/packages/komodo_wallet_build_transformer/CHANGELOG.md @@ -1,3 +1,3 @@ -## 1.0.0 +## 0.3.0+0 -- Initial version. +- chore: align with monorepo versioning; add LICENSE and repository diff --git a/packages/komodo_wallet_build_transformer/LICENSE b/packages/komodo_wallet_build_transformer/LICENSE new file mode 100644 index 00000000..84afa8c7 --- /dev/null +++ b/packages/komodo_wallet_build_transformer/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2024 Komodo Platform + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/packages/komodo_wallet_build_transformer/pubspec.yaml b/packages/komodo_wallet_build_transformer/pubspec.yaml index 9d7ac83b..33c36403 100644 --- a/packages/komodo_wallet_build_transformer/pubspec.yaml +++ b/packages/komodo_wallet_build_transformer/pubspec.yaml @@ -1,7 +1,7 @@ name: komodo_wallet_build_transformer description: A build transformer for Komodo Wallet used for managing all build-time dependencies. version: 0.3.0+0 -repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter/ +repository: https://github.com/KomodoPlatform/komodo-defi-sdk-flutter environment: sdk: ^3.9.0 @@ -16,6 +16,7 @@ dependencies: http: ^1.4.0 # dart.dev logging: ^1.3.0 # dart.dev path: ^1.9.1 + yaml: ^3.1.3 dev_dependencies: flutter_lints: ^6.0.0 diff --git a/packages/komodo_wallet_cli/CHANGELOG.md b/packages/komodo_wallet_cli/CHANGELOG.md index effe43c8..ee9202ca 100644 --- a/packages/komodo_wallet_cli/CHANGELOG.md +++ b/packages/komodo_wallet_cli/CHANGELOG.md @@ -1,3 +1,3 @@ -## 1.0.0 +## 0.3.0+0 -- Initial version. +- fix: add missing dependencies; add LICENSE diff --git a/packages/komodo_wallet_cli/LICENSE b/packages/komodo_wallet_cli/LICENSE new file mode 100644 index 00000000..84afa8c7 --- /dev/null +++ b/packages/komodo_wallet_cli/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2024 Komodo Platform + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/packages/komodo_wallet_cli/pubspec.yaml b/packages/komodo_wallet_cli/pubspec.yaml index 9443d990..d49c8654 100644 --- a/packages/komodo_wallet_cli/pubspec.yaml +++ b/packages/komodo_wallet_cli/pubspec.yaml @@ -22,6 +22,10 @@ resolution: workspace # Add regular dependencies here. dependencies: args: ^2.6.0 + crypto: ^3.0.3 + html: ^0.15.4 + http: ^1.4.0 + logging: ^1.3.0 path: ^1.9.1 yaml: ^3.1.3 @@ -30,9 +34,6 @@ dev_dependencies: flutter_lints: ^6.0.0 test: ^1.25.7 - komodo_wallet_build_transformer: - path: ../komodo_wallet_build_transformer - assets: - path: assets/transformer_invoker.txt transformers: