@powerlines/plugin-prisma 0.4.95 → 0.4.97

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/package.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region package.json
3
- var version = "0.4.95";
3
+ var version = "0.4.97";
4
4
 
5
5
  //#endregion
6
6
  Object.defineProperty(exports, 'version', {
package/dist/package.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  //#region package.json
2
- var version = "0.4.95";
2
+ var version = "0.4.97";
3
3
 
4
4
  //#endregion
5
5
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-prisma",
3
- "version": "0.4.95",
3
+ "version": "0.4.97",
4
4
  "private": false,
5
5
  "description": "A Powerlines plugin to generate project code and a Prisma client from a Prisma schema (PSL).",
6
6
  "keywords": ["prisma", "powerlines", "storm-software", "powerlines-plugin"],
@@ -174,7 +174,7 @@
174
174
  "typings": "dist/index.d.mts",
175
175
  "files": ["dist/**/*"],
176
176
  "dependencies": {
177
- "@powerlines/plugin-pulumi": "^0.6.54",
177
+ "@powerlines/plugin-pulumi": "^0.6.56",
178
178
  "@prisma/client-generator-registry": "7.6.0",
179
179
  "@prisma/config": "7.6.0",
180
180
  "@prisma/dmmf": "7.6.0",
@@ -192,16 +192,16 @@
192
192
  "defu": "^6.1.7",
193
193
  "fp-ts": "^2.16.11",
194
194
  "jiti": "^2.6.1",
195
- "powerlines": "^0.43.12",
195
+ "powerlines": "^0.43.14",
196
196
  "prisma-util": "^2.1.1",
197
197
  "ts-pattern": "^5.9.0"
198
198
  },
199
199
  "devDependencies": {
200
- "@powerlines/plugin-plugin": "^0.12.364",
200
+ "@powerlines/plugin-plugin": "^0.12.366",
201
201
  "@prisma/client-generator-ts": "7.6.0",
202
202
  "@pulumi/pulumi": "^3.232.0",
203
203
  "@types/node": "^25.6.0"
204
204
  },
205
205
  "publishConfig": { "access": "public" },
206
- "gitHead": "38520490a931e823de74962179f663502a83c4ea"
206
+ "gitHead": "026a6f082ae5efe2fe607e3ba27eebdf01db89e0"
207
207
  }