@witnet/sdk 1.2.4 → 1.2.5

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@witnet/sdk",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Typescript library and CLI tooling for Web3 buidlers willing to interact with the Witnet blockchain.",
5
5
  "author": "Witnet Foundation",
6
6
  "license": "MIT",
@@ -24,7 +24,6 @@
24
24
  "files": [
25
25
  "dist",
26
26
  "scripts/",
27
- "src/assets",
28
27
  "src/bin",
29
28
  ".env_witnet"
30
29
  ],
@@ -36,8 +35,8 @@
36
35
  },
37
36
  "./assets": {
38
37
  "types": "./dist/witnet/assets/*.d.cts",
39
- "require": "./witnet/assets/index.cjs",
40
- "default": "./witnet/assets/index.cjs"
38
+ "require": "./dist/witnet/assets/index.cjs",
39
+ "default": "./dist/witnet/assets/index.cjs"
41
40
  },
42
41
  "./utils": {
43
42
  "types": "./dist/src/lib/*.d.ts",
@@ -49,7 +48,7 @@
49
48
  "scripts": {
50
49
  "build": "pbjs --target json witnet/witnet.proto -o witnet/witnet.proto.json && npm run clean && tsc -p tsconfig.json",
51
50
  "clean": "node ./scripts/clean.cjs dist",
52
- "fmt": "npx biome check ./src ./scripts",
51
+ "fmt": "npx biome check --unsafe ./src ./scripts",
53
52
  "fmt!": "npx biome check --write --unsafe ./src ./scripts",
54
53
  "postinstall": "node scripts/postinstall.cjs",
55
54
  "prepare": "pnpm run build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@witnet/sdk",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Typescript library and CLI tooling for Web3 buidlers willing to interact with the Witnet blockchain.",
5
5
  "author": "Witnet Foundation",
6
6
  "license": "MIT",
@@ -24,7 +24,6 @@
24
24
  "files": [
25
25
  "dist",
26
26
  "scripts/",
27
- "src/assets",
28
27
  "src/bin",
29
28
  ".env_witnet"
30
29
  ],
@@ -36,8 +35,8 @@
36
35
  },
37
36
  "./assets": {
38
37
  "types": "./dist/witnet/assets/*.d.cts",
39
- "require": "./witnet/assets/index.cjs",
40
- "default": "./witnet/assets/index.cjs"
38
+ "require": "./dist/witnet/assets/index.cjs",
39
+ "default": "./dist/witnet/assets/index.cjs"
41
40
  },
42
41
  "./utils": {
43
42
  "types": "./dist/src/lib/*.d.ts",
@@ -81,7 +80,7 @@
81
80
  "scripts": {
82
81
  "build": "pbjs --target json witnet/witnet.proto -o witnet/witnet.proto.json && npm run clean && tsc -p tsconfig.json",
83
82
  "clean": "node ./scripts/clean.cjs dist",
84
- "fmt": "npx biome check ./src ./scripts",
83
+ "fmt": "npx biome check --unsafe ./src ./scripts",
85
84
  "fmt!": "npx biome check --write --unsafe ./src ./scripts",
86
85
  "postinstall": "node scripts/postinstall.cjs",
87
86
  "watcher": "node ./src/bin/bots/watcher.cjs",