@jskit-ai/crud-ui-generator 0.1.59 → 0.1.61
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.descriptor.mjs +2 -2
- package/package.json +4 -4
package/package.descriptor.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { GENERATED_UI_NAVIGATION_ROLE_OPTION } from "@jskit-ai/kernel/shared/sup
|
|
|
3
3
|
export default Object.freeze({
|
|
4
4
|
packageVersion: 1,
|
|
5
5
|
packageId: "@jskit-ai/crud-ui-generator",
|
|
6
|
-
version: "0.1.
|
|
6
|
+
version: "0.1.61",
|
|
7
7
|
kind: "generator",
|
|
8
8
|
description: "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
|
|
9
9
|
options: {
|
|
@@ -175,7 +175,7 @@ export default Object.freeze({
|
|
|
175
175
|
mutations: {
|
|
176
176
|
dependencies: {
|
|
177
177
|
runtime: {
|
|
178
|
-
"@jskit-ai/users-web": "0.1.
|
|
178
|
+
"@jskit-ai/users-web": "0.1.93"
|
|
179
179
|
},
|
|
180
180
|
dev: {}
|
|
181
181
|
},
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jskit-ai/crud-ui-generator",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.61",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jskit-ai/crud-core": "0.1.
|
|
10
|
-
"@jskit-ai/kernel": "0.1.
|
|
11
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
9
|
+
"@jskit-ai/crud-core": "0.1.86",
|
|
10
|
+
"@jskit-ai/kernel": "0.1.78",
|
|
11
|
+
"@jskit-ai/resource-crud-core": "0.1.23"
|
|
12
12
|
},
|
|
13
13
|
"exports": {
|
|
14
14
|
"./server/buildTemplateContext": "./src/server/buildTemplateContext.js"
|