@8ms/helpers 2.0.9 → 2.0.11
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/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@8ms/helpers",
|
|
3
3
|
"license": "UNLICENSED",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.11",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/8millionstories-organisation/8ms-helpers-ts.git"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"zod": "^3.25.63"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@1password/sdk": "
|
|
25
|
+
"@1password/sdk": "<1.0.0",
|
|
26
26
|
"@aws-sdk/client-ec2": "^3.0.0",
|
|
27
27
|
"@aws-sdk/client-ecs": "^3.0.0",
|
|
28
28
|
"@aws-sdk/client-glue": "^3.0.0",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
135
|
"devDependencies": {
|
|
136
|
-
"@1password/sdk": "0.
|
|
136
|
+
"@1password/sdk": "<1.0.0",
|
|
137
137
|
"@aws-sdk/client-ec2": "^3.0.0",
|
|
138
138
|
"@aws-sdk/client-ecs": "^3.0.0",
|
|
139
139
|
"@aws-sdk/client-glue": "^3.0.0",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"swr": "^2.0.0",
|
|
178
178
|
"ts-node": "10.9.2",
|
|
179
179
|
"tslib": "2.8.1",
|
|
180
|
-
"typescript": "^5.
|
|
180
|
+
"typescript": "^5.0.0"
|
|
181
181
|
},
|
|
182
182
|
"packageManager": "yarn@4.9.2"
|
|
183
183
|
}
|
|
@@ -41,7 +41,7 @@ class PrismaNamespace extends _class_1.BaseNamespace {
|
|
|
41
41
|
// Async setup to only initialise where required
|
|
42
42
|
this.ensureInit = async () => {
|
|
43
43
|
if (!this.client) {
|
|
44
|
-
let adapter;
|
|
44
|
+
let adapter = null;
|
|
45
45
|
if (this.config.isPlanetScale) {
|
|
46
46
|
try {
|
|
47
47
|
const { PrismaPlanetScale } = await Promise.resolve().then(() => __importStar(require("@prisma/adapter-planetscale")));
|