From 8463c1dac6c2b43c6855c87fe8133cf51dbf8e87 Mon Sep 17 00:00:00 2001 From: Jonathan Alvarez Date: Mon, 30 Sep 2024 16:29:00 +0000 Subject: [PATCH 1/4] client-api: bump to v0.9.20-04 --- tee-worker/identity/client-api/parachain-api/CHANGELOG.md | 4 +++- tee-worker/identity/client-api/parachain-api/package.json | 2 +- tee-worker/identity/client-api/sidechain-api/CHANGELOG.md | 4 +++- tee-worker/identity/client-api/sidechain-api/package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/tee-worker/identity/client-api/parachain-api/CHANGELOG.md b/tee-worker/identity/client-api/parachain-api/CHANGELOG.md index 77dc217a58..318ad8e78f 100644 --- a/tee-worker/identity/client-api/parachain-api/CHANGELOG.md +++ b/tee-worker/identity/client-api/parachain-api/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Update for version [parachain-release v0.9.20-03](https://github.com/litentry/litentry-parachain/releases/tag/v0.9.20-03) +## [0.9.20-04.1] - 2024-09-30 + +- Update for version [parachain-release v0.9.20-04](https://github.com/litentry/litentry-parachain/releases/tag/v0.9.20-04) ### Added diff --git a/tee-worker/identity/client-api/parachain-api/package.json b/tee-worker/identity/client-api/parachain-api/package.json index a8d7fd25ce..820398f9fa 100644 --- a/tee-worker/identity/client-api/parachain-api/package.json +++ b/tee-worker/identity/client-api/parachain-api/package.json @@ -5,7 +5,7 @@ "main": "dist/src/index.js", "module": "dist/src/index.js", "sideEffects": false, - "version": "0.9.20-03-next.0", + "version": "0.9.20-04.1", "scripts": { "clean": "rm -rf dist build node_modules", "update-metadata": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9944 > prepare-build/litentry-parachain-metadata.json", diff --git a/tee-worker/identity/client-api/sidechain-api/CHANGELOG.md b/tee-worker/identity/client-api/sidechain-api/CHANGELOG.md index fea079f79d..176d9892b6 100644 --- a/tee-worker/identity/client-api/sidechain-api/CHANGELOG.md +++ b/tee-worker/identity/client-api/sidechain-api/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Update for version [parachain-release v0.9.20-03](https://github.com/litentry/litentry-parachain/releases/tag/v0.9.20-03) +## [0.9.20-04] - 2024-09-30 + +- Update for version [parachain-release v0.9.20-04](https://github.com/litentry/litentry-parachain/releases/tag/v0.9.20-04) ## [0.9.19-07] - 2024-08-26 diff --git a/tee-worker/identity/client-api/sidechain-api/package.json b/tee-worker/identity/client-api/sidechain-api/package.json index abd246f979..02c6541a47 100644 --- a/tee-worker/identity/client-api/sidechain-api/package.json +++ b/tee-worker/identity/client-api/sidechain-api/package.json @@ -5,7 +5,7 @@ "main": "dist/src/index.js", "module": "dist/src/index.js", "sideEffects": false, - "version": "0.9.20-03-next.0", + "version": "0.9.20-04", "scripts": { "clean": "rm -rf dist build node_modules", "update-metadata": "../../bin/litentry-cli print-sgx-metadata-raw > prepare-build/litentry-sidechain-metadata.json", From 72bc8dace3d4b574a18ab68aedcfa59353fa2a69 Mon Sep 17 00:00:00 2001 From: Jonathan Alvarez Date: Mon, 30 Sep 2024 16:33:34 +0000 Subject: [PATCH 2/4] restore changelog from 0fd1018ee3 Signed-off-by: Jonathan Alvarez --- .../client-sdk/packages/enclave/CHANGELOG.md | 197 ------------------ 1 file changed, 197 deletions(-) diff --git a/tee-worker/identity/client-sdk/packages/enclave/CHANGELOG.md b/tee-worker/identity/client-sdk/packages/enclave/CHANGELOG.md index afa0d229d9..a6a530e570 100644 --- a/tee-worker/identity/client-sdk/packages/enclave/CHANGELOG.md +++ b/tee-worker/identity/client-sdk/packages/enclave/CHANGELOG.md @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -<<<<<<< HEAD -======= ### Changed - Use `@litentry/parachain-api@0.9.20-03.next.0` and `@litentry/sidechain-api@0.9.20-03.next.0` @@ -17,61 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for `Email` Identity ->>>>>>> dev ## [4.2.0] - 2024-08-26 ### Changed -<<<<<<< HEAD -- Use `@litentry/parachain-api@0.9.19-7` -======= - Use `@litentry/parachain-api@0.9.19-7` ->>>>>>> dev ## [4.1.0] - 2024-08-06 ### Added -<<<<<<< HEAD -- Trusted call requests: add the `request.linkIdentityCallback` method. - -### Changed - -- Use `@litentry/parachain-api@0.9.18-11.2` -- `createLitentryIdentityType`: type can now be created by passing a raw value in hex or `Uint8Array` -- `request.requestBatchVc` now support and optional `signer`. - -## [4.0.1] - 2024-07-19 - -- Use `@litentry/parachain-api@0.9.18-11` and `@litentry/sidechain-api@0.9.18-11` stable versions. - -## [4.0.0] - 2024-07-15 - -- Migrate to `@litentry/parachain-api` and `@litentry/sidechain-api`. -- Distribute as ES Module -- Targets [parachain-release v0.9.18-10](https://github.com/litentry/litentry-parachain/releases/tag/v0.9.18-10) - -## Added - -- Export the type `IdGraph` and its type's struct name under `ID_GRAPH_STRUCT`. -- Challenge code now produces a prettified string for utf-8 signing for web3 identities when `options.prettify` is set to `true`. - -## Changed - -- Migrate to `@litentry/parachain-api` and `@litentry/sidechain-api` por chain types. Deprecates `@litentry/chain-types`. -- Support the new `RequestVcResultOrError` type definition. -- `KeyAesOutput` was renamed to `AesOutput`. -- renamed `global` to `globalThis` -- This library is now distributed as an ESModule - -## Removed - -- Drop `@litentry/chain-types` from dependencies. - -### Fixed - -- `request.getIdGraphHash` no longer throws when the user's id_graph is empty. -======= - Trusted call requests: add the `request.linkIdentityCallback` method. ### Changed @@ -110,95 +63,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - `request.getIdGraphHash` no longer throws when the user's id_graph is empty. ->>>>>>> dev ## [3.2.1] - 2024-06-10 ### Added -<<<<<<< HEAD -- Adds a new dependency: `@litentry/chaindata`. -======= - Adds a new dependency: `@litentry/chaindata`. ->>>>>>> dev ## [3.1.2] - 2024-06-08 ### Fixed -<<<<<<< HEAD -- Skip `StfError` validation for verifiable credentials requests. Rely on `RequestVcResultOrError` codec. -======= - Skip `StfError` validation for verifiable credentials requests. Rely on `RequestVcResultOrError` codec. ->>>>>>> dev ## [3.1.1] - 2024-06-07 ### Fixed -<<<<<<< HEAD -- Fix error decoding for single assertions request in `request.requestBatchVc`. -======= - Fix error decoding for single assertions request in `request.requestBatchVc`. ->>>>>>> dev ## [3.1.0] - 2024-06-03 ### Changed -<<<<<<< HEAD -- Upgrade `@polkadot/api*`, `@polkadot/rpc*`, `@polkadot/types*` to 10.9.1, and `@polkadot/util*` to `12.5.1` - -### Removed - -- Drop unused `@polkadot/keyring` dependency. - -## [3.0.0] - 2024-06-03 - -- Introduce oAuth2 proofs support for Web2 identity validation - -### Added - -- Config: support `litentry-staging` for the env var `[NX_]PARACHAIN_NETWORK`. -- Config: support the new env var `[NX_]LITENTRY_NETWORK` for setting the network same as `[NX_]PARACHAIN_NETWORK` but higher precedence. -- Config: accept custom WS endpoints on `[NX_]LITENTRY_NETWORK` / `[NX_]PARACHAIN_NETWORK`. - -### Changed - -- Use `@litentry/chain-types@2.0.0` -- The type creator `createLitentryValidationDataType` now accepts building oAuth2 proofs for Discord and Twitter. - - ```ts - // twitter - const twitterOAuth2Proof = createLitentryValidationDataType( - registry, - { - addressOrHandle: 'my_twitter_handle', - type: 'Twitter', - }, - { - code: 'my_twitter_code', - state: 'my_twitter_state', - redirectUri: 'http://test-redirect-uri', - } - ); - - // Discord - const validationData = createLitentryValidationDataType( - registry, - { - addressOrHandle: 'my_discord_handle', - type: 'Discord', - }, - { - code: 'my_discord_code', - redirectUri: 'http://test-redirect-uri', - } - ); - ``` - - The legacy public message proofs are still supported. -======= - Upgrade `@polkadot/api*`, `@polkadot/rpc*`, `@polkadot/types*` to 10.9.1, and `@polkadot/util*` to `12.5.1` ### Removed @@ -250,42 +137,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ``` The legacy public message proofs are still supported. ->>>>>>> dev ## [2.0.1] - 2024-05-21 ### Changed -<<<<<<< HEAD -- When no `PARACHAIN_NETWORK` or `NX_PARACHAIN_NETWORK` is specified, the library will default to the production (`tee-prod`) endpoint rather than to development (`tee-dev`). -======= - When no `PARACHAIN_NETWORK` or `NX_PARACHAIN_NETWORK` is specified, the library will default to the production (`tee-prod`) endpoint rather than to development (`tee-dev`). ->>>>>>> dev ## [2.0.0] - 2024-05-17 ### Removed -<<<<<<< HEAD -- `createLitentryIdentityType` dropped the support deriving the identity type from the provided address. Now both `addressOrHandle` and `type` are required. - - ```ts - import { createLitentryIdentityType } from '@litentry/enclave'; - - // from - createLitentryIdentityType(registry, { - address: '5DNx1Kgis2u2SQq7EJrBdnV49PoZCxV3NqER4vV5VqjqZcat', - }); - - // To - createLitentryIdentityType(registry, { - addressOrHandle: '5DNx1Kgis2u2SQq7EJrBdnV49PoZCxV3NqER4vV5VqjqZcat', - type: 'Substrate', - }); - ``` - - consequently, the following methods require a `LitentryIdentity` for the `who` parameter instead of a plain address string: `request.getIdGraph`, `request.linkIdentity`, `request.requestBatchVc`, `request.setIdentityNetworks`, and `request.createChallengeCode`. -======= - `createLitentryIdentityType` dropped the support deriving the identity type from the provided address. Now both `addressOrHandle` and `type` are required. ```ts @@ -304,7 +166,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ``` consequently, the following methods require a `LitentryIdentity` for the `who` parameter instead of a plain address string: `request.getIdGraph`, `request.linkIdentity`, `request.requestBatchVc`, `request.setIdentityNetworks`, and `request.createChallengeCode`. ->>>>>>> dev ## [1.0.4] - 2024-05-16 @@ -314,21 +175,13 @@ Routinely update ### Changed -<<<<<<< HEAD -- `@litentry/enclave` add support for Solana hex-encoded signatures. It hex string is not provided, it will default to base58 decoding. -======= - `@litentry/enclave` add support for Solana hex-encoded signatures. It hex string is not provided, it will default to base58 decoding. ->>>>>>> dev ## [1.0.2] - 2024-05-14 ### Changed -<<<<<<< HEAD -- `@litentry/chain-types` is now marked as a peerDependency -======= - `@litentry/chain-types` is now marked as a peerDependency ->>>>>>> dev ## [1.0.1] - 2024-05-08 @@ -336,31 +189,6 @@ Routinely update ## [1.0.0] - 2024-04-24 -<<<<<<< HEAD -- Initial public version - -### Added - -- Request methods that mutate the idGraph information will have a common response. The entire idGraph will no longer be returned but the information about the updated identity only. -- `request.getIdGraphHash` Request getter to get idGraph hash with no signature. -- `calculateIdGraphHash`: Helper method to calculate the hash of a given local idGraph. -- `request.requestBatchVC`: Request trusted call to request a batch of VCs. -- `Enclave.send` now supports a third argument to subscribe to the WS streamed responses. -- Payload signature is now beautify by default to look more human. -- Use a different key for encrypting the transmitted package to the Enclave. - -### Removed - -- `request.requestVc`. Superseded by `request.requestBatchVc`. -- `createEnclaveHttpProxyHandler`. The connection to the Enclave is now done directly via WebSockets. - -### Changed - -- Migrate from `teerex` to `teebag`. -- Enclave's nonce is now retrieved through the `author_getNextNonce` getter call. -- The connection to the Enclave is now done directly via WebSockets. Setting up an HTTP proxy is no longer necessary nor suggested. -- The payload size of all operations was reduced and fixed to a 32-bytes length. -======= - Initial public version ### Added @@ -384,7 +212,6 @@ Routinely update - Enclave's nonce is now retrieved through the `author_getNextNonce` getter call. - The connection to the Enclave is now done directly via WebSockets. Setting up an HTTP proxy is no longer necessary nor suggested. - The payload size of all operations was reduced and fixed to a 32-bytes length. ->>>>>>> dev ## 2023-12-05 @@ -392,29 +219,6 @@ Update to `Litentry-parachain p0.9.17-9170-w0.0.1-100`. ### Added -<<<<<<< HEAD -- `request.getIdGraph`: fetch the user's idGraph from the Enclave Sidechain. It requires user signature. - -### Changed - -- **Shielding key**: Users no longer need to set a shielding key on-chain. The data for network transportation is now protected by ephemeral shielding keys generated on the fly. Ephemeral shielding keys increase security and enhance the user experience. -- **Direct responses**: Operation responses are no longer gathered from the Parachain but from the Enclave itself. -- `request.linkIdentity`: The method now has a two level encryption: the information is encrypted with a different key that the one used for transportation. -- `request.linkIdentity`: The call argument `data.encryptionNonce` was removed. -- `request.linkIdentity`: The returned `send` callback now returns both the idGraph and the parsed sidechain response in a `WorkerRpcReturnValue` type. -- `request.createChallengeCode`: The call argument `args.shield` was removed. The Challenge code no longer needs encrypted information. -- `request.setIdentityNetworks`: The returned `send` callback now returns the transaction hash `txHash` and the parsed sidechain response in a `WorkerRpcReturnValue` type. -- `request.requestVc`: The returned `send` callback now returns the `vcIndex`, `vcHash` and the VC's contents on `vcPayload`. As well as the parsed sidechain response in a `WorkerRpcReturnValue` type. -- `enclave.getNonce` was moved as a requestor: `request.getEnclaveNonce`. -- `KeyAesOutput` type is no longer part of the Parachain-runtime metadata and thus it can't be found on `@polkadot/types/lookup`. Use `KeyAesOutput` instead from `@litentry/chain-types` -- `enclave.send`: Error thrown during Enclave operations include more information now. -- `createEnclaveHttpProxyHandler`: HTTP errors responses are now only returned if reaching the Enclave or processing the request fails. However, `enclave.send` could still throw an execution error if the intrinsic operation contains errors. For instance, linking an already linked identity will result on a 200 HTTP response from the Enclave's proxy but `enclave.send` will throw an error about `IdentityAlreadyLinked`. - -### Removed - -- `request.setUserShieldingKey`: It is no longer needed to set the user's shielding key on-chain. See the Shielding Key point on the Changed section for more information. -- `ky-universal` dependency was dropped. -======= - `request.getIdGraph`: fetch the user's idGraph from the Enclave Sidechain. It requires user signature. ### Changed @@ -436,7 +240,6 @@ Update to `Litentry-parachain p0.9.17-9170-w0.0.1-100`. - `request.setUserShieldingKey`: It is no longer needed to set the user's shielding key on-chain. See the Shielding Key point on the Changed section for more information. - `ky-universal` dependency was dropped. ->>>>>>> dev ## 2023-11-01 From d4951af7f6bca5043b22a61942fbe9b9ad065c84 Mon Sep 17 00:00:00 2001 From: Jonathan Alvarez Date: Mon, 30 Sep 2024 16:48:15 +0000 Subject: [PATCH 3/4] client-sdk: bump --- .../client-sdk/packages/enclave/CHANGELOG.md | 4 +++- .../client-sdk/packages/enclave/package.json | 6 ++--- .../lib/type-creators/validation-data.test.ts | 1 - .../client-sdk/packages/vc-sdk/CHANGELOG.md | 4 +++- .../client-sdk/packages/vc-sdk/package.json | 6 ++--- tee-worker/identity/client-sdk/pnpm-lock.yaml | 24 +++++++++---------- 6 files changed, 24 insertions(+), 21 deletions(-) diff --git a/tee-worker/identity/client-sdk/packages/enclave/CHANGELOG.md b/tee-worker/identity/client-sdk/packages/enclave/CHANGELOG.md index a6a530e570..3fec80971c 100644 --- a/tee-worker/identity/client-sdk/packages/enclave/CHANGELOG.md +++ b/tee-worker/identity/client-sdk/packages/enclave/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.3.0] - 2024-09-30 + ### Changed -- Use `@litentry/parachain-api@0.9.20-03.next.0` and `@litentry/sidechain-api@0.9.20-03.next.0` +- Use `@litentry/parachain-api@0.9.20-4.1` and `@litentry/sidechain-api@0.9.20-4` ### Added diff --git a/tee-worker/identity/client-sdk/packages/enclave/package.json b/tee-worker/identity/client-sdk/packages/enclave/package.json index ce31c65318..a1994c40ed 100644 --- a/tee-worker/identity/client-sdk/packages/enclave/package.json +++ b/tee-worker/identity/client-sdk/packages/enclave/package.json @@ -1,15 +1,15 @@ { "name": "@litentry/enclave", "description": "This package provides helpers for dApps to interact with the Litentry Protocol Enclave.", - "version": "4.2.0-next.0", + "version": "4.3.0", "license": "GPL-3.0-or-later", "dependencies": {}, "devDependencies": { "@polkadot/rpc-provider": "^10.9.1" }, "peerDependencies": { - "@litentry/parachain-api": "0.9.20-03-next.0", - "@litentry/sidechain-api": "0.9.20-03-next.0", + "@litentry/parachain-api": "0.9.20-4.1", + "@litentry/sidechain-api": "0.9.20-4", "@litentry/chaindata": "*", "@polkadot/api": "^10.9.1", "@polkadot/types": "^10.9.1", diff --git a/tee-worker/identity/client-sdk/packages/enclave/src/lib/type-creators/validation-data.test.ts b/tee-worker/identity/client-sdk/packages/enclave/src/lib/type-creators/validation-data.test.ts index 7c382bd2d2..eea87e0cdc 100644 --- a/tee-worker/identity/client-sdk/packages/enclave/src/lib/type-creators/validation-data.test.ts +++ b/tee-worker/identity/client-sdk/packages/enclave/src/lib/type-creators/validation-data.test.ts @@ -8,7 +8,6 @@ import { import { identity, trusted_operations } from '@litentry/parachain-api'; import { createLitentryValidationDataType } from './validation-data'; -import { createLitentryIdentityType } from './litentry-identity'; const types = { ...identity.types, // LitentryIdentity is defined here diff --git a/tee-worker/identity/client-sdk/packages/vc-sdk/CHANGELOG.md b/tee-worker/identity/client-sdk/packages/vc-sdk/CHANGELOG.md index e7952ea984..968e953571 100644 --- a/tee-worker/identity/client-sdk/packages/vc-sdk/CHANGELOG.md +++ b/tee-worker/identity/client-sdk/packages/vc-sdk/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.4.0] - 2024-09-30 + ### Changed -- Use `@litentry/parachain-api@0.9.20-03.next.0` and `@litentry/sidechain-api@0.9.20-03.next.0` +- Use `@litentry/parachain-api@0.9.20-4.1` and `@litentry/sidechain-api@0.9.20-4` ## [3.3.0] - 2024-08-26 diff --git a/tee-worker/identity/client-sdk/packages/vc-sdk/package.json b/tee-worker/identity/client-sdk/packages/vc-sdk/package.json index 52ed150cb7..a72b1140ff 100644 --- a/tee-worker/identity/client-sdk/packages/vc-sdk/package.json +++ b/tee-worker/identity/client-sdk/packages/vc-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@litentry/vc-sdk", - "version": "3.3.0-next.0", + "version": "3.4.0", "description": "This library the common functionality to help dApps parse and validate Litentry issued Verifiable Credentials", "license": "GPL-3.0-or-later", "dependencies": {}, @@ -8,8 +8,8 @@ "fast-glob": "^3.3.2" }, "peerDependencies": { - "@litentry/parachain-api": "0.9.20-03-next.0", - "@litentry/sidechain-api": "0.9.20-03-next.0", + "@litentry/parachain-api": "0.9.20-4.1", + "@litentry/sidechain-api": "0.9.20-4", "@polkadot/api": "^10.9.1", "@polkadot/util": "^12.5.1", "@polkadot/util-crypto": "^12.5.1", diff --git a/tee-worker/identity/client-sdk/pnpm-lock.yaml b/tee-worker/identity/client-sdk/pnpm-lock.yaml index 0ba4aa5372..f8267a6271 100644 --- a/tee-worker/identity/client-sdk/pnpm-lock.yaml +++ b/tee-worker/identity/client-sdk/pnpm-lock.yaml @@ -90,8 +90,8 @@ importers: packages/enclave: specifiers: '@litentry/chaindata': '*' - '@litentry/parachain-api': 0.9.20-03-next.0 - '@litentry/sidechain-api': 0.9.20-03-next.0 + '@litentry/parachain-api': 0.9.20-4.1 + '@litentry/sidechain-api': 0.9.20-4 '@polkadot/api': ^10.9.1 '@polkadot/rpc-provider': ^10.9.1 '@polkadot/types': ^10.9.1 @@ -101,8 +101,8 @@ importers: tslib: ^2.3.0 dependencies: '@litentry/chaindata': link:../chaindata - '@litentry/parachain-api': 0.9.20-03-next.0 - '@litentry/sidechain-api': 0.9.20-03-next.0 + '@litentry/parachain-api': 0.9.20-4.1 + '@litentry/sidechain-api': 0.9.20-4 '@polkadot/api': 10.13.1 '@polkadot/types': 10.13.1 '@polkadot/types-codec': 10.13.1 @@ -114,16 +114,16 @@ importers: packages/vc-sdk: specifiers: - '@litentry/parachain-api': 0.9.20-03-next.0 - '@litentry/sidechain-api': 0.9.20-03-next.0 + '@litentry/parachain-api': 0.9.20-4.1 + '@litentry/sidechain-api': 0.9.20-4 '@polkadot/api': ^10.9.1 '@polkadot/util': ^12.5.1 '@polkadot/util-crypto': ^12.5.1 fast-glob: ^3.3.2 tslib: ^2.3.0 dependencies: - '@litentry/parachain-api': 0.9.20-03-next.0 - '@litentry/sidechain-api': 0.9.20-03-next.0 + '@litentry/parachain-api': 0.9.20-4.1 + '@litentry/sidechain-api': 0.9.20-4 '@polkadot/api': 10.13.1 '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2_@polkadot+util@12.6.2 @@ -1760,8 +1760,8 @@ packages: '@jridgewell/resolve-uri': 3.1.1 '@jridgewell/sourcemap-codec': 1.4.15 - /@litentry/parachain-api/0.9.20-03-next.0: - resolution: {integrity: sha512-Rx80mZI5A1dQKSYEvYACUetPykFuo6PCLQfbDTpHj5UgWcw8Egf+oqOmc50HTFo9blsQQk0MkhsyA7TqLZRqWA==} + /@litentry/parachain-api/0.9.20-4.1: + resolution: {integrity: sha512-IL3E86EXlc3YdzHghxHwy0+a+1cWAjyQ8Ynyku4BtD6lL5b/bLgS3tFRmAYhkmmIFfJnx9vLRw2gZ3LVEudcJg==} dependencies: '@polkadot/api': 10.13.1 '@polkadot/api-augment': 10.13.1 @@ -1783,8 +1783,8 @@ packages: - utf-8-validate dev: false - /@litentry/sidechain-api/0.9.20-03-next.0: - resolution: {integrity: sha512-cC1BQCGmJnigGxX8THw19ZUgoNurpDnJY9wRyr9i5oEvy35jB6vPaDT7WCf5jfw28GSeKKfdgCYDLDW5Z/+DJQ==} + /@litentry/sidechain-api/0.9.20-4: + resolution: {integrity: sha512-wYIS8FStKL7Nw/ViRlRMijSpZgVxJr2OKQlSRO1j9rBdNiCiOw0M5Y5Uo3eeSO7y4R04gPaSm7q0FvjByvGEMw==} dependencies: '@polkadot/api': 10.13.1 '@polkadot/api-augment': 10.13.1 From 983ab55690813d92a40c8f910908a21937d16f09 Mon Sep 17 00:00:00 2001 From: Jonathan Alvarez Date: Mon, 30 Sep 2024 16:49:32 +0000 Subject: [PATCH 4/4] client-api: fix published version on npm Signed-off-by: Jonathan Alvarez --- tee-worker/identity/client-api/parachain-api/CHANGELOG.md | 2 +- tee-worker/identity/client-api/sidechain-api/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tee-worker/identity/client-api/parachain-api/CHANGELOG.md b/tee-worker/identity/client-api/parachain-api/CHANGELOG.md index 318ad8e78f..e6855d9350 100644 --- a/tee-worker/identity/client-api/parachain-api/CHANGELOG.md +++ b/tee-worker/identity/client-api/parachain-api/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.9.20-04.1] - 2024-09-30 +## [0.9.20-4.1] - 2024-09-30 - Update for version [parachain-release v0.9.20-04](https://github.com/litentry/litentry-parachain/releases/tag/v0.9.20-04) diff --git a/tee-worker/identity/client-api/sidechain-api/CHANGELOG.md b/tee-worker/identity/client-api/sidechain-api/CHANGELOG.md index 176d9892b6..c042f1382a 100644 --- a/tee-worker/identity/client-api/sidechain-api/CHANGELOG.md +++ b/tee-worker/identity/client-api/sidechain-api/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.9.20-04] - 2024-09-30 +## [0.9.20-4] - 2024-09-30 - Update for version [parachain-release v0.9.20-04](https://github.com/litentry/litentry-parachain/releases/tag/v0.9.20-04)