@sanity/ailf-studio 2.0.2 → 2.0.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1194,6 +1194,7 @@ var evalRequestSchema = defineType({
1194
1194
  validation: (rule) => rule.required()
1195
1195
  })
1196
1196
  ],
1197
+ liveEdit: true,
1197
1198
  name: "ailf.evalRequest",
1198
1199
  preview: {
1199
1200
  prepare({ status }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ailf-studio",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "AI Literacy Framework — Sanity Studio dashboard plugin",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -52,8 +52,8 @@
52
52
  "tsx": "^4.19.0",
53
53
  "typescript": "5.9.3",
54
54
  "vitest": "^4.1.5",
55
- "@sanity/ailf-core": "0.1.0",
56
- "@sanity/ailf-shared": "0.1.0"
55
+ "@sanity/ailf-shared": "0.1.0",
56
+ "@sanity/ailf-core": "0.1.0"
57
57
  },
58
58
  "dependencies": {
59
59
  "prism-react-renderer": "^2.4.0",