@fairmint/open-captable-protocol-daml-js 0.3.1 → 0.3.2

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,4 +1,4 @@
1
- /** Typings for `generated/ocp-factory-contract-id.json` (JSON is committed; this stub is the stable TS surface). */
1
+ /** Typings for `ocp-factory-contract-id.json` (committed snapshot; updated by `create-factory:ocp`). */
2
2
  declare const data: {
3
3
  mainnet: {
4
4
  ocpFactoryContractId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fairmint/open-captable-protocol-daml-js",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Open CapTable Protocol (OpenCapTable-v34) DAML contracts with generated JavaScript bindings. Other Fairmint DAML packages live in @fairmint/daml-js.",
5
5
  "keywords": [
6
6
  "daml",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "./lib/*": "./lib/*",
28
28
  "./ocp-factory-contract-id.json": {
29
- "types": "./types/ocp-factory-contract-id-json.d.ts",
29
+ "types": "./generated/ocp-factory-contract-id.json.d.ts",
30
30
  "default": "./generated/ocp-factory-contract-id.json"
31
31
  },
32
32
  "./opencaptable.dar": "./published-dars/OpenCapTable.dar",
@@ -40,7 +40,7 @@
40
40
  "typesVersions": {
41
41
  "*": {
42
42
  "ocp-factory-contract-id.json": [
43
- "types/ocp-factory-contract-id-json.d.ts"
43
+ "./generated/ocp-factory-contract-id.json.d.ts"
44
44
  ],
45
45
  "openCapTableDarPath": [
46
46
  "./lib/openCapTableDarPath.d.ts"
@@ -50,7 +50,7 @@
50
50
  "files": [
51
51
  "lib/**",
52
52
  "generated/ocp-factory-contract-id.json",
53
- "types/ocp-factory-contract-id-json.d.ts",
53
+ "generated/ocp-factory-contract-id.json.d.ts",
54
54
  "published-dars/OpenCapTable.dar"
55
55
  ],
56
56
  "scripts": {