@meshsdk/transaction 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,18 +1,23 @@
1
1
  {
2
2
  "name": "@meshsdk/transaction",
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
23
  "clean": "rm -rf .turbo && rm -rf dist && rm -rf node_modules",
@@ -20,16 +25,28 @@
20
25
  "build:docs": "typedoc src/index.ts --json ../../apps/docs/src/data/mesh-transactions.json"
21
26
  },
22
27
  "devDependencies": {
23
- "@meshsdk/typescript-config": "workspace:*",
28
+ "@meshsdk/typescript-config": "*",
24
29
  "@types/json-bigint": "^1.0.4",
25
30
  "eslint": "^8.57.0",
26
31
  "tsup": "^8.0.2",
27
32
  "typescript": "^5.3.3"
28
33
  },
29
34
  "dependencies": {
30
- "@meshsdk/common": "workspace:*",
31
- "@meshsdk/core-csl": "workspace:*",
32
- "@meshsdk/core-cst": "workspace:*",
35
+ "@meshsdk/common": "*",
36
+ "@meshsdk/core-csl": "*",
37
+ "@meshsdk/core-cst": "*",
33
38
  "json-bigint": "^1.0.0"
34
- }
39
+ },
40
+ "prettier": "@meshsdk/prettier-config",
41
+ "publishConfig": {
42
+ "access": "public"
43
+ },
44
+ "license": "Apache-2.0",
45
+ "keywords": [
46
+ "cardano",
47
+ "ada",
48
+ "web3",
49
+ "blockchain",
50
+ "sdk"
51
+ ]
35
52
  }
@@ -1,9 +0,0 @@
1
-
2
- > @meshsdk/transaction@1.6.0-alpha.21 build:docs
3
- > typedoc src/index.ts --json ../../apps/docs/src/data/mesh-transactions.json
4
-
5
- [warning] The signature MeshTxBuilder.txInScript has an @param with name "version", which was not used
6
- [warning] The signature MeshTxBuilder.mintingScript has an @param with name "version", which was not used
7
- [info] JSON written to /Users/jingles/Documents/GitHub/mesh-v2/apps/docs/src/data/mesh-transactions.json
8
- [warning] Found 0 errors and 2 warnings
9
- ⠙
@@ -1,19 +0,0 @@
1
-
2
- > @meshsdk/transaction@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 71.06 KB
12
- CJS ⚡️ Build success in 40ms
13
- ESM dist/index.mjs 68.82 KB
14
- ESM ⚡️ Build success in 41ms
15
- DTS Build start
16
- DTS ⚡️ Build success in 1175ms
17
- DTS dist/index.d.mts 25.67 KB
18
- DTS dist/index.d.ts 25.67 KB
19
- ⠙
@@ -1,19 +0,0 @@
1
-
2
- > @meshsdk/transaction@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 68.68 KB
12
- ESM ⚡️ Build success in 42ms
13
- CJS dist/index.js 70.92 KB
14
- CJS ⚡️ Build success in 49ms
15
- DTS Build start
16
- DTS ⚡️ Build success in 1306ms
17
- DTS dist/index.d.mts 25.67 KB
18
- DTS dist/index.d.ts 25.67 KB
19
- ⠙