@powerlines/plugin-prisma 0.4.351 → 0.4.353
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/index.cjs +30 -4
- package/dist/types/index.cjs +1 -0
- package/dist/types/index.mjs +2 -0
- package/package.json +7 -7
- package/dist/_virtual/_rolldown/runtime.cjs +0 -28
package/dist/index.cjs
CHANGED
|
@@ -1,14 +1,40 @@
|
|
|
1
1
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
2
|
-
|
|
2
|
+
//#region \0rolldown/runtime.js
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
12
|
+
key = keys[i];
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except) {
|
|
14
|
+
__defProp(to, key, {
|
|
15
|
+
get: ((k) => from[k]).bind(null, key),
|
|
16
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
return to;
|
|
22
|
+
};
|
|
23
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule || !__hasOwnProp.call(mod, "default") ? __defProp(target, "default", {
|
|
24
|
+
value: mod,
|
|
25
|
+
enumerable: true
|
|
26
|
+
}) : target, mod));
|
|
27
|
+
|
|
28
|
+
//#endregion
|
|
3
29
|
let _powerlines_plugin_power_plant = require("@powerlines/plugin-power-plant");
|
|
4
|
-
_powerlines_plugin_power_plant =
|
|
30
|
+
_powerlines_plugin_power_plant = __toESM(_powerlines_plugin_power_plant, 1);
|
|
5
31
|
let _powerlines_plugin_pulumi = require("@powerlines/plugin-pulumi");
|
|
6
|
-
_powerlines_plugin_pulumi =
|
|
32
|
+
_powerlines_plugin_pulumi = __toESM(_powerlines_plugin_pulumi, 1);
|
|
7
33
|
let _stryke_path_join_paths = require("@stryke/path/join-paths");
|
|
8
34
|
let _stryke_string_format_constant_case = require("@stryke/string-format/constant-case");
|
|
9
35
|
let _stryke_string_format_kebab_case = require("@stryke/string-format/kebab-case");
|
|
10
36
|
let defu = require("defu");
|
|
11
|
-
defu =
|
|
37
|
+
defu = __toESM(defu, 1);
|
|
12
38
|
let node_module = require("node:module");
|
|
13
39
|
let powerlines_plugin_utils = require("powerlines/plugin-utils");
|
|
14
40
|
|
package/dist/types/index.cjs
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require('./plugin.cjs');
|
package/dist/types/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-prisma",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.353",
|
|
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"],
|
|
@@ -91,20 +91,20 @@
|
|
|
91
91
|
"files": ["dist/**/*"],
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"@power-plant/core": "^0.0.89",
|
|
94
|
-
"@power-plant/prisma": "^0.0.
|
|
94
|
+
"@power-plant/prisma": "^0.0.70",
|
|
95
95
|
"@power-plant/prisma-schema": "^0.0.1",
|
|
96
|
-
"@powerlines/plugin-power-plant": "^0.1.
|
|
97
|
-
"@powerlines/plugin-pulumi": "^0.6.
|
|
96
|
+
"@powerlines/plugin-power-plant": "^0.1.66",
|
|
97
|
+
"@powerlines/plugin-pulumi": "^0.6.312",
|
|
98
98
|
"@stryke/path": "^0.29.35",
|
|
99
99
|
"@stryke/string-format": "^0.17.50",
|
|
100
100
|
"defu": "^6.1.7",
|
|
101
|
-
"powerlines": "^0.47.
|
|
101
|
+
"powerlines": "^0.47.209"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
104
|
+
"@powerlines/plugin-plugin": "^0.12.622",
|
|
105
105
|
"@pulumi/pulumi": "^3.256.0",
|
|
106
106
|
"@types/node": "^25.9.5"
|
|
107
107
|
},
|
|
108
108
|
"publishConfig": { "access": "public" },
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "88974b224a5cdb97dbd377373c9ed7f8a8780324"
|
|
110
110
|
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
//#region \0rolldown/runtime.js
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
10
|
-
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
11
|
-
key = keys[i];
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except) {
|
|
13
|
-
__defProp(to, key, {
|
|
14
|
-
get: ((k) => from[k]).bind(null, key),
|
|
15
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
return to;
|
|
21
|
-
};
|
|
22
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule || !__hasOwnProp.call(mod, "default") ? __defProp(target, "default", {
|
|
23
|
-
value: mod,
|
|
24
|
-
enumerable: true
|
|
25
|
-
}) : target, mod));
|
|
26
|
-
|
|
27
|
-
//#endregion
|
|
28
|
-
exports.__toESM = __toESM;
|