@meshsdk/core-cst 1.6.0-alpha.21 → 1.6.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.
package/package.json CHANGED
@@ -1,27 +1,32 @@
1
1
  {
2
2
  "name": "@meshsdk/core-cst",
3
- "version": "1.6.0-alpha.21",
3
+ "version": "1.6.2",
4
4
  "description": "",
5
- "main": "./dist/index.js",
6
- "module": "./dist/index.mjs",
5
+ "main": "./dist/index.cjs",
6
+ "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
8
+ "type": "module",
8
9
  "exports": {
9
10
  ".": {
10
- "import": "./dist/index.mjs",
11
- "require": "./dist/index.js"
11
+ "import": "./dist/index.js",
12
+ "require": "./dist/index.cjs",
13
+ "types": "./dist/index.d.ts"
12
14
  }
13
15
  },
16
+ "files": [
17
+ "dist/**"
18
+ ],
14
19
  "scripts": {
15
- "build:mesh": "tsup src/index.ts --format esm,cjs --dts",
20
+ "build:mesh": "tsup src/index.ts --format esm,cjs --dts --minify",
16
21
  "dev": "tsup src/index.ts --format esm,cjs --watch --dts",
17
22
  "lint": "eslint",
18
- "test": "jest --verbose",
23
+ "test": "jest",
19
24
  "clean": "rm -rf .turbo && rm -rf dist && rm -rf node_modules",
20
25
  "format": "prettier --check . --ignore-path ../../.gitignore"
21
26
  },
22
27
  "devDependencies": {
23
- "@meshsdk/eslint-config": "workspace:*",
24
- "@meshsdk/typescript-config": "workspace:*",
28
+ "@meshsdk/eslint-config": "*",
29
+ "@meshsdk/typescript-config": "*",
25
30
  "@types/pbkdf2": "^3.1.2",
26
31
  "eslint": "^8.57.0",
27
32
  "ts-jest": "^29.1.4",
@@ -32,10 +37,21 @@
32
37
  "@cardano-sdk/core": "^0.35.4",
33
38
  "@cardano-sdk/crypto": "^0.1.28",
34
39
  "@cardano-sdk/util": "^0.15.4",
35
- "@meshsdk/common": "workspace:*",
36
- "@stricahq/bip32ed25519": "^1.0.4",
40
+ "@meshsdk/common": "*",
41
+ "@stricahq/bip32ed25519": "^1.1.0",
37
42
  "hash.js": "^1.1.7",
38
43
  "pbkdf2": "^3.1.2"
39
44
  },
40
- "prettier": "@meshsdk/prettier-config"
41
- }
45
+ "prettier": "@meshsdk/prettier-config",
46
+ "publishConfig": {
47
+ "access": "public"
48
+ },
49
+ "license": "Apache-2.0",
50
+ "keywords": [
51
+ "cardano",
52
+ "ada",
53
+ "web3",
54
+ "blockchain",
55
+ "sdk"
56
+ ]
57
+ }
@@ -1,30 +0,0 @@
1
-
2
- > @meshsdk/core-cst@0.0.1 build:docs
3
- > typedoc src/index.ts --json ../../apps/docs/src/data/mesh-core-cst.json
4
-
5
- TypeDoc exiting with unexpected error:
6
- AssertionError [ERR_ASSERTION]: Missing symbol when converting import type node
7
- at Object.convert (/Users/jingles/Documents/GitHub/mesh-v2/node_modules/typedoc/dist/lib/converter/types.js:242:30)
8
- at convertType (/Users/jingles/Documents/GitHub/mesh-v2/node_modules/typedoc/dist/lib/converter/types.js:87:38)
9
- at /Users/jingles/Documents/GitHub/mesh-v2/node_modules/typedoc/dist/lib/converter/types.js:272:71
10
- at Array.map (<anonymous>)
11
- at Object.convert (/Users/jingles/Documents/GitHub/mesh-v2/node_modules/typedoc/dist/lib/converter/types.js:272:57)
12
- at convertType (/Users/jingles/Documents/GitHub/mesh-v2/node_modules/typedoc/dist/lib/converter/types.js:87:38)
13
- at _classThis.convertType (/Users/jingles/Documents/GitHub/mesh-v2/node_modules/typedoc/dist/lib/converter/converter.js:240:44)
14
- at Object.convertVariable (/Users/jingles/Documents/GitHub/mesh-v2/node_modules/typedoc/dist/lib/converter/symbols.js:525:41)
15
- at convertSymbol (/Users/jingles/Documents/GitHub/mesh-v2/node_modules/typedoc/dist/lib/converter/symbols.js:128:41)
16
- at convertSymbols (/Users/jingles/Documents/GitHub/mesh-v2/node_modules/typedoc/dist/lib/converter/symbols.js:133:9) {
17
- generatedMessage: false,
18
- code: 'ERR_ASSERTION',
19
- actual: undefined,
20
- expected: true,
21
- operator: '=='
22
- }
23
- ⠙npm error Lifecycle script `build:docs` failed with error:
24
- ⠙npm error code 6
25
- ⠙npm error path /Users/jingles/Documents/GitHub/mesh-v2/packages/mesh-core-cst
26
- ⠙npm error workspace @meshsdk/core-cst@0.0.1
27
- ⠙npm error location /Users/jingles/Documents/GitHub/mesh-v2/packages/mesh-core-cst
28
- ⠙npm error command failed
29
- ⠙npm error command sh -c typedoc src/index.ts --json ../../apps/docs/src/data/mesh-core-cst.json
30
- ⠙
@@ -1,20 +0,0 @@
1
-
2
- > @meshsdk/core-cst@1.6.0-alpha.21 build:mesh
3
- > tsup src/index.ts --format esm,cjs --dts
4
-
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.2.3
8
- CLI Target: es2020
9
- ESM Build start
10
- CJS Build start
11
- CJS dist/index.js 52.56 KB
12
- CJS ⚡️ Build success in 38ms
13
- ESM dist/index.mjs 44.67 KB
14
- ESM ⚡️ Build success in 38ms
15
- DTS Build start
16
- "Bip32PrivateKey" and "Bip32PublicKey" are imported from external module "@stricahq/bip32ed25519" but never used in "src/stricahq/index.ts".
17
- DTS ⚡️ Build success in 1188ms
18
- DTS dist/index.d.mts 17.80 KB
19
- DTS dist/index.d.ts 17.80 KB
20
- ⠙
@@ -1,20 +0,0 @@
1
-
2
- > @meshsdk/core-cst@0.0.1 build
3
- > tsup src/index.ts --format esm,cjs --dts
4
-
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.2.3
8
- CLI Target: es2020
9
- ESM Build start
10
- CJS Build start
11
- ESM dist/index.mjs 44.62 KB
12
- ESM ⚡️ Build success in 57ms
13
- CJS dist/index.js 52.51 KB
14
- CJS ⚡️ Build success in 58ms
15
- DTS Build start
16
- "Bip32PrivateKey" and "Bip32PublicKey" are imported from external module "@stricahq/bip32ed25519" but never used in "src/stricahq/index.ts".
17
- DTS ⚡️ Build success in 1370ms
18
- DTS dist/index.d.mts 17.65 KB
19
- DTS dist/index.d.ts 17.65 KB
20
- ⠙