@powerlines/plugin-untyped 0.1.31 → 0.1.32

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-untyped",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to use Untyped for code generation based on user-defined schemas.",
6
6
  "repository": {
@@ -99,23 +99,23 @@
99
99
  "files": ["dist/**/*"],
100
100
  "keywords": ["untyped", "powerlines", "storm-software", "powerlines-plugin"],
101
101
  "dependencies": {
102
- "@stryke/path": "^0.21.0",
103
- "@stryke/helpers": "^0.9.8",
104
- "@stryke/fs": "^0.33.2",
105
- "@stryke/json": "^0.9.9",
106
- "@stryke/type-checks": "^0.3.16",
107
- "@stryke/types": "^0.10.6",
102
+ "@stryke/path": "^0.21.1",
103
+ "@stryke/helpers": "^0.9.9",
104
+ "@stryke/fs": "^0.33.3",
105
+ "@stryke/json": "^0.9.10",
106
+ "@stryke/type-checks": "^0.3.17",
107
+ "@stryke/types": "^0.10.7",
108
108
  "defu": "^6.1.4",
109
109
  "jiti": "^2.6.1",
110
110
  "@storm-software/untyped": "^0.24.29",
111
- "powerlines": "^0.24.3"
111
+ "powerlines": "^0.24.4"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@storm-software/config": "^1.134.48",
115
- "@powerlines/nx": "^0.10.31",
116
- "@powerlines/plugin-plugin": "^0.11.39",
115
+ "@powerlines/nx": "^0.10.32",
116
+ "@powerlines/plugin-plugin": "^0.11.40",
117
117
  "@types/node": "^24.10.1"
118
118
  },
119
119
  "publishConfig": { "access": "public" },
120
- "gitHead": "ece8a06832ace00bd176f9da5b4d1e8c484c4403"
120
+ "gitHead": "00ec2d1b5227128aa5f3e156d15fd2ebe7da4bd2"
121
121
  }