@gjsify/sys 0.3.13 → 0.3.14

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.
Files changed (2) hide show
  1. package/lib/esm/index.js +5 -5
  2. package/package.json +4 -4
package/lib/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
- export * from "node:util";
2
- import { default as default2 } from "node:util";
3
- export {
4
- default2 as default
5
- };
1
+ import node_util_default from "node:util";
2
+
3
+ export * from "node:util"
4
+
5
+ export { node_util_default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/sys",
3
- "version": "0.3.13",
3
+ "version": "0.3.14",
4
4
  "description": "Node.js sys module for Gjs (alias for util)",
5
5
  "type": "module",
6
6
  "module": "lib/esm/index.js",
@@ -31,11 +31,11 @@
31
31
  "util"
32
32
  ],
33
33
  "dependencies": {
34
- "@gjsify/util": "^0.3.13"
34
+ "@gjsify/util": "^0.3.14"
35
35
  },
36
36
  "devDependencies": {
37
- "@gjsify/cli": "^0.3.13",
38
- "@gjsify/unit": "^0.3.13",
37
+ "@gjsify/cli": "^0.3.14",
38
+ "@gjsify/unit": "^0.3.14",
39
39
  "@types/node": "^25.6.0",
40
40
  "typescript": "^6.0.3"
41
41
  }