@canton-network/core-token-standard 0.16.0 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.browser.js +3 -3
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import require$$3 from 'net';
|
|
|
11
11
|
import require$$4 from 'tls';
|
|
12
12
|
import require$$5 from 'crypto';
|
|
13
13
|
|
|
14
|
-
// Copyright (c) 2025 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
14
|
+
// Copyright (c) 2025-2026 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
15
15
|
// SPDX-License-Identifier: Apache-2.0
|
|
16
16
|
class TokenStandardClient {
|
|
17
17
|
client;
|
|
@@ -67,7 +67,7 @@ class TokenStandardClient {
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
// Copyright (c) 2025 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
70
|
+
// Copyright (c) 2025-2026 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
71
71
|
// SPDX-License-Identifier: Apache-2.0
|
|
72
72
|
const ALLOCATION_FACTORY_INTERFACE_ID = '#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationFactory';
|
|
73
73
|
const ALLOCATION_INSTRUCTION_INTERFACE_ID = '#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction';
|
|
@@ -92991,7 +92991,7 @@ function requireLib () {
|
|
|
92991
92991
|
|
|
92992
92992
|
var libExports = requireLib();
|
|
92993
92993
|
|
|
92994
|
-
// Copyright (c) 2025 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
92994
|
+
// Copyright (c) 2025-2026 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
92995
92995
|
// SPDX-License-Identifier: Apache-2.0
|
|
92996
92996
|
const TransferInstructionV1 = libExports.Splice.Api.Token.TransferInstructionV1;
|
|
92997
92997
|
const AllocationInstructionV1 = libExports.Splice.Api.Token.AllocationInstructionV1;
|