@cedarjs/storage 1.1.1-next.18 → 1.1.1-rc.3
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/storage",
|
|
3
|
-
"version": "1.1.1-
|
|
3
|
+
"version": "1.1.1-rc.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -47,20 +47,20 @@
|
|
|
47
47
|
"build:types-cjs": "tsc --build --verbose tsconfig.types-cjs.json",
|
|
48
48
|
"check:attw": "tsx attw.ts",
|
|
49
49
|
"check:package": "concurrently npm:check:attw yarn publint",
|
|
50
|
-
"setup:test": "npx prisma db push --accept-data-loss --
|
|
50
|
+
"setup:test": "npx prisma db push --accept-data-loss --schema ./src/__tests__/unit-test-schema.prisma",
|
|
51
51
|
"test": "vitest run",
|
|
52
52
|
"test:types": "yarn setup:test && tstyche",
|
|
53
53
|
"test:watch": "vitest watch"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@cedarjs/project-config": "1.1.1-
|
|
56
|
+
"@cedarjs/project-config": "1.1.1-rc.3",
|
|
57
57
|
"mime-types": "2.1.35",
|
|
58
58
|
"ulid": "2.3.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@arethetypeswrong/cli": "0.18.2",
|
|
62
|
-
"@cedarjs/framework-tools": "1.1.1-
|
|
63
|
-
"@prisma/client": "
|
|
62
|
+
"@cedarjs/framework-tools": "1.1.1-rc.3",
|
|
63
|
+
"@prisma/client": "5.20.0",
|
|
64
64
|
"@types/mime-types": "2.1.4",
|
|
65
65
|
"concurrently": "8.2.2",
|
|
66
66
|
"esbuild": "0.25.9",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "1332c50070b0ab7f2cfc0d7bc802c60cd8a664a9"
|
|
77
77
|
}
|