@ocap/asset 1.28.2 → 1.28.3

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
- const require_rolldown_runtime = require('./_virtual/rolldown_runtime.js');
1
+ const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
2
2
  let lodash_get = require("lodash/get");
3
3
  lodash_get = require_rolldown_runtime.__toESM(lodash_get);
4
4
  let lodash_set = require("lodash/set");
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@ocap/asset",
3
3
  "description": "Utility to work with asset and factory on ArcBlock blockchain",
4
- "version": "1.28.2",
4
+ "type": "module",
5
+ "version": "1.28.3",
5
6
  "author": {
6
7
  "name": "wangshijun",
7
8
  "email": "shijun@arcblock.io",
@@ -24,15 +25,15 @@
24
25
  "json-stable-stringify": "^1.0.1",
25
26
  "lodash": "^4.17.21",
26
27
  "mustache": "^4.2.0",
27
- "@arcblock/did": "1.28.2",
28
- "@arcblock/did-util": "1.28.2",
29
- "@arcblock/validator": "1.28.2",
30
- "@arcblock/vc": "1.28.2",
31
- "@ocap/contract": "1.28.2",
32
- "@ocap/mcrypto": "1.28.2",
33
- "@ocap/types": "1.28.2",
34
- "@ocap/util": "1.28.2",
35
- "@ocap/wallet": "1.28.2"
28
+ "@arcblock/did": "1.28.3",
29
+ "@arcblock/did-util": "1.28.3",
30
+ "@arcblock/validator": "1.28.3",
31
+ "@arcblock/vc": "1.28.3",
32
+ "@ocap/contract": "1.28.3",
33
+ "@ocap/mcrypto": "1.28.3",
34
+ "@ocap/types": "1.28.3",
35
+ "@ocap/util": "1.28.3",
36
+ "@ocap/wallet": "1.28.3"
36
37
  },
37
38
  "devDependencies": {
38
39
  "@arcblock/eslint-config-ts": "0.3.3",
@@ -57,14 +58,14 @@
57
58
  ],
58
59
  "license": "Apache-2.0",
59
60
  "sideEffects": false,
60
- "main": "./lib/index.js",
61
- "module": "./esm/index.js",
62
- "types": "./esm/index.d.ts",
61
+ "main": "./lib/index.cjs",
62
+ "module": "./esm/index.mjs",
63
+ "types": "./esm/index.d.mts",
63
64
  "exports": {
64
65
  ".": {
65
- "types": "./esm/index.d.ts",
66
- "import": "./esm/index.js",
67
- "default": "./lib/index.js"
66
+ "types": "./esm/index.d.mts",
67
+ "import": "./esm/index.mjs",
68
+ "default": "./lib/index.cjs"
68
69
  }
69
70
  },
70
71
  "files": [
@@ -82,6 +83,6 @@
82
83
  "test": "jest --forceExit --detectOpenHandles",
83
84
  "coverage": "npm run test -- --coverage",
84
85
  "build": "tsdown",
85
- "build:watch": "tsdown --watch"
86
+ "build:watch": "tsdown -w"
86
87
  }
87
88
  }
File without changes
File without changes
File without changes