@fairmint/open-captable-protocol-daml-js 0.2.86 → 0.2.87

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.
Files changed (1) hide show
  1. package/package.json +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fairmint/open-captable-protocol-daml-js",
3
- "version": "0.2.86",
3
+ "version": "0.2.87",
4
4
  "description": "Open CapTable Protocol DAML smart contracts with generated JavaScript bindings.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -45,6 +45,8 @@
45
45
  "codegen": "npm run build && cd OpenCapTable-v25 && daml codegen js && cd .. && cd Shared && daml codegen js && cd .. && cd OpenCapTableReports-v01 && daml codegen js && cd .. && cd CantonPayments && daml codegen js && cd .. && tsx scripts/bundle-dependencies.ts && tsx scripts/create-package-index.ts && tsx scripts/create-root-index.ts && tsx scripts/fix-splice-refs.ts && npm run build:ts",
46
46
  "test": "cd Test && daml test --show-coverage --color --coverage-ignore-choice splice-amulet:.*",
47
47
  "test:imports": "tsx scripts/test-imports.ts",
48
+ "backup-dar": "tsx scripts/backup-dar.ts",
49
+ "verify-dars": "tsx scripts/verify-dars.ts",
48
50
  "upload-dar:ocp": "npm run build && ts-node scripts/upload-dar.ts --network devnet && ts-node scripts/upload-dar.ts --network mainnet",
49
51
  "upload-dar:reports": "npm run build && ts-node scripts/upload-dar-reports.ts --network devnet && ts-node scripts/upload-dar-reports.ts --network mainnet",
50
52
  "upload-dar:paymentStreams": "npm run build && ts-node scripts/upload-dar-paymentStreams.ts --network devnet && ts-node scripts/upload-dar-paymentStreams.ts --network mainnet",