@power-plant/schema 0.0.37 → 0.0.38

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.
@@ -0,0 +1,9 @@
1
+
2
+
3
+ var _deepkit_type_compiler = require("@deepkit/type-compiler");
4
+ Object.keys(_deepkit_type_compiler).forEach(function (k) {
5
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
+ enumerable: true,
7
+ get: function () { return _deepkit_type_compiler[k]; }
8
+ });
9
+ });
@@ -0,0 +1 @@
1
+ export * from "@deepkit/type-compiler";
@@ -0,0 +1 @@
1
+ export * from "@deepkit/type-compiler";
@@ -0,0 +1,3 @@
1
+ export * from "@deepkit/type-compiler"
2
+
3
+ export { };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@power-plant/schema",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "private": false,
5
5
  "description": "A Power Plant utility package to help managing schemas.",
6
6
  "keywords": [
@@ -77,6 +77,20 @@
77
77
  "default": "./dist/codegen.mjs"
78
78
  }
79
79
  },
80
+ "./deepkit": {
81
+ "require": {
82
+ "types": "./dist/deepkit.d.cts",
83
+ "default": "./dist/deepkit.cjs"
84
+ },
85
+ "import": {
86
+ "types": "./dist/deepkit.d.mts",
87
+ "default": "./dist/deepkit.mjs"
88
+ },
89
+ "default": {
90
+ "types": "./dist/deepkit.d.mts",
91
+ "default": "./dist/deepkit.mjs"
92
+ }
93
+ },
80
94
  "./package.json": "./package.json",
81
95
  "./storage": {
82
96
  "require": {
@@ -161,5 +175,5 @@
161
175
  "zod": { "optional": true }
162
176
  },
163
177
  "publishConfig": { "access": "public" },
164
- "gitHead": "696e761e446be1a91a1b4ff8971852df26ae3ac1"
178
+ "gitHead": "38ae3f3909ad92ed722c700b38b782665532fd05"
165
179
  }