@xylabs/error 3.6.6 → 3.6.7

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.
@@ -23,4 +23,4 @@ export {
23
23
  handleErrorAsync,
24
24
  isError
25
25
  };
26
- //# sourceMappingURL=index.js.map
26
+ //# sourceMappingURL=index.mjs.map
@@ -23,4 +23,4 @@ export {
23
23
  handleErrorAsync,
24
24
  isError
25
25
  };
26
- //# sourceMappingURL=index.js.map
26
+ //# sourceMappingURL=index.mjs.map
@@ -23,4 +23,4 @@ export {
23
23
  handleErrorAsync,
24
24
  isError
25
25
  };
26
- //# sourceMappingURL=index.js.map
26
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -11,9 +11,9 @@
11
11
  },
12
12
  "description": "Primary SDK for using XYO Protocol 2.0",
13
13
  "devDependencies": {
14
- "@xylabs/ts-scripts-yarn3": "^3.14.1",
15
- "@xylabs/tsconfig": "^3.14.1",
16
- "@xylabs/tsconfig-jest": "^3.14.1",
14
+ "@xylabs/ts-scripts-yarn3": "^3.15.4",
15
+ "@xylabs/tsconfig": "^3.15.4",
16
+ "@xylabs/tsconfig-jest": "^3.15.4",
17
17
  "typescript": "^5.5.4"
18
18
  },
19
19
  "engines": {
@@ -27,8 +27,8 @@
27
27
  "default": "./dist/browser/index.cjs"
28
28
  },
29
29
  "import": {
30
- "types": "./dist/browser/index.d.mts",
31
- "default": "./dist/browser/index.js"
30
+ "types": "./dist/browser/index.d.ts",
31
+ "default": "./dist/browser/index.mjs"
32
32
  }
33
33
  },
34
34
  "node": {
@@ -37,16 +37,16 @@
37
37
  "default": "./dist/node/index.cjs"
38
38
  },
39
39
  "import": {
40
- "types": "./dist/node/index.d.mts",
41
- "default": "./dist/node/index.js"
40
+ "types": "./dist/node/index.d.ts",
41
+ "default": "./dist/node/index.mjs"
42
42
  }
43
43
  }
44
44
  },
45
45
  "./package.json": "./package.json"
46
46
  },
47
47
  "main": "dist/node/index.cjs",
48
- "module": "dist/node/index.js",
49
- "types": "dist/node/index.d.mts",
48
+ "module": "dist/node/index.mjs",
49
+ "types": "dist/node/index.d.ts",
50
50
  "homepage": "https://xyo.network",
51
51
  "license": "LGPL-3.0-only",
52
52
  "publishConfig": {
@@ -64,6 +64,6 @@
64
64
  "esm"
65
65
  ],
66
66
  "sideEffects": false,
67
- "version": "3.6.6",
67
+ "version": "3.6.7",
68
68
  "type": "module"
69
69
  }
File without changes
File without changes
File without changes