@stratal/framework 0.0.14 → 0.0.16
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 +9 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stratal/framework",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Temitayo Fadojutimi",
|
|
@@ -67,40 +67,22 @@
|
|
|
67
67
|
"lint:fix": "npx eslint --fix ."
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
+
"@better-auth/core": "^1.5.5",
|
|
71
|
+
"@faker-js/faker": "^10.3.0",
|
|
72
|
+
"@zenstackhq/cli": "^3.4.6",
|
|
73
|
+
"@zenstackhq/orm": "^3.4.6",
|
|
74
|
+
"better-auth": "^1.5.5",
|
|
75
|
+
"casbin": "^5.49.0",
|
|
70
76
|
"postgres-array": "^3.0.4"
|
|
71
77
|
},
|
|
72
78
|
"peerDependencies": {
|
|
73
|
-
"@better-auth/core": "^1.0.0",
|
|
74
|
-
"@faker-js/faker": "^10.3.0",
|
|
75
|
-
"@zenstackhq/better-auth": "^3.0.0",
|
|
76
|
-
"@zenstackhq/orm": "^3.0.0",
|
|
77
|
-
"better-auth": "^1.4.9",
|
|
78
|
-
"casbin": "^5.41.0",
|
|
79
79
|
"pg": "^8.0.0",
|
|
80
|
-
"
|
|
81
|
-
|
|
82
|
-
"peerDependenciesMeta": {
|
|
83
|
-
"@better-auth/core": {
|
|
84
|
-
"optional": true
|
|
85
|
-
},
|
|
86
|
-
"@faker-js/faker": {
|
|
87
|
-
"optional": true
|
|
88
|
-
},
|
|
89
|
-
"@zenstackhq/better-auth": {
|
|
90
|
-
"optional": true
|
|
91
|
-
},
|
|
92
|
-
"better-auth": {
|
|
93
|
-
"optional": true
|
|
94
|
-
},
|
|
95
|
-
"casbin": {
|
|
96
|
-
"optional": true
|
|
97
|
-
}
|
|
80
|
+
"reflect-metadata": "^0.2.2",
|
|
81
|
+
"stratal": "^0.0.16"
|
|
98
82
|
},
|
|
99
83
|
"devDependencies": {
|
|
100
|
-
"@better-auth/core": "^1.5.5",
|
|
101
84
|
"@cloudflare/vitest-pool-workers": "^0.13.2",
|
|
102
85
|
"@cloudflare/workers-types": "4.20260317.1",
|
|
103
|
-
"@faker-js/faker": "^10.3.0",
|
|
104
86
|
"@stratal/testing": "workspace:^",
|
|
105
87
|
"@types/node": "^25.5.0",
|
|
106
88
|
"@types/pg": "^8.18.0",
|
|
@@ -108,10 +90,6 @@
|
|
|
108
90
|
"@vitest/runner": "~4.1.0",
|
|
109
91
|
"@vitest/snapshot": "~4.1.0",
|
|
110
92
|
"@zenstackhq/better-auth": "^3.4.6",
|
|
111
|
-
"@zenstackhq/cli": "^3.4.6",
|
|
112
|
-
"@zenstackhq/orm": "^3.4.6",
|
|
113
|
-
"better-auth": "^1.5.5",
|
|
114
|
-
"casbin": "^5.49.0",
|
|
115
93
|
"dotenv-cli": "^11.0.0",
|
|
116
94
|
"pg": "^8.20.0",
|
|
117
95
|
"reflect-metadata": "^0.2.2",
|