@powerlines/deepkit 0.5.1 → 0.5.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.
Files changed (36) hide show
  1. package/dist/{chunk-4V4LIAN2.js → chunk-2ODODKQQ.js} +1 -1
  2. package/dist/{chunk-ESVH44QW.cjs → chunk-6QPIKQMO.cjs} +2 -2
  3. package/dist/{chunk-U5O6DHJ2.js → chunk-C7BRLIIA.js} +1 -1
  4. package/dist/{chunk-VWKKT7CM.cjs → chunk-EKHXI2JI.cjs} +3 -3
  5. package/dist/{chunk-YQQIT5YX.js → chunk-LPLPOVLC.js} +1 -1
  6. package/dist/{chunk-B6GTAZEL.js → chunk-MNUBEEIW.js} +4 -0
  7. package/dist/{chunk-PKLLVKY2.cjs → chunk-QABG54Y3.cjs} +2 -2
  8. package/dist/{chunk-FFBZWTR7.cjs → chunk-VXZTOOL6.cjs} +6 -0
  9. package/dist/esbuild-plugin.cjs +4 -4
  10. package/dist/esbuild-plugin.js +3 -3
  11. package/dist/index.cjs +9 -9
  12. package/dist/index.js +4 -4
  13. package/dist/reflect-type.cjs +5 -5
  14. package/dist/reflect-type.js +4 -4
  15. package/dist/transformer.cjs +3 -3
  16. package/dist/transformer.js +1 -1
  17. package/dist/transpile.cjs +3 -3
  18. package/dist/transpile.js +2 -2
  19. package/dist/vendor/chunk-5BKT4CS5.js +28 -0
  20. package/dist/vendor/{chunk-ZDFKNN7Y.cjs → chunk-BDXVTHBY.cjs} +322 -153
  21. package/dist/vendor/{chunk-7LAB3COT.js → chunk-BLN7QVCP.js} +154 -7
  22. package/dist/vendor/{chunk-5NPGWGPO.cjs → chunk-EQXMWOHO.cjs} +6 -0
  23. package/dist/vendor/chunk-MO4O4UYI.cjs +42 -0
  24. package/dist/vendor/core.cjs +131 -130
  25. package/dist/vendor/core.js +2 -2
  26. package/dist/vendor/index.cjs +28 -0
  27. package/dist/vendor/index.d.cts +2 -0
  28. package/dist/vendor/index.d.ts +2 -0
  29. package/dist/vendor/index.js +1 -0
  30. package/dist/vendor/type-spec.cjs +6 -5
  31. package/dist/vendor/type-spec.js +1 -1
  32. package/dist/vendor/type.cjs +2346 -641
  33. package/dist/vendor/type.js +1661 -23
  34. package/package.json +5 -5
  35. package/dist/vendor/chunk-SHUYVCID.js +0 -4
  36. package/dist/vendor/chunk-USNT2KNT.cjs +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/deepkit",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -119,13 +119,13 @@
119
119
  "@storm-software/config-tools": "^1.188.73",
120
120
  "@stryke/capnp": "^0.12.51",
121
121
  "@stryke/fs": "^0.33.26",
122
- "@stryke/path": "^0.23.2",
122
+ "@stryke/path": "^0.24.0",
123
123
  "@stryke/type-checks": "^0.5.14",
124
124
  "@stryke/types": "^0.10.28",
125
125
  "chalk": "5.6.2",
126
126
  "defu": "^6.1.4",
127
127
  "jiti": "^2.6.1",
128
- "powerlines": "^0.34.7",
128
+ "powerlines": "^0.34.8",
129
129
  "typescript": "^5.9.3",
130
130
  "unplugin": "3.0.0-beta.3"
131
131
  },
@@ -134,12 +134,12 @@
134
134
  "@deepkit/type": "1.0.5",
135
135
  "@deepkit/type-compiler": "1.0.5",
136
136
  "@deepkit/type-spec": "1.0.1",
137
- "@powerlines/nx": "^0.11.20",
137
+ "@powerlines/nx": "^0.11.21",
138
138
  "@types/node": "^24.10.4",
139
139
  "dts-bundle-generator": "^9.5.1",
140
140
  "tsup": "8.4.0",
141
141
  "esbuild": "^0.25.12"
142
142
  },
143
143
  "publishConfig": { "access": "public" },
144
- "gitHead": "ce53873ef91c416e50f703124ef7618935bff016"
144
+ "gitHead": "a6b7abef7b6414df6df50419b53d0240033ae87a"
145
145
  }
@@ -1,4 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
-
4
- export { __name };
@@ -1,6 +0,0 @@
1
- 'use strict';
2
-
3
- var __defProp = Object.defineProperty;
4
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
5
-
6
- exports.__name = __name;