@xylabs/assert 3.6.6 → 3.6.8

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.
@@ -10,4 +10,4 @@ function assertEx(expr, messageOrFunc) {
10
10
  export {
11
11
  assertEx
12
12
  };
13
- //# sourceMappingURL=index.js.map
13
+ //# sourceMappingURL=index.mjs.map
@@ -10,4 +10,4 @@ function assertEx(expr, messageOrFunc) {
10
10
  export {
11
11
  assertEx
12
12
  };
13
- //# sourceMappingURL=index.js.map
13
+ //# sourceMappingURL=index.mjs.map
@@ -10,4 +10,4 @@ function assertEx(expr, messageOrFunc) {
10
10
  export {
11
11
  assertEx
12
12
  };
13
- //# sourceMappingURL=index.js.map
13
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -18,18 +18,18 @@
18
18
  "default": "./dist/neutral/index.cjs"
19
19
  },
20
20
  "import": {
21
- "types": "./dist/neutral/index.d.mts",
22
- "default": "./dist/neutral/index.js"
21
+ "types": "./dist/neutral/index.d.ts",
22
+ "default": "./dist/neutral/index.mjs"
23
23
  }
24
24
  },
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "main": "./dist/neutral/index.cjs",
28
28
  "types": "./dist/neutral/index.d.ts",
29
- "module": "./dist/neutral/index.js",
29
+ "module": "./dist/neutral/index.mjs",
30
30
  "devDependencies": {
31
- "@xylabs/ts-scripts-yarn3": "^3.14.1",
32
- "@xylabs/tsconfig": "^3.14.1",
31
+ "@xylabs/ts-scripts-yarn3": "^3.15.5",
32
+ "@xylabs/tsconfig": "^3.15.5",
33
33
  "typescript": "^5.5.4"
34
34
  },
35
35
  "engines": {
@@ -50,6 +50,6 @@
50
50
  "url": "https://github.com/xylabs/sdk-js.git"
51
51
  },
52
52
  "sideEffects": false,
53
- "version": "3.6.6",
53
+ "version": "3.6.8",
54
54
  "type": "module"
55
55
  }
File without changes
File without changes
File without changes