@powerlines/deepkit 0.6.111 → 0.6.113

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/types.d.cts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ReflectionClass } from '@powerlines/deepkit/vendor/type';
2
- import { t as SerializedTypes } from './reflection-BHSdc6oZ.cjs';
2
+ import { t as SerializedTypes } from './reflection-9KUpjPqV.cjs';
3
3
  import '@stryke/capnp';
4
4
 
5
5
  type Reflection<T extends Record<string, any> = Record<string, any>> = ReflectionClass<T> & {
package/dist/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ReflectionClass } from '@powerlines/deepkit/vendor/type';
2
- import { t as SerializedTypes } from './reflection-BHSdc6oZ.js';
2
+ import { t as SerializedTypes } from './reflection-9KUpjPqV.js';
3
3
  import '@stryke/capnp';
4
4
 
5
5
  type Reflection<T extends Record<string, any> = Record<string, any>> = ReflectionClass<T> & {
@@ -1,35 +1,35 @@
1
1
  'use strict';
2
2
 
3
- var chunkD5N6ICDX_cjs = require('./chunk-D5N6ICDX.cjs');
3
+ var chunkAI7DFRRE_cjs = require('./chunk-AI7DFRRE.cjs');
4
4
  require('./chunk-USNT2KNT.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "getEnumReflectionType", {
9
9
  enumerable: true,
10
- get: function () { return chunkD5N6ICDX_cjs.getEnumReflectionType; }
10
+ get: function () { return chunkAI7DFRRE_cjs.getEnumReflectionType; }
11
11
  });
12
12
  Object.defineProperty(exports, "getUnionTypes", {
13
13
  enumerable: true,
14
- get: function () { return chunkD5N6ICDX_cjs.getUnionTypes; }
14
+ get: function () { return chunkAI7DFRRE_cjs.getUnionTypes; }
15
15
  });
16
16
  Object.defineProperty(exports, "isStringUnion", {
17
17
  enumerable: true,
18
- get: function () { return chunkD5N6ICDX_cjs.isStringUnion; }
18
+ get: function () { return chunkAI7DFRRE_cjs.isStringUnion; }
19
19
  });
20
20
  Object.defineProperty(exports, "kindToName", {
21
21
  enumerable: true,
22
- get: function () { return chunkD5N6ICDX_cjs.kindToName; }
22
+ get: function () { return chunkAI7DFRRE_cjs.kindToName; }
23
23
  });
24
24
  Object.defineProperty(exports, "stringifyDefaultValue", {
25
25
  enumerable: true,
26
- get: function () { return chunkD5N6ICDX_cjs.stringifyDefaultValue; }
26
+ get: function () { return chunkAI7DFRRE_cjs.stringifyDefaultValue; }
27
27
  });
28
28
  Object.defineProperty(exports, "stringifyStringValue", {
29
29
  enumerable: true,
30
- get: function () { return chunkD5N6ICDX_cjs.stringifyStringValue; }
30
+ get: function () { return chunkAI7DFRRE_cjs.stringifyStringValue; }
31
31
  });
32
32
  Object.defineProperty(exports, "stringifyValue", {
33
33
  enumerable: true,
34
- get: function () { return chunkD5N6ICDX_cjs.stringifyValue; }
34
+ get: function () { return chunkAI7DFRRE_cjs.stringifyValue; }
35
35
  });
package/dist/utilities.js CHANGED
@@ -1,2 +1,2 @@
1
- export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-SQPCXAL3.js';
1
+ export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-GM4HPOQM.js';
2
2
  import './chunk-SHUYVCID.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/deepkit",
3
- "version": "0.6.111",
3
+ "version": "0.6.113",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "keywords": ["deepkit", "powerlines", "storm-software"],
@@ -116,17 +116,17 @@
116
116
  "bin": { "deepkit-install": "bin/deepkit-install.cjs" },
117
117
  "files": ["bin/*", "dist/**/*", "schemas/*"],
118
118
  "dependencies": {
119
- "@storm-software/config-tools": "^1.189.26",
120
- "@stryke/capnp": "^0.12.82",
121
- "@stryke/fs": "^0.33.56",
122
- "@stryke/path": "^0.26.18",
123
- "@stryke/type-checks": "^0.5.37",
124
- "@stryke/types": "^0.10.51",
119
+ "@storm-software/config-tools": "^1.189.27",
120
+ "@stryke/capnp": "^0.12.83",
121
+ "@stryke/fs": "^0.33.57",
122
+ "@stryke/path": "^0.26.19",
123
+ "@stryke/type-checks": "^0.5.38",
124
+ "@stryke/types": "^0.10.52",
125
125
  "defu": "^6.1.4",
126
126
  "jiti": "^2.6.1",
127
127
  "esbuild": "^0.25.12",
128
- "powerlines": "^0.40.19",
129
- "@powerlines/plugin-esbuild": "^0.13.337",
128
+ "powerlines": "^0.40.21",
129
+ "@powerlines/plugin-esbuild": "^0.13.339",
130
130
  "typescript": "^5.9.3"
131
131
  },
132
132
  "devDependencies": {
@@ -146,5 +146,5 @@
146
146
  "rolldown": { "optional": true }
147
147
  },
148
148
  "publishConfig": { "access": "public" },
149
- "gitHead": "7496a546473274494be487ebc33cf267ed5cd1f0"
149
+ "gitHead": "5654496efd47833627e1d3ce68819b7664212173"
150
150
  }