@powerlines/plugin-prisma 0.4.60 → 0.4.62

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/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>🔌 Powerlines</b> monorepo. Powerlines is the "
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.4.30-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/powerlines)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/powerlines/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.4.60-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/powerlines)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/powerlines/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -1,4 +1,4 @@
1
- const require_get_schema = require('./get-schema-Dq1-Jwvo.cjs');
1
+ const require_get_schema = require('./get-schema-BL4-p4oG.cjs');
2
2
  let _stryke_path_find = require("@stryke/path/find");
3
3
  let _prisma_client_generator_ts = require("@prisma/client-generator-ts");
4
4
  let _prisma_engines_version = require("@prisma/engines-version");
@@ -8,7 +8,7 @@ let _stryke_type_checks_is_buffer = require("@stryke/type-checks/is-buffer");
8
8
  let _stryke_type_checks_is_string = require("@stryke/type-checks/is-string");
9
9
 
10
10
  //#region package.json
11
- var version = "0.4.59";
11
+ var version = "0.4.61";
12
12
 
13
13
  //#endregion
14
14
  //#region src/helpers/client-generator.ts
@@ -7,7 +7,7 @@ import { isBuffer } from "@stryke/type-checks/is-buffer";
7
7
  import { isString } from "@stryke/type-checks/is-string";
8
8
 
9
9
  //#region package.json
10
- var version = "0.4.59";
10
+ var version = "0.4.61";
11
11
 
12
12
  //#endregion
13
13
  //#region src/helpers/client-generator.ts
