@powerlines/deepkit 0.7.0 → 0.7.1

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.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { S as SerializedTypes$1 } from "./reflection-D9R8cdSo.mjs";
1
+ import { S as SerializedTypes$1 } from "./reflection-Chr4fE0i.mjs";
2
2
  import { ReflectionClass } from "@powerlines/deepkit/vendor/type";
3
3
 
4
4
  //#region src/types.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/deepkit",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
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"],
@@ -137,8 +137,8 @@
137
137
  "defu": "^6.1.6",
138
138
  "jiti": "^2.6.1",
139
139
  "esbuild": "^0.27.7",
140
- "@powerlines/core": "^0.13.2",
141
- "@powerlines/plugin-esbuild": "^0.13.389",
140
+ "@powerlines/core": "^0.13.3",
141
+ "@powerlines/plugin-esbuild": "^0.13.390",
142
142
  "typescript": "^5.9.3"
143
143
  },
144
144
  "devDependencies": {
@@ -158,5 +158,5 @@
158
158
  "rolldown": { "optional": true }
159
159
  },
160
160
  "publishConfig": { "access": "public" },
161
- "gitHead": "454fceda20c6f4dda53f6bc5901e5768ac253365"
161
+ "gitHead": "10fd6444f28886b36493e190e8f09755d7401d6f"
162
162
  }