diff --git a/.changeset/serious-walls-rest.md b/.changeset/serious-walls-rest.md deleted file mode 100644 index aca5ddbae..000000000 --- a/.changeset/serious-walls-rest.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@cypherock/sdk-app-inheritance": major -"@cypherock/sdk-core": minor -"@cypherock/prettier-config": patch -"@cypherock/sdk-interfaces": patch -"nodejs-test": patch ---- - -Added Inheritance Support diff --git a/.changeset/short-ghosts-fetch.md b/.changeset/short-ghosts-fetch.md deleted file mode 100644 index 1b92b7480..000000000 --- a/.changeset/short-ghosts-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cypherock/sdk-core': patch ---- - -added inheritance session management diff --git a/apps/browser/CHANGELOG.md b/apps/browser/CHANGELOG.md index 603b488ef..f0bc002cc 100644 --- a/apps/browser/CHANGELOG.md +++ b/apps/browser/CHANGELOG.md @@ -1,5 +1,15 @@ # browser-test +## 0.0.39 + +### Patch Changes + +- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]: + - @cypherock/sdk-core@0.1.0 + - @cypherock/sdk-app-btc@0.0.37 + - @cypherock/sdk-app-manager@0.0.32 + - @cypherock/sdk-hw-webusb@0.0.18 + ## 0.0.38 ### Patch Changes diff --git a/apps/browser/package.json b/apps/browser/package.json index 786d23b5c..7629f0201 100644 --- a/apps/browser/package.json +++ b/apps/browser/package.json @@ -1,6 +1,6 @@ { "name": "browser-test", - "version": "0.0.38", + "version": "0.0.39", "private": true, "scripts": { "dev:browser": "next dev", @@ -11,9 +11,9 @@ }, "dependencies": { "@cypherock/sdk-app-btc": "workspace:^", - "@cypherock/sdk-app-manager": "workspace:^0.0.31", - "@cypherock/sdk-core": "workspace:^0.0.25", - "@cypherock/sdk-hw-webusb": "workspace:^0.0.17", + "@cypherock/sdk-app-manager": "workspace:^0.0.32", + "@cypherock/sdk-core": "workspace:^0.1.0", + "@cypherock/sdk-hw-webusb": "workspace:^0.0.18", "@next/font": "13.1.6", "@types/node": "18.11.18", "@types/react": "18.0.27", diff --git a/apps/node/CHANGELOG.md b/apps/node/CHANGELOG.md index c3029933e..45048def3 100644 --- a/apps/node/CHANGELOG.md +++ b/apps/node/CHANGELOG.md @@ -1,5 +1,26 @@ # nodejs-test +## 0.0.51 + +### Patch Changes + +- [#134](https://github.com/Cypherock/sdk/pull/134) [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26) Thanks [@TejasvOnly](https://github.com/TejasvOnly)! - Added Inheritance Support + +- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]: + - @cypherock/sdk-app-inheritance@1.0.0 + - @cypherock/sdk-core@0.1.0 + - @cypherock/sdk-interfaces@0.0.16 + - @cypherock/sdk-app-btc@0.0.37 + - @cypherock/sdk-app-evm@0.0.33 + - @cypherock/sdk-app-manager@0.0.32 + - @cypherock/sdk-app-near@0.0.31 + - @cypherock/sdk-app-solana@0.0.7 + - @cypherock/sdk-app-tron@0.0.2 + - @cypherock/sdk-app-xrp@1.0.1 + - @cypherock/sdk-hw-hid@0.0.23 + - @cypherock/sdk-hw-serialport@0.0.20 + - @cypherock/sdk-utils@0.0.19 + ## 0.0.50 ### Patch Changes diff --git a/apps/node/package.json b/apps/node/package.json index 5a5bd2e59..5a44b6dc3 100644 --- a/apps/node/package.json +++ b/apps/node/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-test", - "version": "0.0.50", + "version": "0.0.51", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -14,7 +14,7 @@ }, "devDependencies": { "@cypherock/eslint-config": "workspace:*", - "@cypherock/prettier-config": "workspace:^0.0.7", + "@cypherock/prettier-config": "workspace:^0.0.8", "@cypherock/tsconfig": "workspace:*", "eslint": "^7.32.0", "rimraf": "^4.1.2", diff --git a/packages/app-btc/CHANGELOG.md b/packages/app-btc/CHANGELOG.md index 0a9e45a76..76afaf018 100644 --- a/packages/app-btc/CHANGELOG.md +++ b/packages/app-btc/CHANGELOG.md @@ -1,5 +1,14 @@ # @cypherock/sdk-app-btc +## 0.0.37 + +### Patch Changes + +- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]: + - @cypherock/sdk-core@0.1.0 + - @cypherock/sdk-interfaces@0.0.16 + - @cypherock/sdk-utils@0.0.19 + ## 0.0.36 ### Patch Changes diff --git a/packages/app-btc/package.json b/packages/app-btc/package.json index eaa94a087..cc8314691 100644 --- a/packages/app-btc/package.json +++ b/packages/app-btc/package.json @@ -1,6 +1,6 @@ { "name": "@cypherock/sdk-app-btc", - "version": "0.0.36", + "version": "0.0.37", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -17,7 +17,7 @@ }, "devDependencies": { "@cypherock/eslint-config": "workspace:*", - "@cypherock/prettier-config": "workspace:^0.0.7", + "@cypherock/prettier-config": "workspace:^0.0.8", "@cypherock/tsconfig": "workspace:*", "@jest/globals": "^29.4.1", "@stryker-mutator/core": "^6.4.1", @@ -37,9 +37,9 @@ }, "dependencies": { "@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3", - "@cypherock/sdk-core": "workspace:^0.0.25", - "@cypherock/sdk-interfaces": "workspace:^0.0.15", - "@cypherock/sdk-utils": "workspace:^0.0.18", + "@cypherock/sdk-core": "workspace:^0.1.0", + "@cypherock/sdk-interfaces": "workspace:^0.0.16", + "@cypherock/sdk-utils": "workspace:^0.0.19", "axios": "^1.3.4", "bip66": "^1.1.5", "long": "^5.2.1", diff --git a/packages/app-evm/CHANGELOG.md b/packages/app-evm/CHANGELOG.md index fb972f6d6..1c05c4cdf 100644 --- a/packages/app-evm/CHANGELOG.md +++ b/packages/app-evm/CHANGELOG.md @@ -1,5 +1,14 @@ # @cypherock/sdk-app-evm +## 0.0.33 + +### Patch Changes + +- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]: + - @cypherock/sdk-core@0.1.0 + - @cypherock/sdk-interfaces@0.0.16 + - @cypherock/sdk-utils@0.0.19 + ## 0.0.32 ### Patch Changes diff --git a/packages/app-evm/package.json b/packages/app-evm/package.json index 08ca44836..dc1696ebc 100644 --- a/packages/app-evm/package.json +++ b/packages/app-evm/package.json @@ -1,6 +1,6 @@ { "name": "@cypherock/sdk-app-evm", - "version": "0.0.32", + "version": "0.0.33", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -17,7 +17,7 @@ }, "devDependencies": { "@cypherock/eslint-config": "workspace:*", - "@cypherock/prettier-config": "workspace:^0.0.7", + "@cypherock/prettier-config": "workspace:^0.0.8", "@cypherock/tsconfig": "workspace:*", "@jest/globals": "^29.4.1", "@stryker-mutator/core": "^6.4.1", @@ -37,9 +37,9 @@ "typescript": "^4.5.2" }, "dependencies": { - "@cypherock/sdk-core": "workspace:^0.0.25", - "@cypherock/sdk-interfaces": "workspace:^0.0.15", - "@cypherock/sdk-utils": "workspace:^0.0.18", + "@cypherock/sdk-core": "workspace:^0.1.0", + "@cypherock/sdk-interfaces": "workspace:^0.0.16", + "@cypherock/sdk-utils": "workspace:^0.0.19", "bignumber.js": "^9.1.2", "long": "^5.2.1", "protobufjs": "^7.2.2" diff --git a/packages/app-inheritance/CHANGELOG.md b/packages/app-inheritance/CHANGELOG.md new file mode 100644 index 000000000..bca564d1f --- /dev/null +++ b/packages/app-inheritance/CHANGELOG.md @@ -0,0 +1,14 @@ +# @cypherock/sdk-app-inheritance + +## 1.0.0 + +### Major Changes + +- [#134](https://github.com/Cypherock/sdk/pull/134) [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26) Thanks [@TejasvOnly](https://github.com/TejasvOnly)! - Added Inheritance Support + +### Patch Changes + +- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]: + - @cypherock/sdk-core@0.1.0 + - @cypherock/sdk-interfaces@0.0.16 + - @cypherock/sdk-utils@0.0.19 diff --git a/packages/app-inheritance/package.json b/packages/app-inheritance/package.json index 163088ac8..7e9a4c422 100644 --- a/packages/app-inheritance/package.json +++ b/packages/app-inheritance/package.json @@ -1,6 +1,6 @@ { "name": "@cypherock/sdk-app-inheritance", - "version": "0.0.1", + "version": "1.0.0", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -17,7 +17,7 @@ }, "devDependencies": { "@cypherock/eslint-config": "workspace:*", - "@cypherock/prettier-config": "workspace:^0.0.7", + "@cypherock/prettier-config": "workspace:^0.0.8", "@cypherock/tsconfig": "workspace:*", "@jest/globals": "^29.4.1", "@stryker-mutator/core": "^6.4.1", @@ -35,9 +35,9 @@ "typescript": "^4.5.2" }, "dependencies": { - "@cypherock/sdk-core": "workspace:^0.0.25", - "@cypherock/sdk-interfaces": "workspace:^0.0.15", - "@cypherock/sdk-utils": "workspace:^0.0.18", + "@cypherock/sdk-core": "workspace:^0.1.0", + "@cypherock/sdk-interfaces": "workspace:^0.0.16", + "@cypherock/sdk-utils": "workspace:^0.0.19", "long": "^5.2.1", "protobufjs": "^7.2.2" }, diff --git a/packages/app-manager/CHANGELOG.md b/packages/app-manager/CHANGELOG.md index 8133326e0..1e637ef0c 100644 --- a/packages/app-manager/CHANGELOG.md +++ b/packages/app-manager/CHANGELOG.md @@ -1,5 +1,14 @@ # @cypherock/sdk-app-manager +## 0.0.32 + +### Patch Changes + +- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]: + - @cypherock/sdk-core@0.1.0 + - @cypherock/sdk-interfaces@0.0.16 + - @cypherock/sdk-utils@0.0.19 + ## 0.0.31 ### Patch Changes diff --git a/packages/app-manager/package.json b/packages/app-manager/package.json index db9a9c2ba..581abd319 100644 --- a/packages/app-manager/package.json +++ b/packages/app-manager/package.json @@ -1,6 +1,6 @@ { "name": "@cypherock/sdk-app-manager", - "version": "0.0.31", + "version": "0.0.32", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -17,7 +17,7 @@ }, "devDependencies": { "@cypherock/eslint-config": "workspace:*", - "@cypherock/prettier-config": "workspace:^0.0.7", + "@cypherock/prettier-config": "workspace:^0.0.8", "@cypherock/tsconfig": "workspace:*", "@jest/globals": "^29.4.1", "@stryker-mutator/core": "^6.4.1", @@ -35,9 +35,9 @@ "typescript": "^4.5.2" }, "dependencies": { - "@cypherock/sdk-core": "workspace:^0.0.25", - "@cypherock/sdk-interfaces": "workspace:^0.0.15", - "@cypherock/sdk-utils": "workspace:^0.0.18", + "@cypherock/sdk-core": "workspace:^0.1.0", + "@cypherock/sdk-interfaces": "workspace:^0.0.16", + "@cypherock/sdk-utils": "workspace:^0.0.19", "axios": "^1.3.4", "crypto-js": "^4.1.1", "protobufjs": "^7.2.2", diff --git a/packages/app-near/CHANGELOG.md b/packages/app-near/CHANGELOG.md index ba53af78e..b801922c1 100644 --- a/packages/app-near/CHANGELOG.md +++ b/packages/app-near/CHANGELOG.md @@ -1,5 +1,14 @@ # @cypherock/sdk-app-near +## 0.0.31 + +### Patch Changes + +- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]: + - @cypherock/sdk-core@0.1.0 + - @cypherock/sdk-interfaces@0.0.16 + - @cypherock/sdk-utils@0.0.19 + ## 0.0.30 ### Patch Changes diff --git a/packages/app-near/package.json b/packages/app-near/package.json index fbd3ab2c7..6f515f826 100644 --- a/packages/app-near/package.json +++ b/packages/app-near/package.json @@ -1,6 +1,6 @@ { "name": "@cypherock/sdk-app-near", - "version": "0.0.30", + "version": "0.0.31", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -17,7 +17,7 @@ }, "devDependencies": { "@cypherock/eslint-config": "workspace:*", - "@cypherock/prettier-config": "workspace:^0.0.7", + "@cypherock/prettier-config": "workspace:^0.0.8", "@cypherock/tsconfig": "workspace:*", "@jest/globals": "^29.4.1", "@stryker-mutator/core": "^6.4.1", @@ -36,9 +36,9 @@ "typescript": "^4.5.2" }, "dependencies": { - "@cypherock/sdk-core": "workspace:^0.0.25", - "@cypherock/sdk-interfaces": "workspace:^0.0.15", - "@cypherock/sdk-utils": "workspace:^0.0.18", + "@cypherock/sdk-core": "workspace:^0.1.0", + "@cypherock/sdk-interfaces": "workspace:^0.0.16", + "@cypherock/sdk-utils": "workspace:^0.0.19", "long": "^5.2.1", "protobufjs": "^7.2.2" }, diff --git a/packages/app-solana/CHANGELOG.md b/packages/app-solana/CHANGELOG.md index 70292ae04..c93b239b8 100644 --- a/packages/app-solana/CHANGELOG.md +++ b/packages/app-solana/CHANGELOG.md @@ -1,5 +1,14 @@ # @cypherock/sdk-app-solana +## 0.0.7 + +### Patch Changes + +- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]: + - @cypherock/sdk-core@0.1.0 + - @cypherock/sdk-interfaces@0.0.16 + - @cypherock/sdk-utils@0.0.19 + ## 0.0.6 ### Patch Changes diff --git a/packages/app-solana/package.json b/packages/app-solana/package.json index fe48584e4..2c5c5e2c7 100644 --- a/packages/app-solana/package.json +++ b/packages/app-solana/package.json @@ -1,6 +1,6 @@ { "name": "@cypherock/sdk-app-solana", - "version": "0.0.6", + "version": "0.0.7", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -17,7 +17,7 @@ }, "devDependencies": { "@cypherock/eslint-config": "workspace:*", - "@cypherock/prettier-config": "workspace:^0.0.7", + "@cypherock/prettier-config": "workspace:^0.0.8", "@cypherock/tsconfig": "workspace:*", "@jest/globals": "^29.4.1", "@solana/web3.js": "^1.87.6", @@ -36,9 +36,9 @@ "typescript": "^4.5.2" }, "dependencies": { - "@cypherock/sdk-core": "workspace:^0.0.25", - "@cypherock/sdk-interfaces": "workspace:^0.0.15", - "@cypherock/sdk-utils": "workspace:^0.0.18", + "@cypherock/sdk-core": "workspace:^0.1.0", + "@cypherock/sdk-interfaces": "workspace:^0.0.16", + "@cypherock/sdk-utils": "workspace:^0.0.19", "axios": "^1.3.4", "bs58": "5", "long": "^5.2.1", diff --git a/packages/app-tron/CHANGELOG.md b/packages/app-tron/CHANGELOG.md index c4e65f227..cd50088d7 100644 --- a/packages/app-tron/CHANGELOG.md +++ b/packages/app-tron/CHANGELOG.md @@ -1,5 +1,14 @@ # @cypherock/sdk-app-tron +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]: + - @cypherock/sdk-core@0.1.0 + - @cypherock/sdk-interfaces@0.0.16 + - @cypherock/sdk-utils@0.0.19 + ## 0.0.1 ### Patch Changes diff --git a/packages/app-tron/package.json b/packages/app-tron/package.json index c37290b54..9af8c5153 100644 --- a/packages/app-tron/package.json +++ b/packages/app-tron/package.json @@ -1,6 +1,6 @@ { "name": "@cypherock/sdk-app-tron", - "version": "0.0.1", + "version": "0.0.2", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -17,7 +17,7 @@ }, "devDependencies": { "@cypherock/eslint-config": "workspace:*", - "@cypherock/prettier-config": "workspace:^0.0.7", + "@cypherock/prettier-config": "workspace:^0.0.8", "@cypherock/tsconfig": "workspace:*", "@jest/globals": "^29.4.1", "@stryker-mutator/core": "^6.4.1", @@ -36,9 +36,9 @@ "typescript": "^4.5.2" }, "dependencies": { - "@cypherock/sdk-core": "workspace:^0.0.25", - "@cypherock/sdk-interfaces": "workspace:^0.0.15", - "@cypherock/sdk-utils": "workspace:^0.0.18", + "@cypherock/sdk-core": "workspace:^0.1.0", + "@cypherock/sdk-interfaces": "workspace:^0.0.16", + "@cypherock/sdk-utils": "workspace:^0.0.19", "long": "^5.2.1", "protobufjs": "^7.2.2" }, diff --git a/packages/app-xrp/CHANGELOG.md b/packages/app-xrp/CHANGELOG.md index 346504a2c..f78200e77 100644 --- a/packages/app-xrp/CHANGELOG.md +++ b/packages/app-xrp/CHANGELOG.md @@ -1,5 +1,14 @@ # @cypherock/sdk-app-xrp +## 1.0.1 + +### Patch Changes + +- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26), [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]: + - @cypherock/sdk-core@0.1.0 + - @cypherock/sdk-interfaces@0.0.16 + - @cypherock/sdk-utils@0.0.19 + ## 1.0.0 ### Major Changes diff --git a/packages/app-xrp/package.json b/packages/app-xrp/package.json index c90c71269..9f826b9af 100644 --- a/packages/app-xrp/package.json +++ b/packages/app-xrp/package.json @@ -1,6 +1,6 @@ { "name": "@cypherock/sdk-app-xrp", - "version": "1.0.0", + "version": "1.0.1", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -17,7 +17,7 @@ }, "devDependencies": { "@cypherock/eslint-config": "workspace:*", - "@cypherock/prettier-config": "workspace:^0.0.7", + "@cypherock/prettier-config": "workspace:^0.0.8", "@cypherock/tsconfig": "workspace:*", "@jest/globals": "^29.4.1", "@stryker-mutator/core": "^6.4.1", @@ -35,9 +35,9 @@ "typescript": "^4.5.2" }, "dependencies": { - "@cypherock/sdk-core": "workspace:^0.0.25", - "@cypherock/sdk-interfaces": "workspace:^0.0.15", - "@cypherock/sdk-utils": "workspace:^0.0.18", + "@cypherock/sdk-core": "workspace:^0.1.0", + "@cypherock/sdk-interfaces": "workspace:^0.0.16", + "@cypherock/sdk-utils": "workspace:^0.0.19", "long": "^5.2.1", "protobufjs": "^7.2.2", "xrpl": "^4.0.0" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7f706a041..054854f38 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @cypherock/sdk-core +## 0.1.0 + +### Minor Changes + +- [#134](https://github.com/Cypherock/sdk/pull/134) [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26) Thanks [@TejasvOnly](https://github.com/TejasvOnly)! - Added Inheritance Support + +### Patch Changes + +- [#134](https://github.com/Cypherock/sdk/pull/134) [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26) Thanks [@TejasvOnly](https://github.com/TejasvOnly)! - added inheritance session management + +- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]: + - @cypherock/sdk-interfaces@0.0.16 + - @cypherock/sdk-utils@0.0.19 + ## 0.0.25 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 280f215ab..7b97c934e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@cypherock/sdk-core", - "version": "0.0.25", + "version": "0.1.0", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -16,7 +16,7 @@ }, "devDependencies": { "@cypherock/eslint-config": "workspace:*", - "@cypherock/prettier-config": "workspace:^0.0.7", + "@cypherock/prettier-config": "workspace:^0.0.8", "@cypherock/tsconfig": "workspace:*", "@jest/globals": "^29.4.1", "@types/jest": "^29.4.0", @@ -31,8 +31,8 @@ "typescript": "^4.5.2" }, "dependencies": { - "@cypherock/sdk-interfaces": "workspace:^0.0.15", - "@cypherock/sdk-utils": "workspace:^0.0.18", + "@cypherock/sdk-interfaces": "workspace:^0.0.16", + "@cypherock/sdk-utils": "workspace:^0.0.19", "axios": "^1.3.4", "compare-versions": "6.0.0-rc.1", "protobufjs": "^7.2.2", diff --git a/packages/hw-hid/CHANGELOG.md b/packages/hw-hid/CHANGELOG.md index 040a7930b..b62084e4a 100644 --- a/packages/hw-hid/CHANGELOG.md +++ b/packages/hw-hid/CHANGELOG.md @@ -1,5 +1,13 @@ # @cypherock/sdk-hw-hid +## 0.0.23 + +### Patch Changes + +- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]: + - @cypherock/sdk-interfaces@0.0.16 + - @cypherock/sdk-utils@0.0.19 + ## 0.0.22 ### Patch Changes diff --git a/packages/hw-hid/package.json b/packages/hw-hid/package.json index 56f77661e..ab8525896 100644 --- a/packages/hw-hid/package.json +++ b/packages/hw-hid/package.json @@ -1,6 +1,6 @@ { "name": "@cypherock/sdk-hw-hid", - "version": "0.0.22", + "version": "0.0.23", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -14,7 +14,7 @@ }, "devDependencies": { "@cypherock/eslint-config": "workspace:*", - "@cypherock/prettier-config": "workspace:^0.0.7", + "@cypherock/prettier-config": "workspace:^0.0.8", "@cypherock/tsconfig": "workspace:*", "@types/uuid": "^9.0.0", "eslint": "^7.32.0", @@ -23,7 +23,7 @@ "typescript": "^4.5.2" }, "dependencies": { - "@cypherock/sdk-interfaces": "workspace:^0.0.15", + "@cypherock/sdk-interfaces": "workspace:^0.0.16", "@cypherock/sdk-utils": "workspace:^", "node-hid": "^3.0.0", "usb": "^2.11.0", diff --git a/packages/hw-serialport/CHANGELOG.md b/packages/hw-serialport/CHANGELOG.md index ebaa31fc9..44e740634 100644 --- a/packages/hw-serialport/CHANGELOG.md +++ b/packages/hw-serialport/CHANGELOG.md @@ -1,5 +1,13 @@ # @cypherock/sdk-hw-serialport +## 0.0.20 + +### Patch Changes + +- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]: + - @cypherock/sdk-interfaces@0.0.16 + - @cypherock/sdk-utils@0.0.19 + ## 0.0.19 ### Patch Changes diff --git a/packages/hw-serialport/package.json b/packages/hw-serialport/package.json index 0c489202f..3dc938faa 100644 --- a/packages/hw-serialport/package.json +++ b/packages/hw-serialport/package.json @@ -1,6 +1,6 @@ { "name": "@cypherock/sdk-hw-serialport", - "version": "0.0.19", + "version": "0.0.20", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -14,7 +14,7 @@ }, "devDependencies": { "@cypherock/eslint-config": "workspace:*", - "@cypherock/prettier-config": "workspace:^0.0.7", + "@cypherock/prettier-config": "workspace:^0.0.8", "@cypherock/tsconfig": "workspace:*", "@types/serialport": "8.0.1", "@types/uuid": "^9.0.0", @@ -24,7 +24,7 @@ "typescript": "^4.5.2" }, "dependencies": { - "@cypherock/sdk-interfaces": "workspace:^0.0.15", + "@cypherock/sdk-interfaces": "workspace:^0.0.16", "@cypherock/sdk-utils": "workspace:^", "serialport": "10.0.0", "uuid": "^9.0.0" diff --git a/packages/hw-webusb/CHANGELOG.md b/packages/hw-webusb/CHANGELOG.md index 6a025d8db..b48a0fd76 100644 --- a/packages/hw-webusb/CHANGELOG.md +++ b/packages/hw-webusb/CHANGELOG.md @@ -1,5 +1,13 @@ # @cypherock/sdk-hw-webusb +## 0.0.18 + +### Patch Changes + +- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]: + - @cypherock/sdk-interfaces@0.0.16 + - @cypherock/sdk-utils@0.0.19 + ## 0.0.17 ### Patch Changes diff --git a/packages/hw-webusb/package.json b/packages/hw-webusb/package.json index b3d0fa738..76b735fee 100644 --- a/packages/hw-webusb/package.json +++ b/packages/hw-webusb/package.json @@ -1,6 +1,6 @@ { "name": "@cypherock/sdk-hw-webusb", - "version": "0.0.17", + "version": "0.0.18", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -14,7 +14,7 @@ }, "devDependencies": { "@cypherock/eslint-config": "workspace:*", - "@cypherock/prettier-config": "workspace:^0.0.7", + "@cypherock/prettier-config": "workspace:^0.0.8", "@cypherock/tsconfig": "workspace:*", "@types/uuid": "^9.0.0", "@types/w3c-web-usb": "^1.0.6", @@ -24,7 +24,7 @@ "typescript": "^4.5.2" }, "dependencies": { - "@cypherock/sdk-interfaces": "workspace:^0.0.15", + "@cypherock/sdk-interfaces": "workspace:^0.0.16", "@cypherock/sdk-utils": "workspace:^", "uuid": "^9.0.0" }, diff --git a/packages/interfaces/CHANGELOG.md b/packages/interfaces/CHANGELOG.md index 3a6ed7480..346f98d5a 100644 --- a/packages/interfaces/CHANGELOG.md +++ b/packages/interfaces/CHANGELOG.md @@ -1,5 +1,11 @@ # @cypherock/sdk-interfaces +## 0.0.16 + +### Patch Changes + +- [#134](https://github.com/Cypherock/sdk/pull/134) [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26) Thanks [@TejasvOnly](https://github.com/TejasvOnly)! - Added Inheritance Support + ## 0.0.15 ### Patch Changes diff --git a/packages/interfaces/package.json b/packages/interfaces/package.json index f6ec4b5dc..060a0300c 100644 --- a/packages/interfaces/package.json +++ b/packages/interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@cypherock/sdk-interfaces", - "version": "0.0.15", + "version": "0.0.16", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -16,7 +16,7 @@ }, "devDependencies": { "@cypherock/eslint-config": "workspace:*", - "@cypherock/prettier-config": "workspace:^0.0.7", + "@cypherock/prettier-config": "workspace:^0.0.8", "@cypherock/tsconfig": "workspace:*", "@types/uuid": "^9.0.0", "eslint": "^7.32.0", diff --git a/packages/util-prettier-config/CHANGELOG.md b/packages/util-prettier-config/CHANGELOG.md index d14035a8b..3c362cf9d 100644 --- a/packages/util-prettier-config/CHANGELOG.md +++ b/packages/util-prettier-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @cypherock/prettier-config +## 0.0.8 + +### Patch Changes + +- [#134](https://github.com/Cypherock/sdk/pull/134) [`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26) Thanks [@TejasvOnly](https://github.com/TejasvOnly)! - Added Inheritance Support + ## 0.0.7 ### Patch Changes diff --git a/packages/util-prettier-config/package.json b/packages/util-prettier-config/package.json index daa395119..6fa3b00ee 100644 --- a/packages/util-prettier-config/package.json +++ b/packages/util-prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@cypherock/prettier-config", - "version": "0.0.7", + "version": "0.0.8", "main": "index.js", "private": true, "license": "MIT", diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 3b9200e0e..91ded52be 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -1,5 +1,12 @@ # @cypherock/sdk-utils +## 0.0.19 + +### Patch Changes + +- Updated dependencies [[`3ece027`](https://github.com/Cypherock/sdk/commit/3ece0278c69471e199575644f5ccae4f25eb1e26)]: + - @cypherock/sdk-interfaces@0.0.16 + ## 0.0.18 ### Patch Changes diff --git a/packages/util/package.json b/packages/util/package.json index 53c4b9ce5..040b032b7 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@cypherock/sdk-utils", - "version": "0.0.18", + "version": "0.0.19", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -15,7 +15,7 @@ }, "devDependencies": { "@cypherock/eslint-config": "workspace:*", - "@cypherock/prettier-config": "workspace:^0.0.7", + "@cypherock/prettier-config": "workspace:^0.0.8", "@cypherock/tsconfig": "workspace:*", "@jest/globals": "^29.4.1", "@types/jest": "^29.4.0", @@ -32,7 +32,7 @@ }, "dependencies": { "@aws-crypto/sha256-browser": "^4.0.0", - "@cypherock/sdk-interfaces": "workspace:^0.0.15", + "@cypherock/sdk-interfaces": "workspace:^0.0.16", "compare-versions": "6.0.0-rc.1", "protobufjs": "^7.2.2", "semver": "^7.5.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9c2c20762..e5c1ed5c2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.0' +lockfileVersion: '6.1' settings: autoInstallPeers: true @@ -42,13 +42,13 @@ importers: specifier: workspace:^ version: link:../../packages/app-btc '@cypherock/sdk-app-manager': - specifier: workspace:^0.0.31 + specifier: workspace:^0.0.32 version: link:../../packages/app-manager '@cypherock/sdk-core': - specifier: workspace:^0.0.25 + specifier: workspace:^0.1.0 version: link:../../packages/core '@cypherock/sdk-hw-webusb': - specifier: workspace:^0.0.17 + specifier: workspace:^0.0.18 version: link:../../packages/hw-webusb '@next/font': specifier: 13.1.6 @@ -155,7 +155,7 @@ importers: specifier: workspace:* version: link:../../packages/util-eslint-config '@cypherock/prettier-config': - specifier: workspace:^0.0.7 + specifier: workspace:^0.0.8 version: link:../../packages/util-prettier-config '@cypherock/tsconfig': specifier: workspace:* @@ -176,13 +176,13 @@ importers: specifier: ^2.2.3 version: 2.2.3 '@cypherock/sdk-core': - specifier: workspace:^0.0.25 + specifier: workspace:^0.1.0 version: link:../core '@cypherock/sdk-interfaces': - specifier: workspace:^0.0.15 + specifier: workspace:^0.0.16 version: link:../interfaces '@cypherock/sdk-utils': - specifier: workspace:^0.0.18 + specifier: workspace:^0.0.19 version: link:../util axios: specifier: ^1.3.4 @@ -201,7 +201,7 @@ importers: specifier: workspace:* version: link:../util-eslint-config '@cypherock/prettier-config': - specifier: workspace:^0.0.7 + specifier: workspace:^0.0.8 version: link:../util-prettier-config '@cypherock/tsconfig': specifier: workspace:* @@ -255,13 +255,13 @@ importers: packages/app-evm: dependencies: '@cypherock/sdk-core': - specifier: workspace:^0.0.25 + specifier: workspace:^0.1.0 version: link:../core '@cypherock/sdk-interfaces': - specifier: workspace:^0.0.15 + specifier: workspace:^0.0.16 version: link:../interfaces '@cypherock/sdk-utils': - specifier: workspace:^0.0.18 + specifier: workspace:^0.0.19 version: link:../util bignumber.js: specifier: ^9.1.2 @@ -277,7 +277,7 @@ importers: specifier: workspace:* version: link:../util-eslint-config '@cypherock/prettier-config': - specifier: workspace:^0.0.7 + specifier: workspace:^0.0.8 version: link:../util-prettier-config '@cypherock/tsconfig': specifier: workspace:* @@ -334,13 +334,13 @@ importers: packages/app-inheritance: dependencies: '@cypherock/sdk-core': - specifier: workspace:^0.0.25 + specifier: workspace:^0.1.0 version: link:../core '@cypherock/sdk-interfaces': - specifier: workspace:^0.0.15 + specifier: workspace:^0.0.16 version: link:../interfaces '@cypherock/sdk-utils': - specifier: workspace:^0.0.18 + specifier: workspace:^0.0.19 version: link:../util long: specifier: ^5.2.1 @@ -353,7 +353,7 @@ importers: specifier: workspace:* version: link:../util-eslint-config '@cypherock/prettier-config': - specifier: workspace:^0.0.7 + specifier: workspace:^0.0.8 version: link:../util-prettier-config '@cypherock/tsconfig': specifier: workspace:* @@ -404,13 +404,13 @@ importers: packages/app-manager: dependencies: '@cypherock/sdk-core': - specifier: workspace:^0.0.25 + specifier: workspace:^0.1.0 version: link:../core '@cypherock/sdk-interfaces': - specifier: workspace:^0.0.15 + specifier: workspace:^0.0.16 version: link:../interfaces '@cypherock/sdk-utils': - specifier: workspace:^0.0.18 + specifier: workspace:^0.0.19 version: link:../util axios: specifier: ^1.3.4 @@ -429,7 +429,7 @@ importers: specifier: workspace:* version: link:../util-eslint-config '@cypherock/prettier-config': - specifier: workspace:^0.0.7 + specifier: workspace:^0.0.8 version: link:../util-prettier-config '@cypherock/tsconfig': specifier: workspace:* @@ -480,13 +480,13 @@ importers: packages/app-near: dependencies: '@cypherock/sdk-core': - specifier: workspace:^0.0.25 + specifier: workspace:^0.1.0 version: link:../core '@cypherock/sdk-interfaces': - specifier: workspace:^0.0.15 + specifier: workspace:^0.0.16 version: link:../interfaces '@cypherock/sdk-utils': - specifier: workspace:^0.0.18 + specifier: workspace:^0.0.19 version: link:../util long: specifier: ^5.2.1 @@ -499,7 +499,7 @@ importers: specifier: workspace:* version: link:../util-eslint-config '@cypherock/prettier-config': - specifier: workspace:^0.0.7 + specifier: workspace:^0.0.8 version: link:../util-prettier-config '@cypherock/tsconfig': specifier: workspace:* @@ -553,13 +553,13 @@ importers: packages/app-solana: dependencies: '@cypherock/sdk-core': - specifier: workspace:^0.0.25 + specifier: workspace:^0.1.0 version: link:../core '@cypherock/sdk-interfaces': - specifier: workspace:^0.0.15 + specifier: workspace:^0.0.16 version: link:../interfaces '@cypherock/sdk-utils': - specifier: workspace:^0.0.18 + specifier: workspace:^0.0.19 version: link:../util axios: specifier: ^1.3.4 @@ -578,7 +578,7 @@ importers: specifier: workspace:* version: link:../util-eslint-config '@cypherock/prettier-config': - specifier: workspace:^0.0.7 + specifier: workspace:^0.0.8 version: link:../util-prettier-config '@cypherock/tsconfig': specifier: workspace:* @@ -632,13 +632,13 @@ importers: packages/app-tron: dependencies: '@cypherock/sdk-core': - specifier: workspace:^0.0.25 + specifier: workspace:^0.1.0 version: link:../core '@cypherock/sdk-interfaces': - specifier: workspace:^0.0.15 + specifier: workspace:^0.0.16 version: link:../interfaces '@cypherock/sdk-utils': - specifier: workspace:^0.0.18 + specifier: workspace:^0.0.19 version: link:../util long: specifier: ^5.2.1 @@ -651,7 +651,7 @@ importers: specifier: workspace:* version: link:../util-eslint-config '@cypherock/prettier-config': - specifier: workspace:^0.0.7 + specifier: workspace:^0.0.8 version: link:../util-prettier-config '@cypherock/tsconfig': specifier: workspace:* @@ -705,13 +705,13 @@ importers: packages/app-xrp: dependencies: '@cypherock/sdk-core': - specifier: workspace:^0.0.25 + specifier: workspace:^0.1.0 version: link:../core '@cypherock/sdk-interfaces': - specifier: workspace:^0.0.15 + specifier: workspace:^0.0.16 version: link:../interfaces '@cypherock/sdk-utils': - specifier: workspace:^0.0.18 + specifier: workspace:^0.0.19 version: link:../util long: specifier: ^5.2.1 @@ -727,7 +727,7 @@ importers: specifier: workspace:* version: link:../util-eslint-config '@cypherock/prettier-config': - specifier: workspace:^0.0.7 + specifier: workspace:^0.0.8 version: link:../util-prettier-config '@cypherock/tsconfig': specifier: workspace:* @@ -778,10 +778,10 @@ importers: packages/core: dependencies: '@cypherock/sdk-interfaces': - specifier: workspace:^0.0.15 + specifier: workspace:^0.0.16 version: link:../interfaces '@cypherock/sdk-utils': - specifier: workspace:^0.0.18 + specifier: workspace:^0.0.19 version: link:../util axios: specifier: ^1.3.4 @@ -800,7 +800,7 @@ importers: specifier: workspace:* version: link:../util-eslint-config '@cypherock/prettier-config': - specifier: workspace:^0.0.7 + specifier: workspace:^0.0.8 version: link:../util-prettier-config '@cypherock/tsconfig': specifier: workspace:* @@ -842,7 +842,7 @@ importers: packages/hw-hid: dependencies: '@cypherock/sdk-interfaces': - specifier: workspace:^0.0.15 + specifier: workspace:^0.0.16 version: link:../interfaces '@cypherock/sdk-utils': specifier: workspace:^ @@ -861,7 +861,7 @@ importers: specifier: workspace:* version: link:../util-eslint-config '@cypherock/prettier-config': - specifier: workspace:^0.0.7 + specifier: workspace:^0.0.8 version: link:../util-prettier-config '@cypherock/tsconfig': specifier: workspace:* @@ -885,7 +885,7 @@ importers: packages/hw-serialport: dependencies: '@cypherock/sdk-interfaces': - specifier: workspace:^0.0.15 + specifier: workspace:^0.0.16 version: link:../interfaces '@cypherock/sdk-utils': specifier: workspace:^ @@ -901,7 +901,7 @@ importers: specifier: workspace:* version: link:../util-eslint-config '@cypherock/prettier-config': - specifier: workspace:^0.0.7 + specifier: workspace:^0.0.8 version: link:../util-prettier-config '@cypherock/tsconfig': specifier: workspace:* @@ -928,7 +928,7 @@ importers: packages/hw-webusb: dependencies: '@cypherock/sdk-interfaces': - specifier: workspace:^0.0.15 + specifier: workspace:^0.0.16 version: link:../interfaces '@cypherock/sdk-utils': specifier: workspace:^ @@ -941,7 +941,7 @@ importers: specifier: workspace:* version: link:../util-eslint-config '@cypherock/prettier-config': - specifier: workspace:^0.0.7 + specifier: workspace:^0.0.8 version: link:../util-prettier-config '@cypherock/tsconfig': specifier: workspace:* @@ -981,7 +981,7 @@ importers: specifier: workspace:* version: link:../util-eslint-config '@cypherock/prettier-config': - specifier: workspace:^0.0.7 + specifier: workspace:^0.0.8 version: link:../util-prettier-config '@cypherock/tsconfig': specifier: workspace:* @@ -1014,7 +1014,7 @@ importers: specifier: ^4.0.0 version: 4.0.0 '@cypherock/sdk-interfaces': - specifier: workspace:^0.0.15 + specifier: workspace:^0.0.16 version: link:../interfaces compare-versions: specifier: 6.0.0-rc.1 @@ -1033,7 +1033,7 @@ importers: specifier: workspace:* version: link:../util-eslint-config '@cypherock/prettier-config': - specifier: workspace:^0.0.7 + specifier: workspace:^0.0.8 version: link:../util-prettier-config '@cypherock/tsconfig': specifier: workspace:* @@ -5301,7 +5301,7 @@ packages: dependencies: confusing-browser-globals: 1.0.11 eslint: 7.32.0 - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0)(eslint@7.32.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-typescript@3.6.1)(eslint@7.32.0) object.assign: 4.1.5 object.entries: 1.1.8 semver: 6.3.1 @@ -5435,41 +5435,6 @@ packages: - eslint-import-resolver-webpack - supports-color - /eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0)(eslint@7.32.0): - resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==} - engines: {node: '>=4'} - peerDependencies: - '@typescript-eslint/parser': '*' - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 - peerDependenciesMeta: - '@typescript-eslint/parser': - optional: true - dependencies: - '@typescript-eslint/parser': 5.62.0(eslint@7.32.0)(typescript@4.9.5) - array-includes: 3.1.8 - array.prototype.findlastindex: 1.2.5 - array.prototype.flat: 1.3.2 - array.prototype.flatmap: 1.3.2 - debug: 3.2.7 - doctrine: 2.1.0 - eslint: 7.32.0 - eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@7.32.0) - hasown: 2.0.2 - is-core-module: 2.15.0 - is-glob: 4.0.3 - minimatch: 3.1.2 - object.fromentries: 2.0.8 - object.groupby: 1.0.3 - object.values: 1.2.0 - semver: 6.3.1 - tsconfig-paths: 3.15.0 - transitivePeerDependencies: - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - - supports-color - dev: true - /eslint-plugin-jsx-a11y@6.9.0(eslint@7.32.0): resolution: {integrity: sha512-nOFOCaJG2pYqORjK19lqPqxMO/JpvdCZdPtNdxY3kvom3jTvkAbOvQvD8wuD0G8BYR0IGAGYDlzqWJOh/ybn2g==} engines: {node: '>=4.0'}