@canton-network/core-ledger-proto 0.2.0 → 0.3.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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uDAAuD,CAAA;AACrE,cAAc,2DAA2D,CAAA;AACzE,OAAO,EAAE,iCAAiC,EAAE,MAAM,8FAA8F,CAAA;AAChJ,cAAc,uFAAuF,CAAA;AACrG,cAAc,sFAAsF,CAAA;AACpG,cAAc,+DAA+D,CAAA;AAC7E,OAAO,EACH,eAAe,EACf,oBAAoB,EACpB,wBAAwB,EACxB,oBAAoB,EACpB,QAAQ,EACR,sBAAsB,EACtB,mBAAmB,GACtB,MAAM,+EAA+E,CAAA;AAEtF,OAAO,EACH,MAAM,EACN,QAAQ,EACR,KAAK,EACL,QAAQ,GACX,MAAM,2FAA2F,CAAA;AAClG,OAAO,EACH,YAAY,EACZ,UAAU,EACV,WAAW,EACX,aAAa,EACb,KAAK,GACR,MAAM,0CAA0C,CAAA;AAEjD,OAAO,EAAE,gCAAgC,EAAE,MAAM,6FAA6F,CAAA;AAC9I,OAAO,EACH,SAAS,EACT,6BAA6B,GAChC,MAAM,sFAAsF,CAAA;AAC7F,OAAO,EAAE,KAAK,EAAE,MAAM,mCAAmC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,uDAAuD,CAAA;AACrE,cAAc,2DAA2D,CAAA;AACzE,OAAO,EAAE,iCAAiC,EAAE,MAAM,8FAA8F,CAAA;AAChJ,cAAc,uFAAuF,CAAA;AACrG,cAAc,sFAAsF,CAAA;AACpG,cAAc,+DAA+D,CAAA;AAC7E,OAAO,EACH,eAAe,EACf,oBAAoB,EACpB,wBAAwB,EACxB,oBAAoB,EACpB,QAAQ,EACR,sBAAsB,EACtB,mBAAmB,GACtB,MAAM,+EAA+E,CAAA;AAEtF,OAAO,EACH,MAAM,EACN,QAAQ,EACR,KAAK,EACL,QAAQ,GACX,MAAM,2FAA2F,CAAA;AAClG,OAAO,EACH,YAAY,EACZ,UAAU,EACV,WAAW,EACX,aAAa,EACb,KAAK,GACR,MAAM,0CAA0C,CAAA;AAEjD,OAAO,EAAE,gCAAgC,EAAE,MAAM,6FAA6F,CAAA;AAC9I,OAAO,EACH,SAAS,EACT,6BAA6B,GAChC,MAAM,sFAAsF,CAAA;AAC7F,OAAO,EAAE,KAAK,EAAE,MAAM,mCAAmC,CAAA"}
package/dist/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ // Copyright (c) 2025 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
2
+ // SPDX-License-Identifier: Apache-2.0
1
3
  export * from './_proto/com/digitalasset/canton/crypto/v30/crypto.js';
2
4
  export * from './_proto/com/digitalasset/canton/protocol/v30/topology.js';
3
5
  export { TopologyManagerWriteServiceClient } from './_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.client.js';
package/package.json CHANGED
@@ -1,29 +1,32 @@
1
1
  {
2
- "name": "@canton-network/core-ledger-proto",
3
- "version": "0.2.0",
4
- "description": "Provides typescript generated from the canton protobufs.",
5
- "author": "Phillip Olesen <phillip.olesen@digitalasset.com>",
6
- "license": "Apache-2.0",
7
- "packageManager": "yarn@4.9.2",
8
- "main": "./dist/index.js",
9
- "types": "./dist/index.d.ts",
10
- "type": "module",
11
- "scripts": {
12
- "build": "tsc -b",
13
- "dev": "tsc -b --watch",
14
- "clean": "tsc -b --clean; rm -rf dist"
15
- },
16
- "devDependencies": {
17
- "@protobuf-ts/runtime": "^2.11.1",
18
- "@protobuf-ts/runtime-rpc": "^2.11.1",
19
- "@swc/core": "^1.11.31",
20
- "@types/node": "^22.15.30",
21
- "typescript": "^5.8.3"
22
- },
23
- "files": [
24
- "dist/*"
25
- ],
26
- "publishConfig": {
27
- "access": "public"
28
- }
29
- }
2
+ "name": "@canton-network/core-ledger-proto",
3
+ "version": "0.3.0",
4
+ "type": "module",
5
+ "description": "Provides TypeScript protobuf bindings for Canton",
6
+ "repository": "github:hyperledger-labs/splice-wallet-kernel",
7
+ "license": "Apache-2.0",
8
+ "author": "Phillip Olesen <phillip.olesen@digitalasset.com>",
9
+ "packageManager": "yarn@4.9.4",
10
+ "main": "./dist/index.js",
11
+ "types": "./dist/index.d.ts",
12
+ "scripts": {
13
+ "build": "tsc -b",
14
+ "dev": "tsc -b --watch",
15
+ "clean": "tsc -b --clean; rm -rf dist"
16
+ },
17
+ "devDependencies": {
18
+ "@swc/core": "^1.11.31",
19
+ "@types/node": "^22.15.30",
20
+ "typescript": "^5.8.3"
21
+ },
22
+ "dependencies": {
23
+ "@protobuf-ts/runtime": "^2.11.1",
24
+ "@protobuf-ts/runtime-rpc": "^2.11.1"
25
+ },
26
+ "files": [
27
+ "dist/**"
28
+ ],
29
+ "publishConfig": {
30
+ "access": "public"
31
+ }
32
+ }