@powerlines/deepkit 0.5.88 → 0.5.90
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/{chunk-XTGDJ7HH.js → chunk-JPFSTX7K.js} +444 -238
- package/dist/{chunk-BRD4KKCQ.cjs → chunk-ZWL5JSVT.cjs} +444 -238
- package/dist/index.cjs +8 -8
- package/dist/index.js +1 -1
- package/dist/utilities.cjs +8 -8
- package/dist/utilities.js +1 -1
- package/package.json +8 -8
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkZWL5JSVT_cjs = require('./chunk-ZWL5JSVT.cjs');
|
|
4
4
|
var chunk7FXYDYVQ_cjs = require('./chunk-7FXYDYVQ.cjs');
|
|
5
5
|
var chunkKGCRCOJQ_cjs = require('./chunk-KGCRCOJQ.cjs');
|
|
6
6
|
var chunkCJMS4ES3_cjs = require('./chunk-CJMS4ES3.cjs');
|
|
@@ -14,31 +14,31 @@ require('./chunk-ORA4UQMU.cjs');
|
|
|
14
14
|
|
|
15
15
|
Object.defineProperty(exports, "getEnumReflectionType", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkZWL5JSVT_cjs.getEnumReflectionType; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "getUnionTypes", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkZWL5JSVT_cjs.getUnionTypes; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "isStringUnion", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkZWL5JSVT_cjs.isStringUnion; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "kindToName", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkZWL5JSVT_cjs.kindToName; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "stringifyDefaultValue", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkZWL5JSVT_cjs.stringifyDefaultValue; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "stringifyStringValue", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkZWL5JSVT_cjs.stringifyStringValue; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "stringifyValue", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkZWL5JSVT_cjs.stringifyValue; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "convertFromCapnp", {
|
|
44
44
|
enumerable: true,
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-
|
|
1
|
+
export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-JPFSTX7K.js';
|
|
2
2
|
export { convertFromCapnp, convertFromCapnpArray, convertFromCapnpBase, convertFromCapnpClassType, convertFromCapnpDefault, convertFromCapnpEnum, convertFromCapnpFunction, convertFromCapnpIndexAccessOrigin, convertFromCapnpInfer, convertFromCapnpIntersection, convertFromCapnpLiteral, convertFromCapnpMethodSignature, convertFromCapnpObjectLiteral, convertFromCapnpOther, convertFromCapnpParameter, convertFromCapnpProperty, convertFromCapnpPropertySignature, convertFromCapnpSimple, convertFromCapnpTagsReflection, convertFromCapnpTuple, convertFromCapnpTupleMember, convertFromCapnpUnion, convertToCapnp, convertToCapnpArray, convertToCapnpBase, convertToCapnpClassType, convertToCapnpDefault, convertToCapnpEnum, convertToCapnpFunction, convertToCapnpIndexAccessOrigin, convertToCapnpInfer, convertToCapnpIntersection, convertToCapnpLiteral, convertToCapnpMethod, convertToCapnpMethodSignature, convertToCapnpObjectLiteral, convertToCapnpOther, convertToCapnpParameter, convertToCapnpProperty, convertToCapnpPropertySignature, convertToCapnpSimple, convertToCapnpTagsReflection, convertToCapnpTuple, convertToCapnpTupleMember, convertToCapnpUnion } from './chunk-TDYIUJGY.js';
|
|
3
3
|
export { reflectType } from './chunk-XHSSGKUT.js';
|
|
4
4
|
export { esbuildPlugin } from './chunk-JE36RI7U.js';
|
package/dist/utilities.cjs
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkZWL5JSVT_cjs = require('./chunk-ZWL5JSVT.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
|
|
10
|
+
get: function () { return chunkZWL5JSVT_cjs.getEnumReflectionType; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "getUnionTypes", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkZWL5JSVT_cjs.getUnionTypes; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "isStringUnion", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkZWL5JSVT_cjs.isStringUnion; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "kindToName", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkZWL5JSVT_cjs.kindToName; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "stringifyDefaultValue", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkZWL5JSVT_cjs.stringifyDefaultValue; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "stringifyStringValue", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkZWL5JSVT_cjs.stringifyStringValue; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "stringifyValue", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkZWL5JSVT_cjs.stringifyValue; }
|
|
35
35
|
});
|
package/dist/utilities.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-
|
|
1
|
+
export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-JPFSTX7K.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.5.
|
|
3
|
+
"version": "0.5.90",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -117,15 +117,15 @@
|
|
|
117
117
|
"keywords": ["deepkit", "powerlines", "storm-software"],
|
|
118
118
|
"dependencies": {
|
|
119
119
|
"@storm-software/config-tools": "^1.188.80",
|
|
120
|
-
"@stryke/capnp": "^0.12.
|
|
121
|
-
"@stryke/fs": "^0.33.
|
|
122
|
-
"@stryke/path": "^0.
|
|
123
|
-
"@stryke/type-checks": "^0.5.
|
|
124
|
-
"@stryke/types": "^0.10.
|
|
120
|
+
"@stryke/capnp": "^0.12.60",
|
|
121
|
+
"@stryke/fs": "^0.33.35",
|
|
122
|
+
"@stryke/path": "^0.25.3",
|
|
123
|
+
"@stryke/type-checks": "^0.5.19",
|
|
124
|
+
"@stryke/types": "^0.10.33",
|
|
125
125
|
"defu": "^6.1.4",
|
|
126
126
|
"esbuild": "^0.25.12",
|
|
127
127
|
"jiti": "^2.6.1",
|
|
128
|
-
"powerlines": "^0.37.
|
|
128
|
+
"powerlines": "^0.37.47",
|
|
129
129
|
"typescript": "^5.9.3"
|
|
130
130
|
},
|
|
131
131
|
"devDependencies": {
|
|
@@ -138,5 +138,5 @@
|
|
|
138
138
|
"tsup": "8.4.0"
|
|
139
139
|
},
|
|
140
140
|
"publishConfig": { "access": "public" },
|
|
141
|
-
"gitHead": "
|
|
141
|
+
"gitHead": "f1392e3dedb999a5b1b981beab54365e614bfb4e"
|
|
142
142
|
}
|