@jskit-ai/crud 0.1.13 → 0.1.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.
@@ -1,7 +1,7 @@
1
1
  export default Object.freeze({
2
2
  packageVersion: 1,
3
3
  packageId: "@jskit-ai/crud",
4
- version: "0.1.13",
4
+ version: "0.1.16",
5
5
  installationMode: "clone-only",
6
6
  description: "CRUD module with server routes, actions, persistence, and client pages.",
7
7
  options: {
@@ -96,14 +96,14 @@ export default Object.freeze({
96
96
  dependencies: {
97
97
  runtime: {
98
98
  "@jskit-ai/auth-core": "0.1.8",
99
- "@jskit-ai/crud-core": "0.1.13",
99
+ "@jskit-ai/crud-core": "0.1.16",
100
100
  "@jskit-ai/database-runtime": "0.1.8",
101
101
  "@jskit-ai/http-runtime": "0.1.8",
102
102
  "@jskit-ai/kernel": "0.1.8",
103
103
  "@jskit-ai/realtime": "0.1.8",
104
104
  "@jskit-ai/shell-web": "0.1.8",
105
- "@jskit-ai/users-core": "0.1.10",
106
- "@jskit-ai/users-web": "0.1.13",
105
+ "@jskit-ai/users-core": "0.1.12",
106
+ "@jskit-ai/users-web": "0.1.16",
107
107
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}",
108
108
  "@tanstack/vue-query": "5.92.12",
109
109
  "typebox": "^1.0.81",
@@ -120,7 +120,6 @@ export default Object.freeze({
120
120
  op: "install-migration",
121
121
  from: "templates/migrations/crud_initial.cjs",
122
122
  toDir: "migrations",
123
- slug: "crud_initial_${option:namespace|snake}",
124
123
  extension: ".cjs",
125
124
  reason: "Install CRUD schema migration.",
126
125
  category: "crud",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/crud",
3
- "version": "0.1.13",
3
+ "version": "0.1.16",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -13,11 +13,11 @@
13
13
  "./shared/crud/crudResource": "./src/shared/crud/crudResource.js"
14
14
  },
15
15
  "dependencies": {
16
- "@jskit-ai/crud-core": "0.1.13",
16
+ "@jskit-ai/crud-core": "0.1.16",
17
17
  "@jskit-ai/database-runtime": "0.1.8",
18
18
  "@jskit-ai/http-runtime": "0.1.8",
19
19
  "@jskit-ai/kernel": "0.1.8",
20
- "@jskit-ai/users-core": "0.1.10",
20
+ "@jskit-ai/users-core": "0.1.12",
21
21
  "typebox": "^1.0.81"
22
22
  }
23
23
  }
@@ -1,5 +1,3 @@
1
- // JSKIT_MIGRATION_ID: crud_initial_${option:namespace}
2
-
3
1
  const RAW_NAMESPACE = "${option:namespace}";
4
2
 
5
3
  function resolveTableName() {