zudoku 0.16.0 → 0.16.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zudoku",
3
- "version": "0.16.0",
3
+ "version": "0.16.2",
4
4
  "type": "module",
5
5
  "homepage": "https://zudoku.dev",
6
6
  "repository": {
@@ -141,7 +141,7 @@
141
141
  "@types/react": "18.3.11",
142
142
  "@types/react-dom": "18.3.1",
143
143
  "@vitejs/plugin-react": "4.3.1",
144
- "@zudoku/config": "0.16.0",
144
+ "@zudoku/config": "0.16.2",
145
145
  "@zudoku/httpsnippet": "10.0.9",
146
146
  "@zudoku/react-helmet-async": "2.0.4",
147
147
  "autoprefixer": "10.4.20",
@@ -206,7 +206,7 @@ const ExampleItem = builder
206
206
  name: t.exposeString("name"),
207
207
  summary: t.exposeString("summary", { nullable: true }),
208
208
  description: t.exposeString("description", { nullable: true }),
209
- value: t.expose("value", { type: JSONObjectScalar, nullable: true }),
209
+ value: t.expose("value", { type: JSONScalar, nullable: true }),
210
210
  externalValue: t.exposeString("externalValue", { nullable: true }),
211
211
  }),
212
212
  });