@powerlines/plugin-untyped 0.2.220 → 0.2.221

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-untyped",
3
- "version": "0.2.220",
3
+ "version": "0.2.221",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to use Untyped for code generation based on user-defined schemas.",
6
6
  "repository": {
@@ -91,14 +91,14 @@
91
91
  "dependencies": {
92
92
  "@storm-software/untyped": "^0.24.62",
93
93
  "@stryke/convert": "^0.6.38",
94
- "powerlines": "^0.38.34"
94
+ "powerlines": "^0.38.35"
95
95
  },
96
96
  "devDependencies": {
97
- "@powerlines/plugin-plugin": "^0.12.218",
97
+ "@powerlines/plugin-plugin": "^0.12.219",
98
98
  "@storm-software/config": "^1.135.1",
99
- "@types/node": "^24.10.10"
99
+ "@types/node": "^24.10.11"
100
100
  },
101
101
  "publishConfig": { "access": "public" },
102
102
  "types": "./dist/index.d.cts",
103
- "gitHead": "cc32eed2e70e1078ab7e6c80b86c2adbf86edc35"
103
+ "gitHead": "bdf51e84d39358c83b7c95434d8d564f10cf08f7"
104
104
  }