@@ -60,7 +60,7 @@ async function resolveBinaryTargets(generator) {
60
60
  /**
61
61
  * Retrieves the Prisma schema using the provided options.
62
62
  *
63
- * @param path - The path to the Prisma schema file.
63
+ * @param schemaPath - The path to the Prisma schema file.
64
64
  * @returns The Prisma schema.
65
65
  */
66
66
  async function resolveDataModel(schemaPath) {
@@ -1,4 +1,4 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_client_generator = require('../client-generator-BWArFOhW.cjs');
2
+ const require_client_generator = require('../client-generator-CMQyd5Vl.cjs');
3
3
 
4
4
  exports.PowerlinesClientGenerator = require_client_generator.PowerlinesClientGenerator;
@@ -1,3 +1,3 @@
1
- import { t as PowerlinesClientGenerator } from "../client-generator-D0_vFyY4.mjs";
1
+ import { t as PowerlinesClientGenerator } from "../client-generator-qBJ95RWB.mjs";
2
2
 
3
3
  export { PowerlinesClientGenerator };
@@ -1,4 +1,4 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_get_schema = require('../get-schema-Dq1-Jwvo.cjs');
2
+ const require_get_schema = require('../get-schema-BL4-p4oG.cjs');
3
3
 
4
4
  exports.getSchema = require_get_schema.getSchema;
@@ -31,7 +31,7 @@ async function resolveBinaryTargets(generator) {
31
31
  /**
32
32
  * Retrieves the Prisma schema using the provided options.
33
33
  *
34
- * @param path - The path to the Prisma schema file.
34
+ * @param schemaPath - The path to the Prisma schema file.
35
35
  * @returns The Prisma schema.
36
36
  */
37
37
  async function resolveDataModel(schemaPath) {
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_get_schema = require('../get-schema-Dq1-Jwvo.cjs');
3
- const require_client_generator = require('../client-generator-BWArFOhW.cjs');
2
+ const require_get_schema = require('../get-schema-BL4-p4oG.cjs');
3
+ const require_client_generator = require('../client-generator-CMQyd5Vl.cjs');
4
4
  const require_helpers_schema_creator = require('./schema-creator.cjs');
5
5
  const require_helpers_typed_sql = require('./typed-sql.cjs');
6
6
 
@@ -1,4 +1,4 @@
1
- import { t as PowerlinesClientGenerator } from "../client-generator-D0_vFyY4.mjs";
1
+ import { t as PowerlinesClientGenerator } from "../client-generator-qBJ95RWB.mjs";
2
2
  import { getSchema } from "./get-schema.mjs";
3
3
  import { PrismaSchemaCreator } from "./schema-creator.mjs";
4
4
  import { introspectSql } from "./typed-sql.mjs";
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_get_schema = require('../get-schema-Dq1-Jwvo.cjs');
2
+ const require_get_schema = require('../get-schema-BL4-p4oG.cjs');
3
3
  let prisma_util_schema_creator = require("prisma-util/schema-creator");
4
4
 
5
5
  //#region src/helpers/schema-creator.ts
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_get_schema = require('../get-schema-Dq1-Jwvo.cjs');
2
+ const require_get_schema = require('../get-schema-BL4-p4oG.cjs');
3
3
  let _prisma_internals = require("@prisma/internals");
4
4
  let _prisma_migrate = require("@prisma/migrate");
5
5
  let _stryke_path_file_path_fns = require("@stryke/path/file-path-fns");
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
2
- const require_get_schema = require('./get-schema-Dq1-Jwvo.cjs');
3
- const require_client_generator = require('./client-generator-BWArFOhW.cjs');
2
+ const require_get_schema = require('./get-schema-BL4-p4oG.cjs');
3
+ const require_client_generator = require('./client-generator-CMQyd5Vl.cjs');
4
4
  const require_helpers_schema_creator = require('./helpers/schema-creator.cjs');
5
5
  const require_helpers_typed_sql = require('./helpers/typed-sql.cjs');
6
6
  let _prisma_client_generator_registry = require("@prisma/client-generator-registry");
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { t as PowerlinesClientGenerator } from "./client-generator-D0_vFyY4.mjs";
1
+ import { t as PowerlinesClientGenerator } from "./client-generator-qBJ95RWB.mjs";
2
2
  import { getSchema } from "./helpers/get-schema.mjs";
3
3
  import { PrismaSchemaCreator } from "./helpers/schema-creator.mjs";
4
4
  import { introspectSql } from "./helpers/typed-sql.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-prisma",
3
- "version": "0.4.60",
3
+ "version": "0.4.62",
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.19",
177
+ "@powerlines/plugin-pulumi": "^0.6.21",
178
178
  "@prisma/client-generator-registry": "^7.5.0",
179
179
  "@prisma/config": "^7.5.0",
180
180
  "@prisma/dmmf": "^7.5.0",
@@ -182,26 +182,26 @@
182
182
  "@prisma/get-platform": "^6.19.2",
183
183
  "@prisma/migrate": "^7.5.0",
184
184
  "@prisma/prisma-schema-wasm": "6.19.0-26.2ba551f319ab1df4bc874a89965d8b3641056773",
185
- "@stryke/cli": "^0.13.35",
186
- "@stryke/convert": "^0.6.56",
187
- "@stryke/fs": "^0.33.63",
188
- "@stryke/path": "^0.27.2",
189
- "@stryke/string-format": "^0.17.6",
190
- "@stryke/type-checks": "^0.5.41",
191
- "@stryke/types": "^0.11.1",
185
+ "@stryke/cli": "^0.13.36",
186
+ "@stryke/convert": "^0.6.57",
187
+ "@stryke/fs": "^0.33.64",
188
+ "@stryke/path": "^0.27.3",
189
+ "@stryke/string-format": "^0.17.7",
190
+ "@stryke/type-checks": "^0.6.0",
191
+ "@stryke/types": "^0.11.2",
192
192
  "defu": "^6.1.4",
193
193
  "fp-ts": "^2.16.11",
194
194
  "jiti": "^2.6.1",
195
- "powerlines": "^0.42.19",
195
+ "powerlines": "^0.42.21",
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.329",
200
+ "@powerlines/plugin-plugin": "^0.12.331",
201
201
  "@prisma/client-generator-ts": "^7.5.0",
202
- "@pulumi/pulumi": "^3.227.0",
202
+ "@pulumi/pulumi": "^3.228.0",
203
203
  "@types/node": "^25.5.0"
204
204
  },
205
205
  "publishConfig": { "access": "public" },
206
- "gitHead": "d500b0c65a5440cf3a483c6e1b329640dba89568"
206
+ "gitHead": "e4cf83423cc9df85f747265b04d051bdfd4d1156"
207
207
  }