From 276c6ae8cf9c18f7fee4d47513d20def075edf5c Mon Sep 17 00:00:00 2001 From: dudleyneedham Date: Thu, 6 Feb 2025 16:05:52 +0100 Subject: [PATCH 01/13] chore: updating the license --- LICENSE | 4 ++-- license-header.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 5330e4207..a58e914d0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ -Copyright (c) 2018-2023, Built on KILT +Copyright (c) 2025, Built on KILT All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. 4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY BOTLABS GMBH ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BOTLABS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/license-header.js b/license-header.js index 884d5c8fd..26f141a9a 100644 --- a/license-header.js +++ b/license-header.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. From c18286743708ea31ef76bf911978986e0fcf028a Mon Sep 17 00:00:00 2001 From: Raphael Flechtner Date: Mon, 10 Feb 2025 10:49:15 +0200 Subject: [PATCH 02/13] chore: apply license header change --- packages/asset-did/src/AssetDid.ts | 2 +- packages/asset-did/src/index.ts | 2 +- packages/chain-helpers/src/blockchain/Blockchain.spec.ts | 2 +- packages/chain-helpers/src/blockchain/Blockchain.ts | 2 +- .../chain-helpers/src/blockchain/SubscriptionPromise.spec.ts | 2 +- packages/chain-helpers/src/blockchain/SubscriptionPromise.ts | 2 +- packages/chain-helpers/src/blockchain/index.ts | 2 +- packages/chain-helpers/src/errorhandling/ErrorHandler.spec.ts | 2 +- packages/chain-helpers/src/errorhandling/ErrorHandler.ts | 2 +- packages/chain-helpers/src/errorhandling/index.ts | 2 +- packages/chain-helpers/src/index.ts | 2 +- packages/config/src/ConfigService.spec.ts | 2 +- packages/config/src/ConfigService.ts | 2 +- packages/config/src/index.ts | 2 +- packages/core/src/attestation/Attestation.chain.ts | 2 +- packages/core/src/attestation/Attestation.spec.ts | 2 +- packages/core/src/attestation/Attestation.ts | 2 +- packages/core/src/attestation/index.ts | 2 +- packages/core/src/balance/Balance.utils.spec.ts | 2 +- packages/core/src/balance/Balance.utils.ts | 2 +- packages/core/src/balance/index.ts | 2 +- packages/core/src/claim/Claim.spec.ts | 2 +- packages/core/src/claim/Claim.ts | 2 +- packages/core/src/claim/index.ts | 2 +- packages/core/src/credential/Credential.spec.ts | 2 +- packages/core/src/credential/Credential.ts | 2 +- packages/core/src/credential/index.ts | 2 +- packages/core/src/ctype/CType.chain.ts | 2 +- packages/core/src/ctype/CType.metadata.spec.ts | 2 +- packages/core/src/ctype/CType.schemas.ts | 2 +- packages/core/src/ctype/CType.spec.ts | 2 +- packages/core/src/ctype/CType.ts | 2 +- packages/core/src/ctype/Ctype.nested.spec.ts | 2 +- packages/core/src/ctype/index.ts | 2 +- packages/core/src/delegation/DelegationDecoder.ts | 2 +- .../core/src/delegation/DelegationHierarchyDetails.chain.ts | 2 +- packages/core/src/delegation/DelegationNode.chain.ts | 2 +- packages/core/src/delegation/DelegationNode.spec.ts | 2 +- packages/core/src/delegation/DelegationNode.ts | 2 +- packages/core/src/delegation/DelegationNode.utils.ts | 2 +- packages/core/src/delegation/index.ts | 2 +- packages/core/src/index.ts | 2 +- packages/core/src/kilt/Kilt.ts | 2 +- packages/core/src/kilt/index.ts | 2 +- packages/core/src/publicCredential/PublicCredential.chain.ts | 2 +- packages/core/src/publicCredential/PublicCredential.spec.ts | 2 +- packages/core/src/publicCredential/PublicCredential.ts | 2 +- packages/core/src/publicCredential/index.ts | 2 +- packages/core/src/quote/Quote.spec.ts | 2 +- packages/core/src/quote/Quote.ts | 2 +- packages/core/src/quote/QuoteSchema.ts | 2 +- packages/core/src/quote/index.ts | 2 +- packages/core/src/utils.ts | 2 +- packages/did/src/Did.chain.spec.ts | 2 +- packages/did/src/Did.chain.ts | 2 +- packages/did/src/Did.rpc.ts | 2 +- packages/did/src/Did.signature.spec.ts | 2 +- packages/did/src/Did.signature.ts | 2 +- packages/did/src/Did.utils.ts | 2 +- packages/did/src/DidDetails/DidDetails.spec.ts | 2 +- packages/did/src/DidDetails/DidDetails.ts | 2 +- packages/did/src/DidDetails/FullDidDetails.spec.ts | 2 +- packages/did/src/DidDetails/FullDidDetails.ts | 2 +- packages/did/src/DidDetails/LightDidDetails.spec.ts | 2 +- packages/did/src/DidDetails/LightDidDetails.ts | 2 +- packages/did/src/DidDetails/index.ts | 2 +- packages/did/src/DidDocumentExporter/DidContexts.ts | 2 +- .../did/src/DidDocumentExporter/DidDocumentExporter.spec.ts | 2 +- packages/did/src/DidDocumentExporter/DidDocumentExporter.ts | 2 +- packages/did/src/DidDocumentExporter/index.ts | 2 +- packages/did/src/DidLinks/AccountLinks.chain.ts | 2 +- packages/did/src/DidLinks/index.ts | 2 +- packages/did/src/DidResolver/DidResolver.spec.ts | 2 +- packages/did/src/DidResolver/DidResolver.ts | 2 +- packages/did/src/DidResolver/index.ts | 2 +- packages/did/src/index.ts | 2 +- packages/messaging/src/Message.spec.ts | 2 +- packages/messaging/src/Message.ts | 2 +- packages/messaging/src/index.ts | 2 +- packages/sdk-js/src/index.ts | 2 +- packages/sdk-js/webpack.config.js | 2 +- packages/types/src/Address.ts | 2 +- packages/types/src/AssetDid.ts | 2 +- packages/types/src/Attestation.ts | 2 +- packages/types/src/Balance.ts | 2 +- packages/types/src/CType.ts | 2 +- packages/types/src/CTypeMetadata.ts | 2 +- packages/types/src/Claim.ts | 2 +- packages/types/src/Credential.ts | 2 +- packages/types/src/CryptoCallbacks.ts | 2 +- packages/types/src/Delegation.ts | 2 +- packages/types/src/Deposit.ts | 2 +- packages/types/src/DidDocument.ts | 2 +- packages/types/src/DidDocumentExporter.ts | 2 +- packages/types/src/DidResolver.ts | 2 +- packages/types/src/Imported.ts | 2 +- packages/types/src/Message.ts | 2 +- packages/types/src/PublicCredential.ts | 2 +- packages/types/src/Quote.ts | 2 +- packages/types/src/SubscriptionPromise.ts | 2 +- packages/types/src/Terms.ts | 2 +- packages/types/src/index.ts | 2 +- packages/utils/src/Crypto.spec.ts | 2 +- packages/utils/src/Crypto.ts | 2 +- packages/utils/src/DataUtils.spec.ts | 2 +- packages/utils/src/DataUtils.ts | 2 +- packages/utils/src/SDKErrors.ts | 2 +- packages/utils/src/UUID.spec.ts | 2 +- packages/utils/src/UUID.ts | 2 +- packages/utils/src/cbor.ts | 2 +- packages/utils/src/index.ts | 2 +- packages/utils/src/ss58Format.ts | 2 +- packages/vc-export/src/constants.ts | 2 +- packages/vc-export/src/exportToVerifiableCredential.spec.ts | 2 +- packages/vc-export/src/exportToVerifiableCredential.ts | 2 +- packages/vc-export/src/index.ts | 2 +- packages/vc-export/src/presentationUtils.ts | 2 +- packages/vc-export/src/types.ts | 2 +- packages/vc-export/src/vc-js/context/context.ts | 2 +- packages/vc-export/src/vc-js/context/index.ts | 2 +- packages/vc-export/src/vc-js/documentLoader.ts | 2 +- packages/vc-export/src/vc-js/index.ts | 2 +- packages/vc-export/src/vc-js/suites/KiltAbstractSuite.ts | 2 +- packages/vc-export/src/vc-js/suites/KiltAttestedSuite.spec.ts | 2 +- packages/vc-export/src/vc-js/suites/KiltAttestedSuite.ts | 2 +- packages/vc-export/src/vc-js/suites/KiltIntegritySuite.spec.ts | 2 +- packages/vc-export/src/vc-js/suites/KiltIntegritySuite.ts | 2 +- packages/vc-export/src/vc-js/suites/KiltSignatureSuite.spec.ts | 2 +- packages/vc-export/src/vc-js/suites/KiltSignatureSuite.ts | 2 +- packages/vc-export/src/vc-js/suites/index.ts | 2 +- packages/vc-export/src/verificationUtils.ts | 2 +- tests/breakingChanges/BreakingChanges.spec.ts | 2 +- tests/bundle/bundle-test.ts | 2 +- tests/bundle/bundle.spec.ts | 2 +- tests/bundle/playwright.config.ts | 2 +- tests/integration/AccountLinking.spec.ts | 2 +- tests/integration/Attestation.spec.ts | 2 +- tests/integration/Balance.spec.ts | 2 +- tests/integration/Blockchain.spec.ts | 2 +- tests/integration/Ctypes.spec.ts | 2 +- tests/integration/Delegation.spec.ts | 2 +- tests/integration/Deposit.spec.ts | 2 +- tests/integration/Did.spec.ts | 2 +- tests/integration/ErrorHandler.spec.ts | 2 +- tests/integration/PublicCredentials.spec.ts | 2 +- tests/integration/Web3Names.spec.ts | 2 +- tests/integration/utils.ts | 2 +- tests/testUtils/TestUtils.ts | 2 +- tests/testUtils/index.ts | 2 +- tests/testUtils/metadata/spiritnet.ts | 2 +- tests/testUtils/mocks/index.ts | 2 +- tests/testUtils/mocks/mockedApi.ts | 2 +- tests/testUtils/mocks/mockedApi.utils.ts | 2 +- tests/testUtils/mocks/typeRegistry.ts | 2 +- 154 files changed, 154 insertions(+), 154 deletions(-) diff --git a/packages/asset-did/src/AssetDid.ts b/packages/asset-did/src/AssetDid.ts index 395c2067b..15fd60521 100644 --- a/packages/asset-did/src/AssetDid.ts +++ b/packages/asset-did/src/AssetDid.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/asset-did/src/index.ts b/packages/asset-did/src/index.ts index 9b1404adc..63d3b45ae 100644 --- a/packages/asset-did/src/index.ts +++ b/packages/asset-did/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/chain-helpers/src/blockchain/Blockchain.spec.ts b/packages/chain-helpers/src/blockchain/Blockchain.spec.ts index 904b54e30..6b8457b10 100644 --- a/packages/chain-helpers/src/blockchain/Blockchain.spec.ts +++ b/packages/chain-helpers/src/blockchain/Blockchain.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/chain-helpers/src/blockchain/Blockchain.ts b/packages/chain-helpers/src/blockchain/Blockchain.ts index f77165ef1..b4b4303cf 100644 --- a/packages/chain-helpers/src/blockchain/Blockchain.ts +++ b/packages/chain-helpers/src/blockchain/Blockchain.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/chain-helpers/src/blockchain/SubscriptionPromise.spec.ts b/packages/chain-helpers/src/blockchain/SubscriptionPromise.spec.ts index b78ad6e9a..c1ae31a65 100644 --- a/packages/chain-helpers/src/blockchain/SubscriptionPromise.spec.ts +++ b/packages/chain-helpers/src/blockchain/SubscriptionPromise.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/chain-helpers/src/blockchain/SubscriptionPromise.ts b/packages/chain-helpers/src/blockchain/SubscriptionPromise.ts index a1a28396c..0856e7a70 100644 --- a/packages/chain-helpers/src/blockchain/SubscriptionPromise.ts +++ b/packages/chain-helpers/src/blockchain/SubscriptionPromise.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/chain-helpers/src/blockchain/index.ts b/packages/chain-helpers/src/blockchain/index.ts index 9fa18bf42..b9e969bc4 100644 --- a/packages/chain-helpers/src/blockchain/index.ts +++ b/packages/chain-helpers/src/blockchain/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/chain-helpers/src/errorhandling/ErrorHandler.spec.ts b/packages/chain-helpers/src/errorhandling/ErrorHandler.spec.ts index e9b27395c..46e740947 100644 --- a/packages/chain-helpers/src/errorhandling/ErrorHandler.spec.ts +++ b/packages/chain-helpers/src/errorhandling/ErrorHandler.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/chain-helpers/src/errorhandling/ErrorHandler.ts b/packages/chain-helpers/src/errorhandling/ErrorHandler.ts index daa30d912..a83ef2e56 100644 --- a/packages/chain-helpers/src/errorhandling/ErrorHandler.ts +++ b/packages/chain-helpers/src/errorhandling/ErrorHandler.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/chain-helpers/src/errorhandling/index.ts b/packages/chain-helpers/src/errorhandling/index.ts index cdd845bfb..0fe1ad6b2 100644 --- a/packages/chain-helpers/src/errorhandling/index.ts +++ b/packages/chain-helpers/src/errorhandling/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/chain-helpers/src/index.ts b/packages/chain-helpers/src/index.ts index ffdbb8689..8b11ba97e 100644 --- a/packages/chain-helpers/src/index.ts +++ b/packages/chain-helpers/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/config/src/ConfigService.spec.ts b/packages/config/src/ConfigService.spec.ts index bb97365b6..9c0a88a8d 100644 --- a/packages/config/src/ConfigService.spec.ts +++ b/packages/config/src/ConfigService.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/config/src/ConfigService.ts b/packages/config/src/ConfigService.ts index 38d22fc3c..51d9834ae 100644 --- a/packages/config/src/ConfigService.ts +++ b/packages/config/src/ConfigService.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/config/src/index.ts b/packages/config/src/index.ts index bc58062c7..ca1ffa0c5 100644 --- a/packages/config/src/index.ts +++ b/packages/config/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/attestation/Attestation.chain.ts b/packages/core/src/attestation/Attestation.chain.ts index 8753d5fd0..51fe67737 100644 --- a/packages/core/src/attestation/Attestation.chain.ts +++ b/packages/core/src/attestation/Attestation.chain.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/attestation/Attestation.spec.ts b/packages/core/src/attestation/Attestation.spec.ts index 63906f75c..a838cc676 100644 --- a/packages/core/src/attestation/Attestation.spec.ts +++ b/packages/core/src/attestation/Attestation.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/attestation/Attestation.ts b/packages/core/src/attestation/Attestation.ts index 8e6ddb4f4..b10596a5c 100644 --- a/packages/core/src/attestation/Attestation.ts +++ b/packages/core/src/attestation/Attestation.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/attestation/index.ts b/packages/core/src/attestation/index.ts index 545aa92d9..4b96e02f7 100644 --- a/packages/core/src/attestation/index.ts +++ b/packages/core/src/attestation/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/balance/Balance.utils.spec.ts b/packages/core/src/balance/Balance.utils.spec.ts index aad9d30e4..79949bf65 100644 --- a/packages/core/src/balance/Balance.utils.spec.ts +++ b/packages/core/src/balance/Balance.utils.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/balance/Balance.utils.ts b/packages/core/src/balance/Balance.utils.ts index d92ddae99..914b66f9f 100644 --- a/packages/core/src/balance/Balance.utils.ts +++ b/packages/core/src/balance/Balance.utils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/balance/index.ts b/packages/core/src/balance/index.ts index c5f7e31eb..8e1356ccf 100644 --- a/packages/core/src/balance/index.ts +++ b/packages/core/src/balance/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/claim/Claim.spec.ts b/packages/core/src/claim/Claim.spec.ts index c82d13ef7..77a476ed4 100644 --- a/packages/core/src/claim/Claim.spec.ts +++ b/packages/core/src/claim/Claim.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/claim/Claim.ts b/packages/core/src/claim/Claim.ts index 17aa1da54..f6dab80bc 100644 --- a/packages/core/src/claim/Claim.ts +++ b/packages/core/src/claim/Claim.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/claim/index.ts b/packages/core/src/claim/index.ts index 4161aba67..88dfe7d03 100644 --- a/packages/core/src/claim/index.ts +++ b/packages/core/src/claim/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/credential/Credential.spec.ts b/packages/core/src/credential/Credential.spec.ts index ffa25284f..a84df6be4 100644 --- a/packages/core/src/credential/Credential.spec.ts +++ b/packages/core/src/credential/Credential.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/credential/Credential.ts b/packages/core/src/credential/Credential.ts index 16a7b5444..84b5a53b9 100644 --- a/packages/core/src/credential/Credential.ts +++ b/packages/core/src/credential/Credential.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/credential/index.ts b/packages/core/src/credential/index.ts index 71be6ee23..7cdebc958 100644 --- a/packages/core/src/credential/index.ts +++ b/packages/core/src/credential/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/ctype/CType.chain.ts b/packages/core/src/ctype/CType.chain.ts index 052ab4dd3..5f3421428 100644 --- a/packages/core/src/ctype/CType.chain.ts +++ b/packages/core/src/ctype/CType.chain.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/ctype/CType.metadata.spec.ts b/packages/core/src/ctype/CType.metadata.spec.ts index 9fee50fc8..3d99f3ee3 100644 --- a/packages/core/src/ctype/CType.metadata.spec.ts +++ b/packages/core/src/ctype/CType.metadata.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/ctype/CType.schemas.ts b/packages/core/src/ctype/CType.schemas.ts index 0ee74c940..72a0cec2d 100644 --- a/packages/core/src/ctype/CType.schemas.ts +++ b/packages/core/src/ctype/CType.schemas.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/ctype/CType.spec.ts b/packages/core/src/ctype/CType.spec.ts index 50fa5b9ce..047d49aaf 100644 --- a/packages/core/src/ctype/CType.spec.ts +++ b/packages/core/src/ctype/CType.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/ctype/CType.ts b/packages/core/src/ctype/CType.ts index c6e080b58..349f69717 100644 --- a/packages/core/src/ctype/CType.ts +++ b/packages/core/src/ctype/CType.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/ctype/Ctype.nested.spec.ts b/packages/core/src/ctype/Ctype.nested.spec.ts index 95903447d..a4325cb30 100644 --- a/packages/core/src/ctype/Ctype.nested.spec.ts +++ b/packages/core/src/ctype/Ctype.nested.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/ctype/index.ts b/packages/core/src/ctype/index.ts index 1cb412b57..179ee3b6a 100644 --- a/packages/core/src/ctype/index.ts +++ b/packages/core/src/ctype/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/delegation/DelegationDecoder.ts b/packages/core/src/delegation/DelegationDecoder.ts index ec39fc291..98099ee0a 100644 --- a/packages/core/src/delegation/DelegationDecoder.ts +++ b/packages/core/src/delegation/DelegationDecoder.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/delegation/DelegationHierarchyDetails.chain.ts b/packages/core/src/delegation/DelegationHierarchyDetails.chain.ts index 83be72956..812e4a80c 100644 --- a/packages/core/src/delegation/DelegationHierarchyDetails.chain.ts +++ b/packages/core/src/delegation/DelegationHierarchyDetails.chain.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/delegation/DelegationNode.chain.ts b/packages/core/src/delegation/DelegationNode.chain.ts index 3c5bffdd2..59dbe453c 100644 --- a/packages/core/src/delegation/DelegationNode.chain.ts +++ b/packages/core/src/delegation/DelegationNode.chain.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/delegation/DelegationNode.spec.ts b/packages/core/src/delegation/DelegationNode.spec.ts index dbf3a84e8..5f19b7c7a 100644 --- a/packages/core/src/delegation/DelegationNode.spec.ts +++ b/packages/core/src/delegation/DelegationNode.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/delegation/DelegationNode.ts b/packages/core/src/delegation/DelegationNode.ts index 60d50a96d..910b201f0 100644 --- a/packages/core/src/delegation/DelegationNode.ts +++ b/packages/core/src/delegation/DelegationNode.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/delegation/DelegationNode.utils.ts b/packages/core/src/delegation/DelegationNode.utils.ts index 3c70e3bc6..fa026c2f7 100644 --- a/packages/core/src/delegation/DelegationNode.utils.ts +++ b/packages/core/src/delegation/DelegationNode.utils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/delegation/index.ts b/packages/core/src/delegation/index.ts index eb4605343..ac5f62f8e 100644 --- a/packages/core/src/delegation/index.ts +++ b/packages/core/src/delegation/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index 755b92e6d..15137f3a5 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/kilt/Kilt.ts b/packages/core/src/kilt/Kilt.ts index af3a79d73..c2207f72b 100644 --- a/packages/core/src/kilt/Kilt.ts +++ b/packages/core/src/kilt/Kilt.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/kilt/index.ts b/packages/core/src/kilt/index.ts index c966c7b4c..2c6608598 100644 --- a/packages/core/src/kilt/index.ts +++ b/packages/core/src/kilt/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/publicCredential/PublicCredential.chain.ts b/packages/core/src/publicCredential/PublicCredential.chain.ts index 7033dd71c..9d503681f 100644 --- a/packages/core/src/publicCredential/PublicCredential.chain.ts +++ b/packages/core/src/publicCredential/PublicCredential.chain.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/publicCredential/PublicCredential.spec.ts b/packages/core/src/publicCredential/PublicCredential.spec.ts index dca0722c6..a9e047b65 100644 --- a/packages/core/src/publicCredential/PublicCredential.spec.ts +++ b/packages/core/src/publicCredential/PublicCredential.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/publicCredential/PublicCredential.ts b/packages/core/src/publicCredential/PublicCredential.ts index 51e39482c..8e39a57ff 100644 --- a/packages/core/src/publicCredential/PublicCredential.ts +++ b/packages/core/src/publicCredential/PublicCredential.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/publicCredential/index.ts b/packages/core/src/publicCredential/index.ts index 9cd59fbb3..5c7e64f1b 100644 --- a/packages/core/src/publicCredential/index.ts +++ b/packages/core/src/publicCredential/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/quote/Quote.spec.ts b/packages/core/src/quote/Quote.spec.ts index 8c5701a71..35195e67d 100644 --- a/packages/core/src/quote/Quote.spec.ts +++ b/packages/core/src/quote/Quote.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/quote/Quote.ts b/packages/core/src/quote/Quote.ts index 3fdbd7752..a2ac50460 100644 --- a/packages/core/src/quote/Quote.ts +++ b/packages/core/src/quote/Quote.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/quote/QuoteSchema.ts b/packages/core/src/quote/QuoteSchema.ts index d7d0d9394..776a1c451 100644 --- a/packages/core/src/quote/QuoteSchema.ts +++ b/packages/core/src/quote/QuoteSchema.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/quote/index.ts b/packages/core/src/quote/index.ts index 5f5d3cb2a..293518771 100644 --- a/packages/core/src/quote/index.ts +++ b/packages/core/src/quote/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/core/src/utils.ts b/packages/core/src/utils.ts index ce97ba28e..12052c6aa 100644 --- a/packages/core/src/utils.ts +++ b/packages/core/src/utils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/Did.chain.spec.ts b/packages/did/src/Did.chain.spec.ts index 2efc9368d..57b32d3de 100644 --- a/packages/did/src/Did.chain.spec.ts +++ b/packages/did/src/Did.chain.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/Did.chain.ts b/packages/did/src/Did.chain.ts index 09daf45e4..5387e3682 100644 --- a/packages/did/src/Did.chain.ts +++ b/packages/did/src/Did.chain.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/Did.rpc.ts b/packages/did/src/Did.rpc.ts index da77219d6..5a20dbaf7 100644 --- a/packages/did/src/Did.rpc.ts +++ b/packages/did/src/Did.rpc.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/Did.signature.spec.ts b/packages/did/src/Did.signature.spec.ts index 449e69813..876411a8c 100644 --- a/packages/did/src/Did.signature.spec.ts +++ b/packages/did/src/Did.signature.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/Did.signature.ts b/packages/did/src/Did.signature.ts index 07a853d79..328036634 100644 --- a/packages/did/src/Did.signature.ts +++ b/packages/did/src/Did.signature.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/Did.utils.ts b/packages/did/src/Did.utils.ts index 2cc1eaf63..1d468b514 100644 --- a/packages/did/src/Did.utils.ts +++ b/packages/did/src/Did.utils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/DidDetails/DidDetails.spec.ts b/packages/did/src/DidDetails/DidDetails.spec.ts index 26302a1f6..037340160 100644 --- a/packages/did/src/DidDetails/DidDetails.spec.ts +++ b/packages/did/src/DidDetails/DidDetails.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/DidDetails/DidDetails.ts b/packages/did/src/DidDetails/DidDetails.ts index 0af556564..a9441f044 100644 --- a/packages/did/src/DidDetails/DidDetails.ts +++ b/packages/did/src/DidDetails/DidDetails.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/DidDetails/FullDidDetails.spec.ts b/packages/did/src/DidDetails/FullDidDetails.spec.ts index 3f8004931..6bfc88189 100644 --- a/packages/did/src/DidDetails/FullDidDetails.spec.ts +++ b/packages/did/src/DidDetails/FullDidDetails.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/DidDetails/FullDidDetails.ts b/packages/did/src/DidDetails/FullDidDetails.ts index 008a5cbf8..aca4ce41a 100644 --- a/packages/did/src/DidDetails/FullDidDetails.ts +++ b/packages/did/src/DidDetails/FullDidDetails.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/DidDetails/LightDidDetails.spec.ts b/packages/did/src/DidDetails/LightDidDetails.spec.ts index 2a7a23a92..2e5668945 100644 --- a/packages/did/src/DidDetails/LightDidDetails.spec.ts +++ b/packages/did/src/DidDetails/LightDidDetails.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/DidDetails/LightDidDetails.ts b/packages/did/src/DidDetails/LightDidDetails.ts index 30a752f6b..3aceea99c 100644 --- a/packages/did/src/DidDetails/LightDidDetails.ts +++ b/packages/did/src/DidDetails/LightDidDetails.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/DidDetails/index.ts b/packages/did/src/DidDetails/index.ts index 99c4484aa..4e50597cd 100644 --- a/packages/did/src/DidDetails/index.ts +++ b/packages/did/src/DidDetails/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/DidDocumentExporter/DidContexts.ts b/packages/did/src/DidDocumentExporter/DidContexts.ts index 677fc4960..37107578e 100644 --- a/packages/did/src/DidDocumentExporter/DidContexts.ts +++ b/packages/did/src/DidDocumentExporter/DidContexts.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/DidDocumentExporter/DidDocumentExporter.spec.ts b/packages/did/src/DidDocumentExporter/DidDocumentExporter.spec.ts index 7aa6234c5..d60a14b45 100644 --- a/packages/did/src/DidDocumentExporter/DidDocumentExporter.spec.ts +++ b/packages/did/src/DidDocumentExporter/DidDocumentExporter.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/DidDocumentExporter/DidDocumentExporter.ts b/packages/did/src/DidDocumentExporter/DidDocumentExporter.ts index f2103fde4..ca28fed59 100644 --- a/packages/did/src/DidDocumentExporter/DidDocumentExporter.ts +++ b/packages/did/src/DidDocumentExporter/DidDocumentExporter.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/DidDocumentExporter/index.ts b/packages/did/src/DidDocumentExporter/index.ts index 3243aecb8..633ea267b 100644 --- a/packages/did/src/DidDocumentExporter/index.ts +++ b/packages/did/src/DidDocumentExporter/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/DidLinks/AccountLinks.chain.ts b/packages/did/src/DidLinks/AccountLinks.chain.ts index 882568d3b..1a8ab819a 100644 --- a/packages/did/src/DidLinks/AccountLinks.chain.ts +++ b/packages/did/src/DidLinks/AccountLinks.chain.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/DidLinks/index.ts b/packages/did/src/DidLinks/index.ts index 9f8b08853..932f2ed96 100644 --- a/packages/did/src/DidLinks/index.ts +++ b/packages/did/src/DidLinks/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/DidResolver/DidResolver.spec.ts b/packages/did/src/DidResolver/DidResolver.spec.ts index 8482cb709..723e014bf 100644 --- a/packages/did/src/DidResolver/DidResolver.spec.ts +++ b/packages/did/src/DidResolver/DidResolver.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/DidResolver/DidResolver.ts b/packages/did/src/DidResolver/DidResolver.ts index 16ad07512..1b91f32b5 100644 --- a/packages/did/src/DidResolver/DidResolver.ts +++ b/packages/did/src/DidResolver/DidResolver.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/DidResolver/index.ts b/packages/did/src/DidResolver/index.ts index 64023f7e7..8bea569ec 100644 --- a/packages/did/src/DidResolver/index.ts +++ b/packages/did/src/DidResolver/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/did/src/index.ts b/packages/did/src/index.ts index 38320500d..55ffed756 100644 --- a/packages/did/src/index.ts +++ b/packages/did/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/messaging/src/Message.spec.ts b/packages/messaging/src/Message.spec.ts index ea26bbaa1..98ce311b6 100644 --- a/packages/messaging/src/Message.spec.ts +++ b/packages/messaging/src/Message.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/messaging/src/Message.ts b/packages/messaging/src/Message.ts index ccf3eb3df..c467b68a4 100644 --- a/packages/messaging/src/Message.ts +++ b/packages/messaging/src/Message.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/messaging/src/index.ts b/packages/messaging/src/index.ts index fc34fe781..a7d18ed4c 100644 --- a/packages/messaging/src/index.ts +++ b/packages/messaging/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/sdk-js/src/index.ts b/packages/sdk-js/src/index.ts index dfc83c64d..f2411f1a0 100644 --- a/packages/sdk-js/src/index.ts +++ b/packages/sdk-js/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/sdk-js/webpack.config.js b/packages/sdk-js/webpack.config.js index 6fc6cd1bb..a0a25072a 100644 --- a/packages/sdk-js/webpack.config.js +++ b/packages/sdk-js/webpack.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/Address.ts b/packages/types/src/Address.ts index 9ee9edfd5..9b83beea3 100644 --- a/packages/types/src/Address.ts +++ b/packages/types/src/Address.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/AssetDid.ts b/packages/types/src/AssetDid.ts index ecb9a52ef..29e2dee0d 100644 --- a/packages/types/src/AssetDid.ts +++ b/packages/types/src/AssetDid.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/Attestation.ts b/packages/types/src/Attestation.ts index 0f42f8974..e106ce558 100644 --- a/packages/types/src/Attestation.ts +++ b/packages/types/src/Attestation.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/Balance.ts b/packages/types/src/Balance.ts index a8381b130..03807b843 100644 --- a/packages/types/src/Balance.ts +++ b/packages/types/src/Balance.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/CType.ts b/packages/types/src/CType.ts index 7ab4452f1..2a8aaf240 100644 --- a/packages/types/src/CType.ts +++ b/packages/types/src/CType.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/CTypeMetadata.ts b/packages/types/src/CTypeMetadata.ts index 733afdb7b..4ade067d5 100644 --- a/packages/types/src/CTypeMetadata.ts +++ b/packages/types/src/CTypeMetadata.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/Claim.ts b/packages/types/src/Claim.ts index 5e8691644..4902e8f33 100644 --- a/packages/types/src/Claim.ts +++ b/packages/types/src/Claim.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/Credential.ts b/packages/types/src/Credential.ts index ec2c0d467..bf62fe6e3 100644 --- a/packages/types/src/Credential.ts +++ b/packages/types/src/Credential.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/CryptoCallbacks.ts b/packages/types/src/CryptoCallbacks.ts index 3bb8225b1..a5e484fd8 100644 --- a/packages/types/src/CryptoCallbacks.ts +++ b/packages/types/src/CryptoCallbacks.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/Delegation.ts b/packages/types/src/Delegation.ts index 7049e3361..fba393756 100644 --- a/packages/types/src/Delegation.ts +++ b/packages/types/src/Delegation.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/Deposit.ts b/packages/types/src/Deposit.ts index 6cc0a583c..53fc7784b 100644 --- a/packages/types/src/Deposit.ts +++ b/packages/types/src/Deposit.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/DidDocument.ts b/packages/types/src/DidDocument.ts index 9bf9a7502..a5730db4c 100644 --- a/packages/types/src/DidDocument.ts +++ b/packages/types/src/DidDocument.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/DidDocumentExporter.ts b/packages/types/src/DidDocumentExporter.ts index 95efb1d43..bfd2eae91 100644 --- a/packages/types/src/DidDocumentExporter.ts +++ b/packages/types/src/DidDocumentExporter.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/DidResolver.ts b/packages/types/src/DidResolver.ts index fd74dc237..3e8c69b5b 100644 --- a/packages/types/src/DidResolver.ts +++ b/packages/types/src/DidResolver.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/Imported.ts b/packages/types/src/Imported.ts index f83228443..2d0de1078 100644 --- a/packages/types/src/Imported.ts +++ b/packages/types/src/Imported.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/Message.ts b/packages/types/src/Message.ts index b4264dc76..feaf62639 100644 --- a/packages/types/src/Message.ts +++ b/packages/types/src/Message.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/PublicCredential.ts b/packages/types/src/PublicCredential.ts index 0b3ba75db..b303f7fbc 100644 --- a/packages/types/src/PublicCredential.ts +++ b/packages/types/src/PublicCredential.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/Quote.ts b/packages/types/src/Quote.ts index 2a3f0ed6d..0414113ec 100644 --- a/packages/types/src/Quote.ts +++ b/packages/types/src/Quote.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/SubscriptionPromise.ts b/packages/types/src/SubscriptionPromise.ts index 08707490a..5333f4d67 100644 --- a/packages/types/src/SubscriptionPromise.ts +++ b/packages/types/src/SubscriptionPromise.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/Terms.ts b/packages/types/src/Terms.ts index e4578aae8..93745fde0 100644 --- a/packages/types/src/Terms.ts +++ b/packages/types/src/Terms.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts index 16c6bf418..8dbe318ec 100644 --- a/packages/types/src/index.ts +++ b/packages/types/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/utils/src/Crypto.spec.ts b/packages/utils/src/Crypto.spec.ts index fd08e586a..65db07caa 100644 --- a/packages/utils/src/Crypto.spec.ts +++ b/packages/utils/src/Crypto.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/utils/src/Crypto.ts b/packages/utils/src/Crypto.ts index 3dfc942eb..7c73bd84b 100644 --- a/packages/utils/src/Crypto.ts +++ b/packages/utils/src/Crypto.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/utils/src/DataUtils.spec.ts b/packages/utils/src/DataUtils.spec.ts index c53cfc4c5..9395d3da7 100644 --- a/packages/utils/src/DataUtils.spec.ts +++ b/packages/utils/src/DataUtils.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/utils/src/DataUtils.ts b/packages/utils/src/DataUtils.ts index a473f2f8a..5a734dabc 100644 --- a/packages/utils/src/DataUtils.ts +++ b/packages/utils/src/DataUtils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/utils/src/SDKErrors.ts b/packages/utils/src/SDKErrors.ts index 32dcb7814..a61fda5ab 100644 --- a/packages/utils/src/SDKErrors.ts +++ b/packages/utils/src/SDKErrors.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/utils/src/UUID.spec.ts b/packages/utils/src/UUID.spec.ts index fdc61a48a..d6c71bfe3 100644 --- a/packages/utils/src/UUID.spec.ts +++ b/packages/utils/src/UUID.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/utils/src/UUID.ts b/packages/utils/src/UUID.ts index 4f25e055c..6caf6d84d 100644 --- a/packages/utils/src/UUID.ts +++ b/packages/utils/src/UUID.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/utils/src/cbor.ts b/packages/utils/src/cbor.ts index b12205bcd..cdca66e69 100644 --- a/packages/utils/src/cbor.ts +++ b/packages/utils/src/cbor.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/utils/src/index.ts b/packages/utils/src/index.ts index 30cbd3b3e..799b85738 100644 --- a/packages/utils/src/index.ts +++ b/packages/utils/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/utils/src/ss58Format.ts b/packages/utils/src/ss58Format.ts index fa5d763ed..ed9461885 100644 --- a/packages/utils/src/ss58Format.ts +++ b/packages/utils/src/ss58Format.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/constants.ts b/packages/vc-export/src/constants.ts index 0cb7ce718..443261dcd 100644 --- a/packages/vc-export/src/constants.ts +++ b/packages/vc-export/src/constants.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/exportToVerifiableCredential.spec.ts b/packages/vc-export/src/exportToVerifiableCredential.spec.ts index c77f0e02c..c9d9b9841 100644 --- a/packages/vc-export/src/exportToVerifiableCredential.spec.ts +++ b/packages/vc-export/src/exportToVerifiableCredential.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/exportToVerifiableCredential.ts b/packages/vc-export/src/exportToVerifiableCredential.ts index fb02db1f6..701226e7f 100644 --- a/packages/vc-export/src/exportToVerifiableCredential.ts +++ b/packages/vc-export/src/exportToVerifiableCredential.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/index.ts b/packages/vc-export/src/index.ts index 6200bf891..a4c884b26 100644 --- a/packages/vc-export/src/index.ts +++ b/packages/vc-export/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/presentationUtils.ts b/packages/vc-export/src/presentationUtils.ts index 258f8e773..2aaa9ff1e 100644 --- a/packages/vc-export/src/presentationUtils.ts +++ b/packages/vc-export/src/presentationUtils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/types.ts b/packages/vc-export/src/types.ts index de891b9e7..11c157e7c 100644 --- a/packages/vc-export/src/types.ts +++ b/packages/vc-export/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/vc-js/context/context.ts b/packages/vc-export/src/vc-js/context/context.ts index ff8d656a1..c5d589637 100644 --- a/packages/vc-export/src/vc-js/context/context.ts +++ b/packages/vc-export/src/vc-js/context/context.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/vc-js/context/index.ts b/packages/vc-export/src/vc-js/context/index.ts index c5b3ac613..3b82d12a4 100644 --- a/packages/vc-export/src/vc-js/context/index.ts +++ b/packages/vc-export/src/vc-js/context/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/vc-js/documentLoader.ts b/packages/vc-export/src/vc-js/documentLoader.ts index d2f31458e..ea21e3a7f 100644 --- a/packages/vc-export/src/vc-js/documentLoader.ts +++ b/packages/vc-export/src/vc-js/documentLoader.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/vc-js/index.ts b/packages/vc-export/src/vc-js/index.ts index 9d73154b6..d9843a78a 100644 --- a/packages/vc-export/src/vc-js/index.ts +++ b/packages/vc-export/src/vc-js/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/vc-js/suites/KiltAbstractSuite.ts b/packages/vc-export/src/vc-js/suites/KiltAbstractSuite.ts index 4b2e9876a..aeab5da40 100644 --- a/packages/vc-export/src/vc-js/suites/KiltAbstractSuite.ts +++ b/packages/vc-export/src/vc-js/suites/KiltAbstractSuite.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/vc-js/suites/KiltAttestedSuite.spec.ts b/packages/vc-export/src/vc-js/suites/KiltAttestedSuite.spec.ts index 219f52dce..cf6f32833 100644 --- a/packages/vc-export/src/vc-js/suites/KiltAttestedSuite.spec.ts +++ b/packages/vc-export/src/vc-js/suites/KiltAttestedSuite.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/vc-js/suites/KiltAttestedSuite.ts b/packages/vc-export/src/vc-js/suites/KiltAttestedSuite.ts index fa40640b0..dc119c941 100644 --- a/packages/vc-export/src/vc-js/suites/KiltAttestedSuite.ts +++ b/packages/vc-export/src/vc-js/suites/KiltAttestedSuite.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/vc-js/suites/KiltIntegritySuite.spec.ts b/packages/vc-export/src/vc-js/suites/KiltIntegritySuite.spec.ts index bf02c06f2..70f4c3b65 100644 --- a/packages/vc-export/src/vc-js/suites/KiltIntegritySuite.spec.ts +++ b/packages/vc-export/src/vc-js/suites/KiltIntegritySuite.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/vc-js/suites/KiltIntegritySuite.ts b/packages/vc-export/src/vc-js/suites/KiltIntegritySuite.ts index fa8e9aaa9..ccafaea75 100644 --- a/packages/vc-export/src/vc-js/suites/KiltIntegritySuite.ts +++ b/packages/vc-export/src/vc-js/suites/KiltIntegritySuite.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/vc-js/suites/KiltSignatureSuite.spec.ts b/packages/vc-export/src/vc-js/suites/KiltSignatureSuite.spec.ts index 44475192e..950228e8f 100644 --- a/packages/vc-export/src/vc-js/suites/KiltSignatureSuite.spec.ts +++ b/packages/vc-export/src/vc-js/suites/KiltSignatureSuite.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/vc-js/suites/KiltSignatureSuite.ts b/packages/vc-export/src/vc-js/suites/KiltSignatureSuite.ts index 1e1b348ba..73f9412dc 100644 --- a/packages/vc-export/src/vc-js/suites/KiltSignatureSuite.ts +++ b/packages/vc-export/src/vc-js/suites/KiltSignatureSuite.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/vc-js/suites/index.ts b/packages/vc-export/src/vc-js/suites/index.ts index 20c721a8f..4abb8cf45 100644 --- a/packages/vc-export/src/vc-js/suites/index.ts +++ b/packages/vc-export/src/vc-js/suites/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/packages/vc-export/src/verificationUtils.ts b/packages/vc-export/src/verificationUtils.ts index 84a6fdf96..b4dd1ff8d 100644 --- a/packages/vc-export/src/verificationUtils.ts +++ b/packages/vc-export/src/verificationUtils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/breakingChanges/BreakingChanges.spec.ts b/tests/breakingChanges/BreakingChanges.spec.ts index 2c73a6772..4b7b2e2c0 100644 --- a/tests/breakingChanges/BreakingChanges.spec.ts +++ b/tests/breakingChanges/BreakingChanges.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/bundle/bundle-test.ts b/tests/bundle/bundle-test.ts index df39e0397..bfbe30214 100644 --- a/tests/bundle/bundle-test.ts +++ b/tests/bundle/bundle-test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/bundle/bundle.spec.ts b/tests/bundle/bundle.spec.ts index eb541f350..a1f458cf4 100644 --- a/tests/bundle/bundle.spec.ts +++ b/tests/bundle/bundle.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/bundle/playwright.config.ts b/tests/bundle/playwright.config.ts index 8c7aed8af..b6e28f376 100644 --- a/tests/bundle/playwright.config.ts +++ b/tests/bundle/playwright.config.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/integration/AccountLinking.spec.ts b/tests/integration/AccountLinking.spec.ts index 51b9da0ae..92a8dd42c 100644 --- a/tests/integration/AccountLinking.spec.ts +++ b/tests/integration/AccountLinking.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/integration/Attestation.spec.ts b/tests/integration/Attestation.spec.ts index 09f205af0..7aeeaea1b 100644 --- a/tests/integration/Attestation.spec.ts +++ b/tests/integration/Attestation.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/integration/Balance.spec.ts b/tests/integration/Balance.spec.ts index c19097858..2c9cff831 100644 --- a/tests/integration/Balance.spec.ts +++ b/tests/integration/Balance.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/integration/Blockchain.spec.ts b/tests/integration/Blockchain.spec.ts index bdd2e6907..3bfb142b6 100644 --- a/tests/integration/Blockchain.spec.ts +++ b/tests/integration/Blockchain.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/integration/Ctypes.spec.ts b/tests/integration/Ctypes.spec.ts index 5dcc7d0a0..10b8d3f98 100644 --- a/tests/integration/Ctypes.spec.ts +++ b/tests/integration/Ctypes.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/integration/Delegation.spec.ts b/tests/integration/Delegation.spec.ts index a0d9b386c..8f2b3d52f 100644 --- a/tests/integration/Delegation.spec.ts +++ b/tests/integration/Delegation.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/integration/Deposit.spec.ts b/tests/integration/Deposit.spec.ts index 92f4f2da1..2d7084030 100644 --- a/tests/integration/Deposit.spec.ts +++ b/tests/integration/Deposit.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/integration/Did.spec.ts b/tests/integration/Did.spec.ts index 0ff5b1f69..cb72b0036 100644 --- a/tests/integration/Did.spec.ts +++ b/tests/integration/Did.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/integration/ErrorHandler.spec.ts b/tests/integration/ErrorHandler.spec.ts index 02d0b36b1..b9d1c1e41 100644 --- a/tests/integration/ErrorHandler.spec.ts +++ b/tests/integration/ErrorHandler.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/integration/PublicCredentials.spec.ts b/tests/integration/PublicCredentials.spec.ts index 66c9bf2e5..3b7157f3e 100644 --- a/tests/integration/PublicCredentials.spec.ts +++ b/tests/integration/PublicCredentials.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/integration/Web3Names.spec.ts b/tests/integration/Web3Names.spec.ts index 1c00908e5..5336e6423 100644 --- a/tests/integration/Web3Names.spec.ts +++ b/tests/integration/Web3Names.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/integration/utils.ts b/tests/integration/utils.ts index 0559e94f1..19d14fd03 100644 --- a/tests/integration/utils.ts +++ b/tests/integration/utils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/testUtils/TestUtils.ts b/tests/testUtils/TestUtils.ts index 10b14efa2..8057c2f59 100644 --- a/tests/testUtils/TestUtils.ts +++ b/tests/testUtils/TestUtils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/testUtils/index.ts b/tests/testUtils/index.ts index 093a7233d..0b7523ab6 100644 --- a/tests/testUtils/index.ts +++ b/tests/testUtils/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/testUtils/metadata/spiritnet.ts b/tests/testUtils/metadata/spiritnet.ts index fe3345616..e42611d3e 100644 --- a/tests/testUtils/metadata/spiritnet.ts +++ b/tests/testUtils/metadata/spiritnet.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/testUtils/mocks/index.ts b/tests/testUtils/mocks/index.ts index 87626de87..0c29e6a98 100644 --- a/tests/testUtils/mocks/index.ts +++ b/tests/testUtils/mocks/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/testUtils/mocks/mockedApi.ts b/tests/testUtils/mocks/mockedApi.ts index 4f0fef4ea..c3f428eab 100644 --- a/tests/testUtils/mocks/mockedApi.ts +++ b/tests/testUtils/mocks/mockedApi.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/testUtils/mocks/mockedApi.utils.ts b/tests/testUtils/mocks/mockedApi.utils.ts index 177ceaa08..1227f6dc2 100644 --- a/tests/testUtils/mocks/mockedApi.utils.ts +++ b/tests/testUtils/mocks/mockedApi.utils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. diff --git a/tests/testUtils/mocks/typeRegistry.ts b/tests/testUtils/mocks/typeRegistry.ts index a2aa7f1ae..c67cec436 100644 --- a/tests/testUtils/mocks/typeRegistry.ts +++ b/tests/testUtils/mocks/typeRegistry.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2018-2023, BOTLabs GmbH. + * Copyright (c) 2025, KILT Foundation. * * This source code is licensed under the BSD 4-Clause "Original" license * found in the LICENSE file in the root directory of this source tree. From 3a7ef7d0349198799027468d89caed34d37844c1 Mon Sep 17 00:00:00 2001 From: Raphael Flechtner Date: Mon, 10 Feb 2025 10:50:25 +0200 Subject: [PATCH 03/13] chore: set version 0.36.0 --- package.json | 2 +- packages/asset-did/package.json | 2 +- packages/chain-helpers/package.json | 2 +- packages/config/package.json | 2 +- packages/core/package.json | 2 +- packages/did/package.json | 2 +- packages/messaging/package.json | 2 +- packages/sdk-js/package.json | 2 +- packages/types/package.json | 2 +- packages/utils/package.json | 2 +- packages/vc-export/package.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index b96d14f46..18bc3f37d 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,6 @@ "typedoc": "^0.23.0", "typescript": "^4.8.3" }, - "version": "0.36.0-rc.1", + "version": "0.36.0", "packageManager": "yarn@3.3.1" } diff --git a/packages/asset-did/package.json b/packages/asset-did/package.json index dbc2261b3..ca0e9276c 100644 --- a/packages/asset-did/package.json +++ b/packages/asset-did/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/asset-did", - "version": "0.36.0-rc.1", + "version": "0.36.0", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/chain-helpers/package.json b/packages/chain-helpers/package.json index 463ac93fa..8a0c963f6 100644 --- a/packages/chain-helpers/package.json +++ b/packages/chain-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/chain-helpers", - "version": "0.36.0-rc.1", + "version": "0.36.0", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/config/package.json b/packages/config/package.json index c36ab86eb..04b63ff53 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/config", - "version": "0.36.0-rc.1", + "version": "0.36.0", "description": "", "type": "commonjs", "main": "./lib/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index fad393ffc..487899021 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/core", - "version": "0.36.0-rc.1", + "version": "0.36.0", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/did/package.json b/packages/did/package.json index 95160ee88..7e4fc2bdc 100644 --- a/packages/did/package.json +++ b/packages/did/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/did", - "version": "0.36.0-rc.1", + "version": "0.36.0", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 8a2812b20..fe0112c09 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/messaging", - "version": "0.36.0-rc.1", + "version": "0.36.0", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/sdk-js/package.json b/packages/sdk-js/package.json index da239afc1..6c7a2a0df 100644 --- a/packages/sdk-js/package.json +++ b/packages/sdk-js/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/sdk-js", - "version": "0.36.0-rc.1", + "version": "0.36.0", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/types/package.json b/packages/types/package.json index 78b1b7e38..dbdd9b660 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/types", - "version": "0.36.0-rc.1", + "version": "0.36.0", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index dc8ca46c8..dbc6d7f72 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/utils", - "version": "0.36.0-rc.1", + "version": "0.36.0", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/vc-export/package.json b/packages/vc-export/package.json index 6c1eee4f7..c023e0a2a 100644 --- a/packages/vc-export/package.json +++ b/packages/vc-export/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/vc-export", - "version": "0.36.0-rc.1", + "version": "0.36.0", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", From b4db614d6fb6c1e0c75e43e3aeebd2bf48bebaf5 Mon Sep 17 00:00:00 2001 From: Raphael Flechtner Date: Tue, 25 Mar 2025 11:19:32 +0100 Subject: [PATCH 04/13] chore: set rc version 2 --- package.json | 2 +- packages/asset-did/package.json | 2 +- packages/chain-helpers/package.json | 2 +- packages/config/package.json | 2 +- packages/core/package.json | 2 +- packages/did/package.json | 2 +- packages/messaging/package.json | 2 +- packages/sdk-js/package.json | 2 +- packages/types/package.json | 2 +- packages/utils/package.json | 2 +- packages/vc-export/package.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 18bc3f37d..59c76bdf0 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,6 @@ "typedoc": "^0.23.0", "typescript": "^4.8.3" }, - "version": "0.36.0", + "version": "0.36.0-rc.2", "packageManager": "yarn@3.3.1" } diff --git a/packages/asset-did/package.json b/packages/asset-did/package.json index ca0e9276c..8bb25341b 100644 --- a/packages/asset-did/package.json +++ b/packages/asset-did/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/asset-did", - "version": "0.36.0", + "version": "0.36.0-rc.2", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/chain-helpers/package.json b/packages/chain-helpers/package.json index ea30e6f85..64e4f7c86 100644 --- a/packages/chain-helpers/package.json +++ b/packages/chain-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/chain-helpers", - "version": "0.36.0", + "version": "0.36.0-rc.2", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/config/package.json b/packages/config/package.json index 3fba62f0e..cc552289a 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/config", - "version": "0.36.0", + "version": "0.36.0-rc.2", "description": "", "type": "commonjs", "main": "./lib/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index bef6017db..420ff03a5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/core", - "version": "0.36.0", + "version": "0.36.0-rc.2", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/did/package.json b/packages/did/package.json index 9979cc886..648463fad 100644 --- a/packages/did/package.json +++ b/packages/did/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/did", - "version": "0.36.0", + "version": "0.36.0-rc.2", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 8851e98ce..836b1ec5c 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/messaging", - "version": "0.36.0", + "version": "0.36.0-rc.2", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/sdk-js/package.json b/packages/sdk-js/package.json index 6c7a2a0df..9e10f7218 100644 --- a/packages/sdk-js/package.json +++ b/packages/sdk-js/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/sdk-js", - "version": "0.36.0", + "version": "0.36.0-rc.2", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/types/package.json b/packages/types/package.json index ad00eadd7..eb10ff5ad 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/types", - "version": "0.36.0", + "version": "0.36.0-rc.2", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index 039df325b..e83eeb4e6 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/utils", - "version": "0.36.0", + "version": "0.36.0-rc.2", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/vc-export/package.json b/packages/vc-export/package.json index 8908d44bb..a7aa21241 100644 --- a/packages/vc-export/package.json +++ b/packages/vc-export/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/vc-export", - "version": "0.36.0", + "version": "0.36.0-rc.2", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", From 43d30b7109d36b11de3ab976f4f9c03ba9df2bfa Mon Sep 17 00:00:00 2001 From: Raphael Flechtner Date: Wed, 26 Mar 2025 14:37:57 +0100 Subject: [PATCH 05/13] fix: esm types for config package --- packages/config/package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/config/package.json b/packages/config/package.json index cc552289a..63872cf1b 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -8,7 +8,10 @@ "types": "./lib/index.d.ts", "exports": { ".": { - "import": "./lib/index.mjs", + "import": { + "types": "./lib/esm/index.d.ts", + "default": "./lib/index.mjs" + }, "require": "./lib/index.js", "types": "./lib/index.d.ts" } @@ -19,9 +22,10 @@ "scripts": { "clean": "rimraf ./lib", "build": "yarn clean && yarn build:ts", - "build:ts": "yarn build:cjs && yarn build:esm", + "build:ts": "yarn build:cjs && yarn build:esm && yarn build:esm:types", "build:cjs": "tsc --declaration -p tsconfig.build.json", - "build:esm": "tsc --declaration -p tsconfig.esm.json && yarn exec cp -f ./lib/esm/index.js ./lib/index.mjs && rimraf ./lib/esm" + "build:esm": "tsc --declaration -p tsconfig.esm.json && yarn exec cp -f ./lib/esm/index.js ./lib/index.mjs && rimraf ./lib/esm", + "build:esm:types": "tsc --declaration --emitDeclarationOnly -p tsconfig.esm.json && echo '{\"type\":\"module\"}' > ./lib/esm/package.json" }, "repository": "github:kiltprotocol/sdk-js", "engines": { From 6c931974542d73844f130e23523d17a5c4c38e9d Mon Sep 17 00:00:00 2001 From: Raphael Flechtner Date: Wed, 26 Mar 2025 15:06:49 +0100 Subject: [PATCH 06/13] chore: removal of augment-api from docs config --- tsconfig.docs.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.docs.json b/tsconfig.docs.json index 1a9740e2f..0170b2054 100644 --- a/tsconfig.docs.json +++ b/tsconfig.docs.json @@ -5,7 +5,6 @@ "entryPointStrategy": "resolve", "entryPoints": [ "packages/types/src/index.ts", - "packages/augment-api/src/index.ts", "packages/utils/src/index.ts", "packages/asset-did/src/index.ts", "packages/config/src/index.ts", From e06cbfd1da303ce6481f886f976efb265667ce59 Mon Sep 17 00:00:00 2001 From: Raphael Flechtner Date: Wed, 26 Mar 2025 15:14:53 +0100 Subject: [PATCH 07/13] chore: set rc version 3 --- package.json | 2 +- packages/asset-did/package.json | 2 +- packages/chain-helpers/package.json | 2 +- packages/config/package.json | 2 +- packages/core/package.json | 2 +- packages/did/package.json | 2 +- packages/messaging/package.json | 2 +- packages/sdk-js/package.json | 2 +- packages/types/package.json | 2 +- packages/utils/package.json | 2 +- packages/vc-export/package.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 59c76bdf0..9328d0811 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,6 @@ "typedoc": "^0.23.0", "typescript": "^4.8.3" }, - "version": "0.36.0-rc.2", + "version": "0.36.0-rc.3", "packageManager": "yarn@3.3.1" } diff --git a/packages/asset-did/package.json b/packages/asset-did/package.json index 8bb25341b..76ef92fc7 100644 --- a/packages/asset-did/package.json +++ b/packages/asset-did/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/asset-did", - "version": "0.36.0-rc.2", + "version": "0.36.0-rc.3", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/chain-helpers/package.json b/packages/chain-helpers/package.json index 64e4f7c86..5a7c6b067 100644 --- a/packages/chain-helpers/package.json +++ b/packages/chain-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/chain-helpers", - "version": "0.36.0-rc.2", + "version": "0.36.0-rc.3", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/config/package.json b/packages/config/package.json index 63872cf1b..f6b52336a 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/config", - "version": "0.36.0-rc.2", + "version": "0.36.0-rc.3", "description": "", "type": "commonjs", "main": "./lib/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index 420ff03a5..11652cb37 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/core", - "version": "0.36.0-rc.2", + "version": "0.36.0-rc.3", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/did/package.json b/packages/did/package.json index 648463fad..091e42748 100644 --- a/packages/did/package.json +++ b/packages/did/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/did", - "version": "0.36.0-rc.2", + "version": "0.36.0-rc.3", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 836b1ec5c..c87b78887 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/messaging", - "version": "0.36.0-rc.2", + "version": "0.36.0-rc.3", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/sdk-js/package.json b/packages/sdk-js/package.json index 9e10f7218..106f67292 100644 --- a/packages/sdk-js/package.json +++ b/packages/sdk-js/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/sdk-js", - "version": "0.36.0-rc.2", + "version": "0.36.0-rc.3", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/types/package.json b/packages/types/package.json index eb10ff5ad..26c9e43b0 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/types", - "version": "0.36.0-rc.2", + "version": "0.36.0-rc.3", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index e83eeb4e6..05ca9f59b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/utils", - "version": "0.36.0-rc.2", + "version": "0.36.0-rc.3", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/vc-export/package.json b/packages/vc-export/package.json index a7aa21241..f4d34e020 100644 --- a/packages/vc-export/package.json +++ b/packages/vc-export/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/vc-export", - "version": "0.36.0-rc.2", + "version": "0.36.0-rc.3", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", From beaa84bd539b56c8c1446521a2df488f4bf0818d Mon Sep 17 00:00:00 2001 From: dudleyneedham Date: Thu, 22 May 2025 13:11:18 +0200 Subject: [PATCH 08/13] feat: updating all the dependancies for polkadot to the latest versions --- packages/chain-helpers/package.json | 6 +- packages/config/package.json | 2 +- packages/core/package.json | 10 +- packages/did/package.json | 12 +- packages/messaging/package.json | 2 +- packages/types/package.json | 10 +- packages/utils/package.json | 8 +- packages/vc-export/package.json | 8 +- .../BreakingChanges.spec.ts.snap | 37 ++ yarn.lock | 432 +++++++++--------- 10 files changed, 282 insertions(+), 245 deletions(-) diff --git a/packages/chain-helpers/package.json b/packages/chain-helpers/package.json index 5a7c6b067..815330d76 100644 --- a/packages/chain-helpers/package.json +++ b/packages/chain-helpers/package.json @@ -30,7 +30,7 @@ "bugs": "https://github.com/KILTprotocol/sdk-js/issues", "homepage": "https://github.com/KILTprotocol/sdk-js#readme", "devDependencies": { - "@polkadot/keyring": "^13.4.3", + "@polkadot/keyring": "^13.5.1", "rimraf": "^3.0.2", "typescript": "^4.8.3" }, @@ -38,7 +38,7 @@ "@kiltprotocol/config": "workspace:*", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", - "@polkadot/api": "^15.6.1", - "@polkadot/types": "^15.6.1" + "@polkadot/api": "^16.0.1", + "@polkadot/types": "^16.0.1" } } diff --git a/packages/config/package.json b/packages/config/package.json index f6b52336a..9917aaebb 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@kiltprotocol/types": "workspace:*", - "@polkadot/api": "^15.6.1", + "@polkadot/api": "^16.0.1", "typescript-logging": "^1.0.0" } } diff --git a/packages/core/package.json b/packages/core/package.json index 11652cb37..de73e4f97 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -44,10 +44,10 @@ "@kiltprotocol/type-definitions": "^1.11401.0", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", - "@polkadot/api": "^15.6.1", - "@polkadot/keyring": "^13.4.3", - "@polkadot/types": "^15.6.1", - "@polkadot/util": "^13.4.3", - "@polkadot/util-crypto": "^13.4.3" + "@polkadot/api": "^16.0.1", + "@polkadot/keyring": "^13.5.1", + "@polkadot/types": "^16.0.1", + "@polkadot/util": "^13.5.1", + "@polkadot/util-crypto": "^13.5.1" } } diff --git a/packages/did/package.json b/packages/did/package.json index 091e42748..e3a7c4f83 100644 --- a/packages/did/package.json +++ b/packages/did/package.json @@ -38,11 +38,11 @@ "@kiltprotocol/config": "workspace:*", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", - "@polkadot/api": "^15.6.1", - "@polkadot/keyring": "^13.4.3", - "@polkadot/types": "^15.6.1", - "@polkadot/types-codec": "^15.6.1", - "@polkadot/util": "^13.4.3", - "@polkadot/util-crypto": "^13.4.3" + "@polkadot/api": "^16.0.1", + "@polkadot/keyring": "^13.5.1", + "@polkadot/types": "^16.0.1", + "@polkadot/types-codec": "^16.0.1", + "@polkadot/util": "^13.5.1", + "@polkadot/util-crypto": "^13.5.1" } } diff --git a/packages/messaging/package.json b/packages/messaging/package.json index c87b78887..502a3d0af 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -38,6 +38,6 @@ "@kiltprotocol/did": "workspace:*", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", - "@polkadot/util": "^13.4.3" + "@polkadot/util": "^13.5.1" } } diff --git a/packages/types/package.json b/packages/types/package.json index 26c9e43b0..c8e98402e 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -30,11 +30,11 @@ "bugs": "https://github.com/KILTprotocol/sdk-js/issues", "homepage": "https://github.com/KILTprotocol/sdk-js#readme", "dependencies": { - "@polkadot/api": "^15.6.1", - "@polkadot/keyring": "^13.4.3", - "@polkadot/types": "^15.6.1", - "@polkadot/util": "^13.4.3", - "@polkadot/util-crypto": "^13.4.3" + "@polkadot/api": "^16.0.1", + "@polkadot/keyring": "^13.5.1", + "@polkadot/types": "^16.0.1", + "@polkadot/util": "^13.5.1", + "@polkadot/util-crypto": "^13.5.1" }, "devDependencies": { "rimraf": "^3.0.2", diff --git a/packages/utils/package.json b/packages/utils/package.json index 05ca9f59b..4c692313b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -35,10 +35,10 @@ }, "dependencies": { "@kiltprotocol/types": "workspace:*", - "@polkadot/api": "^15.6.1", - "@polkadot/keyring": "^13.4.3", - "@polkadot/util": "^13.4.3", - "@polkadot/util-crypto": "^13.4.3", + "@polkadot/api": "^16.0.1", + "@polkadot/keyring": "^13.5.1", + "@polkadot/util": "^13.5.1", + "@polkadot/util-crypto": "^13.5.1", "cbor-web": "^9.0.0", "tweetnacl": "^1.0.3", "uuid": "^9.0.0" diff --git a/packages/vc-export/package.json b/packages/vc-export/package.json index f4d34e020..c0edbff28 100644 --- a/packages/vc-export/package.json +++ b/packages/vc-export/package.json @@ -40,10 +40,10 @@ "@kiltprotocol/did": "workspace:*", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", - "@polkadot/api": "^15.6.1", - "@polkadot/types": "^15.6.1", - "@polkadot/util": "^13.4.3", - "@polkadot/util-crypto": "^13.4.3", + "@polkadot/api": "^16.0.1", + "@polkadot/types": "^16.0.1", + "@polkadot/util": "^13.5.1", + "@polkadot/util-crypto": "^13.5.1", "jsonld": "^2.0.2", "jsonld-signatures": "^5.0.0", "vc-js": "^0.6.4" diff --git a/tests/breakingChanges/__snapshots__/BreakingChanges.spec.ts.snap b/tests/breakingChanges/__snapshots__/BreakingChanges.spec.ts.snap index aed34b2a8..4913472a2 100644 --- a/tests/breakingChanges/__snapshots__/BreakingChanges.spec.ts.snap +++ b/tests/breakingChanges/__snapshots__/BreakingChanges.spec.ts.snap @@ -1,5 +1,42 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP +exports[`Breaking Changes Light DID does not break the light did generation 2`] = ` +{ + "authentication": [ + "did:kilt:light:004quk8nu1MLvzdoT4fE6SJsLS4fFpyvuGz7sQpMF7ZAWTDoF5:z1msTRicERqs59nwMvp3yzMRBhUYGmkum7ehY7rtKQc8HzfEx4b4eyRhrc37ZShT3oG7E89x89vaG9W4hRxPS23EAFnCSeVbVRrKGJmFQvYhjgKSMmrGC7gSxgHe1a3g41uamhD49AEi13YVMkgeHpyEQJBy7N7gGyW7jTWFcwzAnws4wSazBVG1qHmVJrhmusoJoTfKTPKXkExKyur8Z341EkcRkHteY8dV3VjLXHnfhRW2yU9oM2cRm5ozgaufxrXsQBx33ygTW2wvrfzzXsYw4Bs6Vf2tC3ipBTDcKyCk6G88LYnzBosRM15W3KmDRciJ2iPjqiQkhYm77EQyaw#authentication", + ], + "id": "did:kilt:light:004quk8nu1MLvzdoT4fE6SJsLS4fFpyvuGz7sQpMF7ZAWTDoF5:z1msTRicERqs59nwMvp3yzMRBhUYGmkum7ehY7rtKQc8HzfEx4b4eyRhrc37ZShT3oG7E89x89vaG9W4hRxPS23EAFnCSeVbVRrKGJmFQvYhjgKSMmrGC7gSxgHe1a3g41uamhD49AEi13YVMkgeHpyEQJBy7N7gGyW7jTWFcwzAnws4wSazBVG1qHmVJrhmusoJoTfKTPKXkExKyur8Z341EkcRkHteY8dV3VjLXHnfhRW2yU9oM2cRm5ozgaufxrXsQBx33ygTW2wvrfzzXsYw4Bs6Vf2tC3ipBTDcKyCk6G88LYnzBosRM15W3KmDRciJ2iPjqiQkhYm77EQyaw", + "keyAgreement": [ + "did:kilt:light:004quk8nu1MLvzdoT4fE6SJsLS4fFpyvuGz7sQpMF7ZAWTDoF5:z1msTRicERqs59nwMvp3yzMRBhUYGmkum7ehY7rtKQc8HzfEx4b4eyRhrc37ZShT3oG7E89x89vaG9W4hRxPS23EAFnCSeVbVRrKGJmFQvYhjgKSMmrGC7gSxgHe1a3g41uamhD49AEi13YVMkgeHpyEQJBy7N7gGyW7jTWFcwzAnws4wSazBVG1qHmVJrhmusoJoTfKTPKXkExKyur8Z341EkcRkHteY8dV3VjLXHnfhRW2yU9oM2cRm5ozgaufxrXsQBx33ygTW2wvrfzzXsYw4Bs6Vf2tC3ipBTDcKyCk6G88LYnzBosRM15W3KmDRciJ2iPjqiQkhYm77EQyaw#encryption", + ], + "service": [ + { + "id": "did:kilt:light:004quk8nu1MLvzdoT4fE6SJsLS4fFpyvuGz7sQpMF7ZAWTDoF5:z1msTRicERqs59nwMvp3yzMRBhUYGmkum7ehY7rtKQc8HzfEx4b4eyRhrc37ZShT3oG7E89x89vaG9W4hRxPS23EAFnCSeVbVRrKGJmFQvYhjgKSMmrGC7gSxgHe1a3g41uamhD49AEi13YVMkgeHpyEQJBy7N7gGyW7jTWFcwzAnws4wSazBVG1qHmVJrhmusoJoTfKTPKXkExKyur8Z341EkcRkHteY8dV3VjLXHnfhRW2yU9oM2cRm5ozgaufxrXsQBx33ygTW2wvrfzzXsYw4Bs6Vf2tC3ipBTDcKyCk6G88LYnzBosRM15W3KmDRciJ2iPjqiQkhYm77EQyaw#1234", + "serviceEndpoint": [ + "https://ipfs.io/ipfs/QmNUAwg7JPK9nnuZiUri5nDaqLHqUFtNoZYtfD22Q6w3c8", + ], + "type": [ + "KiltPublishedCredentialCollectionV1", + ], + }, + ], + "verificationMethod": [ + { + "controller": "did:kilt:light:004quk8nu1MLvzdoT4fE6SJsLS4fFpyvuGz7sQpMF7ZAWTDoF5:z1msTRicERqs59nwMvp3yzMRBhUYGmkum7ehY7rtKQc8HzfEx4b4eyRhrc37ZShT3oG7E89x89vaG9W4hRxPS23EAFnCSeVbVRrKGJmFQvYhjgKSMmrGC7gSxgHe1a3g41uamhD49AEi13YVMkgeHpyEQJBy7N7gGyW7jTWFcwzAnws4wSazBVG1qHmVJrhmusoJoTfKTPKXkExKyur8Z341EkcRkHteY8dV3VjLXHnfhRW2yU9oM2cRm5ozgaufxrXsQBx33ygTW2wvrfzzXsYw4Bs6Vf2tC3ipBTDcKyCk6G88LYnzBosRM15W3KmDRciJ2iPjqiQkhYm77EQyaw", + "id": "did:kilt:light:004quk8nu1MLvzdoT4fE6SJsLS4fFpyvuGz7sQpMF7ZAWTDoF5:z1msTRicERqs59nwMvp3yzMRBhUYGmkum7ehY7rtKQc8HzfEx4b4eyRhrc37ZShT3oG7E89x89vaG9W4hRxPS23EAFnCSeVbVRrKGJmFQvYhjgKSMmrGC7gSxgHe1a3g41uamhD49AEi13YVMkgeHpyEQJBy7N7gGyW7jTWFcwzAnws4wSazBVG1qHmVJrhmusoJoTfKTPKXkExKyur8Z341EkcRkHteY8dV3VjLXHnfhRW2yU9oM2cRm5ozgaufxrXsQBx33ygTW2wvrfzzXsYw4Bs6Vf2tC3ipBTDcKyCk6G88LYnzBosRM15W3KmDRciJ2iPjqiQkhYm77EQyaw#authentication", + "publicKeyMultibase": "z6QNtvVoC9xbYQcTDxby93NukWRN9YoRoL4ciSKbGCENUFR8", + "type": "Multikey", + }, + { + "controller": "did:kilt:light:004quk8nu1MLvzdoT4fE6SJsLS4fFpyvuGz7sQpMF7ZAWTDoF5:z1msTRicERqs59nwMvp3yzMRBhUYGmkum7ehY7rtKQc8HzfEx4b4eyRhrc37ZShT3oG7E89x89vaG9W4hRxPS23EAFnCSeVbVRrKGJmFQvYhjgKSMmrGC7gSxgHe1a3g41uamhD49AEi13YVMkgeHpyEQJBy7N7gGyW7jTWFcwzAnws4wSazBVG1qHmVJrhmusoJoTfKTPKXkExKyur8Z341EkcRkHteY8dV3VjLXHnfhRW2yU9oM2cRm5ozgaufxrXsQBx33ygTW2wvrfzzXsYw4Bs6Vf2tC3ipBTDcKyCk6G88LYnzBosRM15W3KmDRciJ2iPjqiQkhYm77EQyaw", + "id": "did:kilt:light:004quk8nu1MLvzdoT4fE6SJsLS4fFpyvuGz7sQpMF7ZAWTDoF5:z1msTRicERqs59nwMvp3yzMRBhUYGmkum7ehY7rtKQc8HzfEx4b4eyRhrc37ZShT3oG7E89x89vaG9W4hRxPS23EAFnCSeVbVRrKGJmFQvYhjgKSMmrGC7gSxgHe1a3g41uamhD49AEi13YVMkgeHpyEQJBy7N7gGyW7jTWFcwzAnws4wSazBVG1qHmVJrhmusoJoTfKTPKXkExKyur8Z341EkcRkHteY8dV3VjLXHnfhRW2yU9oM2cRm5ozgaufxrXsQBx33ygTW2wvrfzzXsYw4Bs6Vf2tC3ipBTDcKyCk6G88LYnzBosRM15W3KmDRciJ2iPjqiQkhYm77EQyaw#encryption", + "publicKeyMultibase": "z6LSokX2scG6ck929ttoXzoRcPJd3deLeG2Hh7EvmpQZrtvW", + "type": "Multikey", + }, + ], +} +`; + exports[`Breaking Changes Light DID does not break the light did uri generation 2`] = ` { "authentication": [ diff --git a/yarn.lock b/yarn.lock index a1048413c..1688242f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1974,9 +1974,9 @@ __metadata: "@kiltprotocol/config": "workspace:*" "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" - "@polkadot/api": ^15.6.1 - "@polkadot/keyring": ^13.4.3 - "@polkadot/types": ^15.6.1 + "@polkadot/api": ^16.0.1 + "@polkadot/keyring": ^13.5.1 + "@polkadot/types": ^16.0.1 rimraf: ^3.0.2 typescript: ^4.8.3 languageName: unknown @@ -1987,7 +1987,7 @@ __metadata: resolution: "@kiltprotocol/config@workspace:packages/config" dependencies: "@kiltprotocol/types": "workspace:*" - "@polkadot/api": ^15.6.1 + "@polkadot/api": ^16.0.1 rimraf: ^3.0.2 typescript: ^4.8.3 typescript-logging: ^1.0.0 @@ -2006,11 +2006,11 @@ __metadata: "@kiltprotocol/type-definitions": ^1.11401.0 "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" - "@polkadot/api": ^15.6.1 - "@polkadot/keyring": ^13.4.3 - "@polkadot/types": ^15.6.1 - "@polkadot/util": ^13.4.3 - "@polkadot/util-crypto": ^13.4.3 + "@polkadot/api": ^16.0.1 + "@polkadot/keyring": ^13.5.1 + "@polkadot/types": ^16.0.1 + "@polkadot/util": ^13.5.1 + "@polkadot/util-crypto": ^13.5.1 "@types/uuid": ^8.0.0 rimraf: ^3.0.2 testcontainers: ^9.0.0 @@ -2026,12 +2026,12 @@ __metadata: "@kiltprotocol/config": "workspace:*" "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" - "@polkadot/api": ^15.6.1 - "@polkadot/keyring": ^13.4.3 - "@polkadot/types": ^15.6.1 - "@polkadot/types-codec": ^15.6.1 - "@polkadot/util": ^13.4.3 - "@polkadot/util-crypto": ^13.4.3 + "@polkadot/api": ^16.0.1 + "@polkadot/keyring": ^13.5.1 + "@polkadot/types": ^16.0.1 + "@polkadot/types-codec": ^16.0.1 + "@polkadot/util": ^13.5.1 + "@polkadot/util-crypto": ^13.5.1 rimraf: ^3.0.2 typescript: ^4.8.3 languageName: unknown @@ -2045,7 +2045,7 @@ __metadata: "@kiltprotocol/did": "workspace:*" "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" - "@polkadot/util": ^13.4.3 + "@polkadot/util": ^13.5.1 rimraf: ^3.0.2 typescript: ^4.8.3 languageName: unknown @@ -2083,11 +2083,11 @@ __metadata: version: 0.0.0-use.local resolution: "@kiltprotocol/types@workspace:packages/types" dependencies: - "@polkadot/api": ^15.6.1 - "@polkadot/keyring": ^13.4.3 - "@polkadot/types": ^15.6.1 - "@polkadot/util": ^13.4.3 - "@polkadot/util-crypto": ^13.4.3 + "@polkadot/api": ^16.0.1 + "@polkadot/keyring": ^13.5.1 + "@polkadot/types": ^16.0.1 + "@polkadot/util": ^13.5.1 + "@polkadot/util-crypto": ^13.5.1 rimraf: ^3.0.2 typescript: ^4.8.3 languageName: unknown @@ -2098,10 +2098,10 @@ __metadata: resolution: "@kiltprotocol/utils@workspace:packages/utils" dependencies: "@kiltprotocol/types": "workspace:*" - "@polkadot/api": ^15.6.1 - "@polkadot/keyring": ^13.4.3 - "@polkadot/util": ^13.4.3 - "@polkadot/util-crypto": ^13.4.3 + "@polkadot/api": ^16.0.1 + "@polkadot/keyring": ^13.5.1 + "@polkadot/util": ^13.5.1 + "@polkadot/util-crypto": ^13.5.1 cbor-web: ^9.0.0 rimraf: ^3.0.2 tweetnacl: ^1.0.3 @@ -2119,10 +2119,10 @@ __metadata: "@kiltprotocol/did": "workspace:*" "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" - "@polkadot/api": ^15.6.1 - "@polkadot/types": ^15.6.1 - "@polkadot/util": ^13.4.3 - "@polkadot/util-crypto": ^13.4.3 + "@polkadot/api": ^16.0.1 + "@polkadot/types": ^16.0.1 + "@polkadot/util": ^13.5.1 + "@polkadot/util-crypto": ^13.5.1 "@types/jsonld": 1.5.1 jsonld: ^2.0.2 jsonld-signatures: ^5.0.0 @@ -2273,141 +2273,141 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:15.6.1": - version: 15.6.1 - resolution: "@polkadot/api-augment@npm:15.6.1" +"@polkadot/api-augment@npm:16.0.1": + version: 16.0.1 + resolution: "@polkadot/api-augment@npm:16.0.1" dependencies: - "@polkadot/api-base": 15.6.1 - "@polkadot/rpc-augment": 15.6.1 - "@polkadot/types": 15.6.1 - "@polkadot/types-augment": 15.6.1 - "@polkadot/types-codec": 15.6.1 - "@polkadot/util": ^13.4.3 + "@polkadot/api-base": 16.0.1 + "@polkadot/rpc-augment": 16.0.1 + "@polkadot/types": 16.0.1 + "@polkadot/types-augment": 16.0.1 + "@polkadot/types-codec": 16.0.1 + "@polkadot/util": ^13.5.1 tslib: ^2.8.1 - checksum: 7ac7d59c5313a43eb8c79bd803c01585120c9f54b237f7b6b94c44a7f154e62e3c24e902f03ac81177c19fb87ff1890c9b90c5b9e85168b13fcc7d57d5fdaf1b + checksum: 7a2cd295af42daa7dbc680b0944d2d35736c73720d8ee5a27c43f8b941061b4c0e6ec8f8f0b32a48f0e21443ff21d99d3835f98047e86a8d113fab624244395a languageName: node linkType: hard -"@polkadot/api-base@npm:15.6.1": - version: 15.6.1 - resolution: "@polkadot/api-base@npm:15.6.1" +"@polkadot/api-base@npm:16.0.1": + version: 16.0.1 + resolution: "@polkadot/api-base@npm:16.0.1" dependencies: - "@polkadot/rpc-core": 15.6.1 - "@polkadot/types": 15.6.1 - "@polkadot/util": ^13.4.3 + "@polkadot/rpc-core": 16.0.1 + "@polkadot/types": 16.0.1 + "@polkadot/util": ^13.5.1 rxjs: ^7.8.1 tslib: ^2.8.1 - checksum: 8ad307942e803a4a66da307604c163669e93a674277901b49458e1ebc1726c2d7220f0cb87be1c8ce40d84d60feae9922ac4416f7f1d997de2f2afdbf24913ad + checksum: 0cac185a71cf01a089516808ce533ec544370f18c2432dff269b00e142c0baf21c8c2ff0b7b40b4b6b5228d1679cf374b0583dcabfc931cb81c71dc0f7106805 languageName: node linkType: hard -"@polkadot/api-derive@npm:15.6.1": - version: 15.6.1 - resolution: "@polkadot/api-derive@npm:15.6.1" +"@polkadot/api-derive@npm:16.0.1": + version: 16.0.1 + resolution: "@polkadot/api-derive@npm:16.0.1" dependencies: - "@polkadot/api": 15.6.1 - "@polkadot/api-augment": 15.6.1 - "@polkadot/api-base": 15.6.1 - "@polkadot/rpc-core": 15.6.1 - "@polkadot/types": 15.6.1 - "@polkadot/types-codec": 15.6.1 - "@polkadot/util": ^13.4.3 - "@polkadot/util-crypto": ^13.4.3 + "@polkadot/api": 16.0.1 + "@polkadot/api-augment": 16.0.1 + "@polkadot/api-base": 16.0.1 + "@polkadot/rpc-core": 16.0.1 + "@polkadot/types": 16.0.1 + "@polkadot/types-codec": 16.0.1 + "@polkadot/util": ^13.5.1 + "@polkadot/util-crypto": ^13.5.1 rxjs: ^7.8.1 tslib: ^2.8.1 - checksum: d43740b54da2319692edc987f5e95d2b2df6ee934954df0b07b32089291fbe1f683026af3bd6d5581bd127102ba581aff0682efadc65f21b43bef4ebfa484eb3 - languageName: node - linkType: hard - -"@polkadot/api@npm:15.6.1, @polkadot/api@npm:^15.6.1": - version: 15.6.1 - resolution: "@polkadot/api@npm:15.6.1" - dependencies: - "@polkadot/api-augment": 15.6.1 - "@polkadot/api-base": 15.6.1 - "@polkadot/api-derive": 15.6.1 - "@polkadot/keyring": ^13.4.3 - "@polkadot/rpc-augment": 15.6.1 - "@polkadot/rpc-core": 15.6.1 - "@polkadot/rpc-provider": 15.6.1 - "@polkadot/types": 15.6.1 - "@polkadot/types-augment": 15.6.1 - "@polkadot/types-codec": 15.6.1 - "@polkadot/types-create": 15.6.1 - "@polkadot/types-known": 15.6.1 - "@polkadot/util": ^13.4.3 - "@polkadot/util-crypto": ^13.4.3 + checksum: 88717c2fb4f40452d4f664756aa3b5c9c05ff52d19d439d546e74e2ead8e5c1e826e89ca301cfff4db4fadaeb848c2168dcfd3a67d6ee41b4509c1bc2e574f18 + languageName: node + linkType: hard + +"@polkadot/api@npm:16.0.1, @polkadot/api@npm:^16.0.1": + version: 16.0.1 + resolution: "@polkadot/api@npm:16.0.1" + dependencies: + "@polkadot/api-augment": 16.0.1 + "@polkadot/api-base": 16.0.1 + "@polkadot/api-derive": 16.0.1 + "@polkadot/keyring": ^13.5.1 + "@polkadot/rpc-augment": 16.0.1 + "@polkadot/rpc-core": 16.0.1 + "@polkadot/rpc-provider": 16.0.1 + "@polkadot/types": 16.0.1 + "@polkadot/types-augment": 16.0.1 + "@polkadot/types-codec": 16.0.1 + "@polkadot/types-create": 16.0.1 + "@polkadot/types-known": 16.0.1 + "@polkadot/util": ^13.5.1 + "@polkadot/util-crypto": ^13.5.1 eventemitter3: ^5.0.1 rxjs: ^7.8.1 tslib: ^2.8.1 - checksum: 30ba1a379b485db1d1b3aa2af89f4e3aad1a97eba1650b12c13f33dca5f62ef7a055ddec79a116f3cf72ec0249865b122c054520772cfd2fee356e768a8ca068 + checksum: f5c30697d8b608188b4a16297c48c2cdc5495e0c37e5d69d9d366769da4eca02133f07466b43cec4b91e827681adde344dd4cd135f09ec4589fe49f9b766ca9a languageName: node linkType: hard -"@polkadot/keyring@npm:^13.4.3": - version: 13.4.3 - resolution: "@polkadot/keyring@npm:13.4.3" +"@polkadot/keyring@npm:^13.5.1": + version: 13.5.1 + resolution: "@polkadot/keyring@npm:13.5.1" dependencies: - "@polkadot/util": 13.4.3 - "@polkadot/util-crypto": 13.4.3 + "@polkadot/util": 13.5.1 + "@polkadot/util-crypto": 13.5.1 tslib: ^2.8.0 peerDependencies: - "@polkadot/util": 13.4.3 - "@polkadot/util-crypto": 13.4.3 - checksum: 4ce70ea4ced3bafc5284c6e645a61380415d80f8dd42efd1073fed1c1944ef311e2ef805261009ecafe760fb097165ae7110b76a1ae7c44c3ac511a7a7368898 + "@polkadot/util": 13.5.1 + "@polkadot/util-crypto": 13.5.1 + checksum: fd1df9bf45d2da0aa42845b789993dbfff1b0017e506f831287ed96227465c93bb641d453452ee3d7142370dfdc3157155c44c5307d82cfe77453be25f19fb81 languageName: node linkType: hard -"@polkadot/networks@npm:13.4.3, @polkadot/networks@npm:^13.4.3": - version: 13.4.3 - resolution: "@polkadot/networks@npm:13.4.3" +"@polkadot/networks@npm:13.5.1, @polkadot/networks@npm:^13.5.1": + version: 13.5.1 + resolution: "@polkadot/networks@npm:13.5.1" dependencies: - "@polkadot/util": 13.4.3 + "@polkadot/util": 13.5.1 "@substrate/ss58-registry": ^1.51.0 tslib: ^2.8.0 - checksum: bd9736a745d8b1cc40b6f9c8708afc40b1817d2d30c77f3377de5cab62e18ddb4102740dfde4b2ab08db9d9753c304595989b4ee3c1c6564aee94913ff5215e8 + checksum: 8461cd8a381439c3f10c664a61c108f0d65228d65264750034e099e75698b8a769c8730291f3a8a80be9ee7588363aa19c65e1350e936ed73cc8bad55d0db1eb languageName: node linkType: hard -"@polkadot/rpc-augment@npm:15.6.1": - version: 15.6.1 - resolution: "@polkadot/rpc-augment@npm:15.6.1" +"@polkadot/rpc-augment@npm:16.0.1": + version: 16.0.1 + resolution: "@polkadot/rpc-augment@npm:16.0.1" dependencies: - "@polkadot/rpc-core": 15.6.1 - "@polkadot/types": 15.6.1 - "@polkadot/types-codec": 15.6.1 - "@polkadot/util": ^13.4.3 + "@polkadot/rpc-core": 16.0.1 + "@polkadot/types": 16.0.1 + "@polkadot/types-codec": 16.0.1 + "@polkadot/util": ^13.5.1 tslib: ^2.8.1 - checksum: c17e55537f55f0c7d8b7d7aec47c56abae2877e72d32a305debcb782b00c898e0d6adc7d4f513069077937b29ed5cfb7555c27115fdd078f1148e6034749538c + checksum: 134fe67a007d493d0cba354279d951c5b851f283042cd6cb15b2780f2d3bdeeb034babe30803a42348174e85273c34c34f5c502b9329c6e9cca25f459ca6857e languageName: node linkType: hard -"@polkadot/rpc-core@npm:15.6.1": - version: 15.6.1 - resolution: "@polkadot/rpc-core@npm:15.6.1" +"@polkadot/rpc-core@npm:16.0.1": + version: 16.0.1 + resolution: "@polkadot/rpc-core@npm:16.0.1" dependencies: - "@polkadot/rpc-augment": 15.6.1 - "@polkadot/rpc-provider": 15.6.1 - "@polkadot/types": 15.6.1 - "@polkadot/util": ^13.4.3 + "@polkadot/rpc-augment": 16.0.1 + "@polkadot/rpc-provider": 16.0.1 + "@polkadot/types": 16.0.1 + "@polkadot/util": ^13.5.1 rxjs: ^7.8.1 tslib: ^2.8.1 - checksum: 5a96c0b8965628545ae640a1c0edfcbe4c87b3d8b2bbb8ad95e5945060dd216f4ca14670add2c17fa486ae4584971dd7d79d834cf5bb2bc32c0c41d9bb8f778d + checksum: bb18b0fdb3ed80a5ec5dc4feef2b7c1aa915228040d03f14c17888f0a0e125c5685a9e8cbbeb542ebfc61471ee7d8134326eba8786f98ef86e9725941514a20d languageName: node linkType: hard -"@polkadot/rpc-provider@npm:15.6.1": - version: 15.6.1 - resolution: "@polkadot/rpc-provider@npm:15.6.1" +"@polkadot/rpc-provider@npm:16.0.1": + version: 16.0.1 + resolution: "@polkadot/rpc-provider@npm:16.0.1" dependencies: - "@polkadot/keyring": ^13.4.3 - "@polkadot/types": 15.6.1 - "@polkadot/types-support": 15.6.1 - "@polkadot/util": ^13.4.3 - "@polkadot/util-crypto": ^13.4.3 - "@polkadot/x-fetch": ^13.4.3 - "@polkadot/x-global": ^13.4.3 - "@polkadot/x-ws": ^13.4.3 + "@polkadot/keyring": ^13.5.1 + "@polkadot/types": 16.0.1 + "@polkadot/types-support": 16.0.1 + "@polkadot/util": ^13.5.1 + "@polkadot/util-crypto": ^13.5.1 + "@polkadot/x-fetch": ^13.5.1 + "@polkadot/x-global": ^13.5.1 + "@polkadot/x-ws": ^13.5.1 "@substrate/connect": 0.8.11 eventemitter3: ^5.0.1 mock-socket: ^9.3.1 @@ -2416,116 +2416,116 @@ __metadata: dependenciesMeta: "@substrate/connect": optional: true - checksum: 36fef62e57ce043796d5e7e9c437ba4d5258015e25e75cbbbe7edfbade0394df8e0d34cd23116f812ed671a378f966c3a2675d44a27842c5037e7de9285bf236 + checksum: 221d8605663649496c6fba9a1283815e847edc1e921697749810f87c1905d4c5a329bc53c275b2cd4dacc7fc4a7ef4a43945995f32c4cdf1d265cbfc1391e25f languageName: node linkType: hard -"@polkadot/types-augment@npm:15.6.1": - version: 15.6.1 - resolution: "@polkadot/types-augment@npm:15.6.1" +"@polkadot/types-augment@npm:16.0.1": + version: 16.0.1 + resolution: "@polkadot/types-augment@npm:16.0.1" dependencies: - "@polkadot/types": 15.6.1 - "@polkadot/types-codec": 15.6.1 - "@polkadot/util": ^13.4.3 + "@polkadot/types": 16.0.1 + "@polkadot/types-codec": 16.0.1 + "@polkadot/util": ^13.5.1 tslib: ^2.8.1 - checksum: 4f89c82ca8072a0fea9e4eab6ca596a3943759691921271d4189ae67ef7bdd4059f268c138b3ce48cccb3cc32d745c4b832d01b6c46e6a3670b03c82bb752f4c + checksum: 63094f21aaf56b7888cc6bd221c2de7718f5cc5ee2e1b6b32075ef2033fcc8d16405e3527d61db2c4f79bc47f228ef2284358a04c7d0d13e4cb87af167a91752 languageName: node linkType: hard -"@polkadot/types-codec@npm:15.6.1, @polkadot/types-codec@npm:^15.6.1": - version: 15.6.1 - resolution: "@polkadot/types-codec@npm:15.6.1" +"@polkadot/types-codec@npm:16.0.1, @polkadot/types-codec@npm:^16.0.1": + version: 16.0.1 + resolution: "@polkadot/types-codec@npm:16.0.1" dependencies: - "@polkadot/util": ^13.4.3 - "@polkadot/x-bigint": ^13.4.3 + "@polkadot/util": ^13.5.1 + "@polkadot/x-bigint": ^13.5.1 tslib: ^2.8.1 - checksum: 2049ea194cd4820a17d1a556a85ace8695afcc8f4b8bf76fee817bf0e34540479f80a21db5a40aee44ce04279421e32d8f71a73e974b2cffe9ef580b492b93bf + checksum: 50507268267abe00ad355c5862aef887ff035741e6f9aa7f108b198c322a1de509d341733ba49a6b253ec31edafed1d1ec19e8f547dbb8f7ca7e5f343f3f1af5 languageName: node linkType: hard -"@polkadot/types-create@npm:15.6.1": - version: 15.6.1 - resolution: "@polkadot/types-create@npm:15.6.1" +"@polkadot/types-create@npm:16.0.1": + version: 16.0.1 + resolution: "@polkadot/types-create@npm:16.0.1" dependencies: - "@polkadot/types-codec": 15.6.1 - "@polkadot/util": ^13.4.3 + "@polkadot/types-codec": 16.0.1 + "@polkadot/util": ^13.5.1 tslib: ^2.8.1 - checksum: 0f7536d9bec8d2a5a5f45e94c1faf2a75c3ad001fd0bd659bc37dbafcc6e34c675c8b7cb2b878dc6f5c528e38c783953406f30efa9339aba9243bce4d55bef8d + checksum: 91b9188bf3db3eddc5e3dff81c7799a8ac665431e244143ce3bd73fb1fa566c1eea995e02f8750d7ce5e2e8f1845b7bf1bdf51c5546f58777640aef38bf68e9c languageName: node linkType: hard -"@polkadot/types-known@npm:15.6.1": - version: 15.6.1 - resolution: "@polkadot/types-known@npm:15.6.1" +"@polkadot/types-known@npm:16.0.1": + version: 16.0.1 + resolution: "@polkadot/types-known@npm:16.0.1" dependencies: - "@polkadot/networks": ^13.4.3 - "@polkadot/types": 15.6.1 - "@polkadot/types-codec": 15.6.1 - "@polkadot/types-create": 15.6.1 - "@polkadot/util": ^13.4.3 + "@polkadot/networks": ^13.5.1 + "@polkadot/types": 16.0.1 + "@polkadot/types-codec": 16.0.1 + "@polkadot/types-create": 16.0.1 + "@polkadot/util": ^13.5.1 tslib: ^2.8.1 - checksum: bd7d8e4c1beb3da60654aeb6d4ff69f21f96df9803e2cb81843936d147be6bd951b87a78fe6f529e1381ca369b1dbf725efb2d3ec0e1e5f9a43bb0daa00b2ade + checksum: 88ee1ad211792fd33ab41b72b9c2a4c26fe431a16d15483750076fe4b7bdb58ac671c9337a04584c6e4b2010c6d678b61eab8bdcde1ccd1391ef1d8a1abfbf15 languageName: node linkType: hard -"@polkadot/types-support@npm:15.6.1": - version: 15.6.1 - resolution: "@polkadot/types-support@npm:15.6.1" +"@polkadot/types-support@npm:16.0.1": + version: 16.0.1 + resolution: "@polkadot/types-support@npm:16.0.1" dependencies: - "@polkadot/util": ^13.4.3 + "@polkadot/util": ^13.5.1 tslib: ^2.8.1 - checksum: 822ec439de3ae704cdb3c8cdadfd3336fbec7003ea7d0b6b60263d7032b2aab01e92721f5fa2f87c8502f107d9fe7c74a883eb9f1c4168bd7278436fd8d34efe + checksum: 56fa06fa8dc1efb81230b5b4846d9da2b8d9e5b8323628eebf5385c3e57dea0eb6f3ea33ea9889839a383848138264984604d9001ff89ddf0ba46295d170dc2f languageName: node linkType: hard -"@polkadot/types@npm:15.6.1, @polkadot/types@npm:^15.6.1": - version: 15.6.1 - resolution: "@polkadot/types@npm:15.6.1" +"@polkadot/types@npm:16.0.1, @polkadot/types@npm:^16.0.1": + version: 16.0.1 + resolution: "@polkadot/types@npm:16.0.1" dependencies: - "@polkadot/keyring": ^13.4.3 - "@polkadot/types-augment": 15.6.1 - "@polkadot/types-codec": 15.6.1 - "@polkadot/types-create": 15.6.1 - "@polkadot/util": ^13.4.3 - "@polkadot/util-crypto": ^13.4.3 + "@polkadot/keyring": ^13.5.1 + "@polkadot/types-augment": 16.0.1 + "@polkadot/types-codec": 16.0.1 + "@polkadot/types-create": 16.0.1 + "@polkadot/util": ^13.5.1 + "@polkadot/util-crypto": ^13.5.1 rxjs: ^7.8.1 tslib: ^2.8.1 - checksum: d47efc665ff4eb3e14e5f20056790abcae1c403d1d351847170494962612e8568b3be61adff86d2cb3b8fc6504126a6a2784072a4a9fa616b7702fccf9b465e4 + checksum: 93baa3cc0cd19f3808f89561fd33ed816468ce8275252d903322e232e3330dc895d4a6d4ff627c82eec9d0743986be5db9105ca40de32c9938d1617d2a52e4bc languageName: node linkType: hard -"@polkadot/util-crypto@npm:13.4.3, @polkadot/util-crypto@npm:^13.4.3": - version: 13.4.3 - resolution: "@polkadot/util-crypto@npm:13.4.3" +"@polkadot/util-crypto@npm:13.5.1, @polkadot/util-crypto@npm:^13.5.1": + version: 13.5.1 + resolution: "@polkadot/util-crypto@npm:13.5.1" dependencies: "@noble/curves": ^1.3.0 "@noble/hashes": ^1.3.3 - "@polkadot/networks": 13.4.3 - "@polkadot/util": 13.4.3 + "@polkadot/networks": 13.5.1 + "@polkadot/util": 13.5.1 "@polkadot/wasm-crypto": ^7.4.1 "@polkadot/wasm-util": ^7.4.1 - "@polkadot/x-bigint": 13.4.3 - "@polkadot/x-randomvalues": 13.4.3 + "@polkadot/x-bigint": 13.5.1 + "@polkadot/x-randomvalues": 13.5.1 "@scure/base": ^1.1.7 tslib: ^2.8.0 peerDependencies: - "@polkadot/util": 13.4.3 - checksum: eeddf313e80c898570a0ee0b999d0c560b489f8749188c678a1be2219e57a15a5123e50ab21e4bbb6bfaab380facdde3b75dba1b2fe16021415b62ee62abdfdb + "@polkadot/util": 13.5.1 + checksum: edadf10ec84179a14fd8d84ef7caa63b5fb349db9d95de1a3207cab254e5664e176d2e1cbe49cc52e3a7ee4ea72df2032c5684aec5b01f1a230ef2d95412c8c3 languageName: node linkType: hard -"@polkadot/util@npm:13.4.3, @polkadot/util@npm:^13.4.3": - version: 13.4.3 - resolution: "@polkadot/util@npm:13.4.3" +"@polkadot/util@npm:13.5.1, @polkadot/util@npm:^13.5.1": + version: 13.5.1 + resolution: "@polkadot/util@npm:13.5.1" dependencies: - "@polkadot/x-bigint": 13.4.3 - "@polkadot/x-global": 13.4.3 - "@polkadot/x-textdecoder": 13.4.3 - "@polkadot/x-textencoder": 13.4.3 + "@polkadot/x-bigint": 13.5.1 + "@polkadot/x-global": 13.5.1 + "@polkadot/x-textdecoder": 13.5.1 + "@polkadot/x-textencoder": 13.5.1 "@types/bn.js": ^5.1.6 bn.js: ^5.2.1 tslib: ^2.8.0 - checksum: 64f643d427fa3664f996a9004ef970d25e676dd598a3edb5d04e134a62edfae896a84082398435deca9066bab6e8c80f1cd945bb5b02c0bd8a331464db35966a + checksum: b23863e441224337394a2018c284299fc8521cb06056d42d17954adcd8c4ec0006ec699fa6577131548c037085697b97662f9be8d227cca47dc446083772786b languageName: node linkType: hard @@ -2609,77 +2609,77 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@npm:13.4.3, @polkadot/x-bigint@npm:^13.4.3": - version: 13.4.3 - resolution: "@polkadot/x-bigint@npm:13.4.3" +"@polkadot/x-bigint@npm:13.5.1, @polkadot/x-bigint@npm:^13.5.1": + version: 13.5.1 + resolution: "@polkadot/x-bigint@npm:13.5.1" dependencies: - "@polkadot/x-global": 13.4.3 + "@polkadot/x-global": 13.5.1 tslib: ^2.8.0 - checksum: 7d6e43bfead093b4af6421e4bec8f305ae7eba6059e145e1830f6e874173701639f2273c36b37fe63ec89d18a0992e24b246ee583a44c7656920f039e590018a + checksum: ddf5e4984822507e59c1d50fe63ba7cbc11e4e4f878748e0b7ac8ee5b807a9ef86ed80977c9f422863272ce32f2751d4e642fd146e6fddbae5ba4f59a473a7bc languageName: node linkType: hard -"@polkadot/x-fetch@npm:^13.4.3": - version: 13.4.3 - resolution: "@polkadot/x-fetch@npm:13.4.3" +"@polkadot/x-fetch@npm:^13.5.1": + version: 13.5.1 + resolution: "@polkadot/x-fetch@npm:13.5.1" dependencies: - "@polkadot/x-global": 13.4.3 + "@polkadot/x-global": 13.5.1 node-fetch: ^3.3.2 tslib: ^2.8.0 - checksum: e587ddb73a2aa5244f2597467cc6e02685a1b161fb47f8c585570920883e5368d5dff1aca88824f70180534169fb3cab109f531d4e298280043dc103261b5e2d + checksum: 6f21de9d0d8f6da77dbfcf1b54a7012508dc96a0c0984fd93c8c15d3261a97bbfdc1175ceec447bc6f682431f70e1ccb795913035e517acde8a405ba2b9fff43 languageName: node linkType: hard -"@polkadot/x-global@npm:13.4.3, @polkadot/x-global@npm:^13.4.3": - version: 13.4.3 - resolution: "@polkadot/x-global@npm:13.4.3" +"@polkadot/x-global@npm:13.5.1, @polkadot/x-global@npm:^13.5.1": + version: 13.5.1 + resolution: "@polkadot/x-global@npm:13.5.1" dependencies: tslib: ^2.8.0 - checksum: 731750a234437e6d8b41757631644bca8f3c58df8e705392e3eafc040b82c562c6bc1f90aacc39abc39c712a3caa6c5e9ecd60efd4e36b1914b950507bc703df + checksum: 78657bd4bb7ba0a03243be4c913efc2933da1c23ea9e70265e9e569391dbf06a601a00071cf37c377927b8c0bc9cf2a954baa64a1c8238007f3f84ceda00c583 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:13.4.3": - version: 13.4.3 - resolution: "@polkadot/x-randomvalues@npm:13.4.3" +"@polkadot/x-randomvalues@npm:13.5.1": + version: 13.5.1 + resolution: "@polkadot/x-randomvalues@npm:13.5.1" dependencies: - "@polkadot/x-global": 13.4.3 + "@polkadot/x-global": 13.5.1 tslib: ^2.8.0 peerDependencies: - "@polkadot/util": 13.4.3 + "@polkadot/util": 13.5.1 "@polkadot/wasm-util": "*" - checksum: 4fb06d2ecbbe6ffe70b596064f8ac0d3df772a551337547fa5979698726e7f2dee323d35bf577e50f7f84a50ba3b7bdc620ccb9c246b6eb32ce43608f22b77a9 + checksum: 67ee43f5d2738001de2630eadb9d3ec4ef52cc2fefe776b243a7b5beedc7e89e826bdfe7fdfa461ccc494e500c0e939f304e23a0fcd7de2d9f3b9181bd87f80e languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:13.4.3": - version: 13.4.3 - resolution: "@polkadot/x-textdecoder@npm:13.4.3" +"@polkadot/x-textdecoder@npm:13.5.1": + version: 13.5.1 + resolution: "@polkadot/x-textdecoder@npm:13.5.1" dependencies: - "@polkadot/x-global": 13.4.3 + "@polkadot/x-global": 13.5.1 tslib: ^2.8.0 - checksum: f47f0721bb61804e193e8d0219e367c1c5e7a2d46d07a0a60a1878b12ee1403792e5c0c74fc2a3c7fab231bac9b1140cb39008d1cf0e13694817ec8a97b48ed8 + checksum: edb9b3ffbe728cfcd56097943f1479df16b22edb9c060131fc503db594586589c780b04562df4be6a48821cf5bdcec9e490e867fbb0e42f68b1e02d626864861 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:13.4.3": - version: 13.4.3 - resolution: "@polkadot/x-textencoder@npm:13.4.3" +"@polkadot/x-textencoder@npm:13.5.1": + version: 13.5.1 + resolution: "@polkadot/x-textencoder@npm:13.5.1" dependencies: - "@polkadot/x-global": 13.4.3 + "@polkadot/x-global": 13.5.1 tslib: ^2.8.0 - checksum: bee2d2b0458214858ae8a48b50333b155f1b315f38e42a0ea72287ee621d00dbb06022ac831a70f331297df30b5ff7c3120b1a6cde35137addcb81ac9281cd43 + checksum: f0a5583570f1789bfe329b75424ea7e46702f1cf6d47ca2303796bccdd6c86fe6dd97ea2b3c9479008b6bbe9118960482ad9f5d4163897b45d431349d35d5442 languageName: node linkType: hard -"@polkadot/x-ws@npm:^13.4.3": - version: 13.4.3 - resolution: "@polkadot/x-ws@npm:13.4.3" +"@polkadot/x-ws@npm:^13.5.1": + version: 13.5.1 + resolution: "@polkadot/x-ws@npm:13.5.1" dependencies: - "@polkadot/x-global": 13.4.3 + "@polkadot/x-global": 13.5.1 tslib: ^2.8.0 ws: ^8.18.0 - checksum: 6e1dc064527576cd88798a04cd7f8d296ea45dba769cba6972127a563ac18de59642c997f50d5b99b55d9f67aec46c27f4315f7dedbb516cdcab5676f0b17ff8 + checksum: f0909a775171e355a44d18403bae4e966d0585d6382b0d162e1fe0fcb6efefbf81ef437ce9c88b9800b176ac390901374691685f216967c03aeac9b6d9f4efc4 languageName: node linkType: hard From e8b22ee9ce7423ab27844eb6007d87edc7a3993b Mon Sep 17 00:00:00 2001 From: dudleyneedham Date: Thu, 22 May 2025 13:13:15 +0200 Subject: [PATCH 09/13] chore: set rc version 4 --- package.json | 2 +- packages/asset-did/package.json | 2 +- packages/chain-helpers/package.json | 2 +- packages/config/package.json | 2 +- packages/core/package.json | 2 +- packages/did/package.json | 2 +- packages/messaging/package.json | 2 +- packages/sdk-js/package.json | 2 +- packages/types/package.json | 2 +- packages/utils/package.json | 2 +- packages/vc-export/package.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 9328d0811..412ceccb9 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,6 @@ "typedoc": "^0.23.0", "typescript": "^4.8.3" }, - "version": "0.36.0-rc.3", + "version": "0.36.0-rc.4", "packageManager": "yarn@3.3.1" } diff --git a/packages/asset-did/package.json b/packages/asset-did/package.json index 76ef92fc7..deadd693e 100644 --- a/packages/asset-did/package.json +++ b/packages/asset-did/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/asset-did", - "version": "0.36.0-rc.3", + "version": "0.36.0-rc.4", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/chain-helpers/package.json b/packages/chain-helpers/package.json index 815330d76..3b246982f 100644 --- a/packages/chain-helpers/package.json +++ b/packages/chain-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/chain-helpers", - "version": "0.36.0-rc.3", + "version": "0.36.0-rc.4", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/config/package.json b/packages/config/package.json index 9917aaebb..930e61dea 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/config", - "version": "0.36.0-rc.3", + "version": "0.36.0-rc.4", "description": "", "type": "commonjs", "main": "./lib/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index de73e4f97..612953534 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/core", - "version": "0.36.0-rc.3", + "version": "0.36.0-rc.4", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/did/package.json b/packages/did/package.json index e3a7c4f83..31345a016 100644 --- a/packages/did/package.json +++ b/packages/did/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/did", - "version": "0.36.0-rc.3", + "version": "0.36.0-rc.4", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 502a3d0af..2b5d8f65d 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/messaging", - "version": "0.36.0-rc.3", + "version": "0.36.0-rc.4", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/sdk-js/package.json b/packages/sdk-js/package.json index 106f67292..8a8d85b1c 100644 --- a/packages/sdk-js/package.json +++ b/packages/sdk-js/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/sdk-js", - "version": "0.36.0-rc.3", + "version": "0.36.0-rc.4", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/types/package.json b/packages/types/package.json index c8e98402e..eee1fa3fb 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/types", - "version": "0.36.0-rc.3", + "version": "0.36.0-rc.4", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index 4c692313b..780d8455d 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/utils", - "version": "0.36.0-rc.3", + "version": "0.36.0-rc.4", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/vc-export/package.json b/packages/vc-export/package.json index c0edbff28..45f78a228 100644 --- a/packages/vc-export/package.json +++ b/packages/vc-export/package.json @@ -1,6 +1,6 @@ { "name": "@kiltprotocol/vc-export", - "version": "0.36.0-rc.3", + "version": "0.36.0-rc.4", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", From 9897e4ba6e5a093cb6775603f3bb0973316803d2 Mon Sep 17 00:00:00 2001 From: dudleyneedham Date: Thu, 22 May 2025 13:26:25 +0200 Subject: [PATCH 10/13] chore: run prepublish added license --- packages/asset-did/LICENSE | 7 +++++++ packages/chain-helpers/LICENSE | 7 +++++++ packages/config/LICENSE | 7 +++++++ packages/core/LICENSE | 7 +++++++ packages/did/LICENSE | 7 +++++++ packages/messaging/LICENSE | 7 +++++++ packages/sdk-js/LICENSE | 7 +++++++ packages/types/LICENSE | 7 +++++++ packages/utils/LICENSE | 7 +++++++ packages/vc-export/LICENSE | 7 +++++++ 10 files changed, 70 insertions(+) create mode 100644 packages/asset-did/LICENSE create mode 100644 packages/chain-helpers/LICENSE create mode 100644 packages/config/LICENSE create mode 100644 packages/core/LICENSE create mode 100644 packages/did/LICENSE create mode 100644 packages/messaging/LICENSE create mode 100644 packages/sdk-js/LICENSE create mode 100644 packages/types/LICENSE create mode 100644 packages/utils/LICENSE create mode 100644 packages/vc-export/LICENSE diff --git a/packages/asset-did/LICENSE b/packages/asset-did/LICENSE new file mode 100644 index 000000000..a58e914d0 --- /dev/null +++ b/packages/asset-did/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2025, Built on KILT +All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. +4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/chain-helpers/LICENSE b/packages/chain-helpers/LICENSE new file mode 100644 index 000000000..a58e914d0 --- /dev/null +++ b/packages/chain-helpers/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2025, Built on KILT +All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. +4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/config/LICENSE b/packages/config/LICENSE new file mode 100644 index 000000000..a58e914d0 --- /dev/null +++ b/packages/config/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2025, Built on KILT +All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. +4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/core/LICENSE b/packages/core/LICENSE new file mode 100644 index 000000000..a58e914d0 --- /dev/null +++ b/packages/core/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2025, Built on KILT +All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. +4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/did/LICENSE b/packages/did/LICENSE new file mode 100644 index 000000000..a58e914d0 --- /dev/null +++ b/packages/did/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2025, Built on KILT +All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. +4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/messaging/LICENSE b/packages/messaging/LICENSE new file mode 100644 index 000000000..a58e914d0 --- /dev/null +++ b/packages/messaging/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2025, Built on KILT +All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. +4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/sdk-js/LICENSE b/packages/sdk-js/LICENSE new file mode 100644 index 000000000..a58e914d0 --- /dev/null +++ b/packages/sdk-js/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2025, Built on KILT +All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. +4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/types/LICENSE b/packages/types/LICENSE new file mode 100644 index 000000000..a58e914d0 --- /dev/null +++ b/packages/types/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2025, Built on KILT +All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. +4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/utils/LICENSE b/packages/utils/LICENSE new file mode 100644 index 000000000..a58e914d0 --- /dev/null +++ b/packages/utils/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2025, Built on KILT +All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. +4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/vc-export/LICENSE b/packages/vc-export/LICENSE new file mode 100644 index 000000000..a58e914d0 --- /dev/null +++ b/packages/vc-export/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2025, Built on KILT +All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. +4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 81cdd06d1ff4c721c152f1f03fd3e226de3c0bca Mon Sep 17 00:00:00 2001 From: dudleyneedham Date: Fri, 30 May 2025 11:40:18 +0200 Subject: [PATCH 11/13] feat: updating the types def --- package.json | 2 +- packages/core/package.json | 2 +- yarn.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 412ceccb9..5e903ae8a 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,6 @@ "typedoc": "^0.23.0", "typescript": "^4.8.3" }, - "version": "0.36.0-rc.4", + "version": "0.36.0-rc.5", "packageManager": "yarn@3.3.1" } diff --git a/packages/core/package.json b/packages/core/package.json index 612953534..b0bebd0c1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -41,7 +41,7 @@ "@kiltprotocol/chain-helpers": "workspace:*", "@kiltprotocol/config": "workspace:*", "@kiltprotocol/did": "workspace:*", - "@kiltprotocol/type-definitions": "^1.11401.0", + "@kiltprotocol/type-definitions": "^1.11504.0", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", "@polkadot/api": "^16.0.1", diff --git a/yarn.lock b/yarn.lock index 1688242f6..05b88acac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2003,7 +2003,7 @@ __metadata: "@kiltprotocol/chain-helpers": "workspace:*" "@kiltprotocol/config": "workspace:*" "@kiltprotocol/did": "workspace:*" - "@kiltprotocol/type-definitions": ^1.11401.0 + "@kiltprotocol/type-definitions": ^1.11504.0 "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" "@polkadot/api": ^16.0.1 @@ -2070,12 +2070,12 @@ __metadata: languageName: unknown linkType: soft -"@kiltprotocol/type-definitions@npm:^1.11401.0": - version: 1.11401.1 - resolution: "@kiltprotocol/type-definitions@npm:1.11401.1" +"@kiltprotocol/type-definitions@npm:^1.11504.0": + version: 1.11504.0 + resolution: "@kiltprotocol/type-definitions@npm:1.11504.0" peerDependencies: "@polkadot/types": ^12.2.0 - checksum: 6f7f8e837cd04d9d823e11879aee3c9986c2686567381548e860969c4b38757274c2b0adee2a01c661c07a86f6583ecc1a99ae1d506b71d7880f3c2f757cc15e + checksum: abe2bd0743d310b2e42d46dc9f17e6b37f5a7c847d2e7e2afb54b2c527a6d0e620696ac8a0a47b76f4d67879a54204c15f7988744d28a485f445de84988d6900 languageName: node linkType: hard From 1f562450c5738154911120b4ba2a9824c25ab6b6 Mon Sep 17 00:00:00 2001 From: Raphael Flechtner Date: Thu, 5 Jun 2025 10:18:18 +0200 Subject: [PATCH 12/13] Revert "feat: updating the types def" This reverts commit 81cdd06d1ff4c721c152f1f03fd3e226de3c0bca. --- package.json | 2 +- packages/core/package.json | 2 +- yarn.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5e903ae8a..412ceccb9 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,6 @@ "typedoc": "^0.23.0", "typescript": "^4.8.3" }, - "version": "0.36.0-rc.5", + "version": "0.36.0-rc.4", "packageManager": "yarn@3.3.1" } diff --git a/packages/core/package.json b/packages/core/package.json index b0bebd0c1..612953534 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -41,7 +41,7 @@ "@kiltprotocol/chain-helpers": "workspace:*", "@kiltprotocol/config": "workspace:*", "@kiltprotocol/did": "workspace:*", - "@kiltprotocol/type-definitions": "^1.11504.0", + "@kiltprotocol/type-definitions": "^1.11401.0", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", "@polkadot/api": "^16.0.1", diff --git a/yarn.lock b/yarn.lock index 05b88acac..aa74e4418 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2003,7 +2003,7 @@ __metadata: "@kiltprotocol/chain-helpers": "workspace:*" "@kiltprotocol/config": "workspace:*" "@kiltprotocol/did": "workspace:*" - "@kiltprotocol/type-definitions": ^1.11504.0 + "@kiltprotocol/type-definitions": ^1.11401.0 "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" "@polkadot/api": ^16.0.1 @@ -2070,7 +2070,7 @@ __metadata: languageName: unknown linkType: soft -"@kiltprotocol/type-definitions@npm:^1.11504.0": +"@kiltprotocol/type-definitions@npm:^1.11401.0": version: 1.11504.0 resolution: "@kiltprotocol/type-definitions@npm:1.11504.0" peerDependencies: From 49d1650cec30e80053d56a80a14918aad81e7ed5 Mon Sep 17 00:00:00 2001 From: Raphael Flechtner Date: Thu, 5 Jun 2025 10:18:40 +0200 Subject: [PATCH 13/13] Revert "chore: run prepublish added license" This reverts commit 9897e4ba6e5a093cb6775603f3bb0973316803d2. --- packages/asset-did/LICENSE | 7 ------- packages/chain-helpers/LICENSE | 7 ------- packages/config/LICENSE | 7 ------- packages/core/LICENSE | 7 ------- packages/did/LICENSE | 7 ------- packages/messaging/LICENSE | 7 ------- packages/sdk-js/LICENSE | 7 ------- packages/types/LICENSE | 7 ------- packages/utils/LICENSE | 7 ------- packages/vc-export/LICENSE | 7 ------- 10 files changed, 70 deletions(-) delete mode 100644 packages/asset-did/LICENSE delete mode 100644 packages/chain-helpers/LICENSE delete mode 100644 packages/config/LICENSE delete mode 100644 packages/core/LICENSE delete mode 100644 packages/did/LICENSE delete mode 100644 packages/messaging/LICENSE delete mode 100644 packages/sdk-js/LICENSE delete mode 100644 packages/types/LICENSE delete mode 100644 packages/utils/LICENSE delete mode 100644 packages/vc-export/LICENSE diff --git a/packages/asset-did/LICENSE b/packages/asset-did/LICENSE deleted file mode 100644 index a58e914d0..000000000 --- a/packages/asset-did/LICENSE +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (c) 2025, Built on KILT -All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. -4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/chain-helpers/LICENSE b/packages/chain-helpers/LICENSE deleted file mode 100644 index a58e914d0..000000000 --- a/packages/chain-helpers/LICENSE +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (c) 2025, Built on KILT -All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. -4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/config/LICENSE b/packages/config/LICENSE deleted file mode 100644 index a58e914d0..000000000 --- a/packages/config/LICENSE +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (c) 2025, Built on KILT -All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. -4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/core/LICENSE b/packages/core/LICENSE deleted file mode 100644 index a58e914d0..000000000 --- a/packages/core/LICENSE +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (c) 2025, Built on KILT -All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. -4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/did/LICENSE b/packages/did/LICENSE deleted file mode 100644 index a58e914d0..000000000 --- a/packages/did/LICENSE +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (c) 2025, Built on KILT -All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. -4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/messaging/LICENSE b/packages/messaging/LICENSE deleted file mode 100644 index a58e914d0..000000000 --- a/packages/messaging/LICENSE +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (c) 2025, Built on KILT -All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. -4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/sdk-js/LICENSE b/packages/sdk-js/LICENSE deleted file mode 100644 index a58e914d0..000000000 --- a/packages/sdk-js/LICENSE +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (c) 2025, Built on KILT -All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. -4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/types/LICENSE b/packages/types/LICENSE deleted file mode 100644 index a58e914d0..000000000 --- a/packages/types/LICENSE +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (c) 2025, Built on KILT -All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. -4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/utils/LICENSE b/packages/utils/LICENSE deleted file mode 100644 index a58e914d0..000000000 --- a/packages/utils/LICENSE +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (c) 2025, Built on KILT -All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. -4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/vc-export/LICENSE b/packages/vc-export/LICENSE deleted file mode 100644 index a58e914d0..000000000 --- a/packages/vc-export/LICENSE +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (c) 2025, Built on KILT -All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT. -4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY KILT FOUNDATION ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KILT FOUNDATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.