@powerlines/deepkit 0.5.43 → 0.5.45

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 (1) hide show
  1. package/package.json +6 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/deepkit",
3
- "version": "0.5.43",
3
+ "version": "0.5.45",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -122,24 +122,21 @@
122
122
  "@stryke/path": "^0.24.1",
123
123
  "@stryke/type-checks": "^0.5.15",
124
124
  "@stryke/types": "^0.10.29",
125
- "chalk": "5.6.2",
126
125
  "defu": "^6.1.4",
126
+ "esbuild": "^0.25.12",
127
127
  "jiti": "^2.6.1",
128
- "powerlines": "^0.37.2",
129
- "typescript": "^5.9.3",
130
- "unplugin": "3.0.0-beta.3"
128
+ "powerlines": "^0.37.4",
129
+ "typescript": "^5.9.3"
131
130
  },
132
131
  "devDependencies": {
133
132
  "@deepkit/core": "1.0.5",
134
133
  "@deepkit/type": "1.0.5",
135
134
  "@deepkit/type-compiler": "1.0.5",
136
135
  "@deepkit/type-spec": "1.0.1",
137
- "@powerlines/nx": "^0.11.58",
138
136
  "@types/node": "^24.10.4",
139
137
  "dts-bundle-generator": "^9.5.1",
140
- "tsup": "8.4.0",
141
- "esbuild": "^0.25.12"
138
+ "tsup": "8.4.0"
142
139
  },
143
140
  "publishConfig": { "access": "public" },
144
- "gitHead": "5a9bfc9333eca98a453682f39a04a0d642930a50"
141
+ "gitHead": "48a35579bd5535a267a420c160c273899920b2e7"
145
142
  }