@jskit-ai/crud 0.1.5 → 0.1.8

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.
@@ -1,7 +1,7 @@
1
1
  export default Object.freeze({
2
2
  packageVersion: 1,
3
3
  packageId: "@jskit-ai/crud",
4
- version: "0.1.5",
4
+ version: "0.1.8",
5
5
  installationMode: "clone-only",
6
6
  description: "CRUD module with server routes, actions, persistence, and client pages.",
7
7
  options: {
@@ -95,15 +95,15 @@ export default Object.freeze({
95
95
  mutations: {
96
96
  dependencies: {
97
97
  runtime: {
98
- "@jskit-ai/auth-core": "0.1.5",
99
- "@jskit-ai/crud-core": "0.1.5",
100
- "@jskit-ai/database-runtime": "0.1.5",
101
- "@jskit-ai/http-runtime": "0.1.5",
102
- "@jskit-ai/kernel": "0.1.5",
103
- "@jskit-ai/realtime": "0.1.5",
104
- "@jskit-ai/shell-web": "0.1.5",
105
- "@jskit-ai/users-core": "0.1.5",
106
- "@jskit-ai/users-web": "0.1.5",
98
+ "@jskit-ai/auth-core": "0.1.8",
99
+ "@jskit-ai/crud-core": "0.1.8",
100
+ "@jskit-ai/database-runtime": "0.1.8",
101
+ "@jskit-ai/http-runtime": "0.1.8",
102
+ "@jskit-ai/kernel": "0.1.8",
103
+ "@jskit-ai/realtime": "0.1.8",
104
+ "@jskit-ai/shell-web": "0.1.8",
105
+ "@jskit-ai/users-core": "0.1.8",
106
+ "@jskit-ai/users-web": "0.1.8",
107
107
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}",
108
108
  "@tanstack/vue-query": "^5.90.5",
109
109
  "typebox": "^1.0.81",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/crud",
3
- "version": "0.1.5",
3
+ "version": "0.1.8",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -12,11 +12,11 @@
12
12
  "./shared/crud/*": "./src/shared/crud/*.js"
13
13
  },
14
14
  "dependencies": {
15
- "@jskit-ai/crud-core": "0.1.5",
16
- "@jskit-ai/database-runtime": "0.1.5",
17
- "@jskit-ai/http-runtime": "0.1.5",
18
- "@jskit-ai/kernel": "0.1.5",
19
- "@jskit-ai/users-core": "0.1.5",
15
+ "@jskit-ai/crud-core": "0.1.8",
16
+ "@jskit-ai/database-runtime": "0.1.8",
17
+ "@jskit-ai/http-runtime": "0.1.8",
18
+ "@jskit-ai/kernel": "0.1.8",
19
+ "@jskit-ai/users-core": "0.1.8",
20
20
  "typebox": "^1.0.81"
21
21
  }
22
22
  }