@jskit-ai/crud-ui-generator 0.1.1 → 0.1.2

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-ui-generator",
4
- version: "0.1.1",
4
+ version: "0.1.2",
5
5
  kind: "generator",
6
6
  description: "Generate app-local CRUD UI scaffolds from resource validators.",
7
7
  options: {
@@ -106,7 +106,7 @@ export default Object.freeze({
106
106
  mutations: {
107
107
  dependencies: {
108
108
  runtime: {
109
- "@jskit-ai/users-web": "0.1.32"
109
+ "@jskit-ai/users-web": "0.1.33"
110
110
  },
111
111
  dev: {}
112
112
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/crud-ui-generator",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"