@ea-lab/reactive-json-docs 2.0.0 → 2.0.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": "@ea-lab/reactive-json-docs",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "Complete documentation for Reactive-JSON - Components, examples and LLM-parsable guides",
5
5
  "main": "public/rjbuild/docs/index.yaml",
6
6
  "files": [
@@ -166,7 +166,7 @@ templates:
166
166
  - type: TextField
167
167
  dataLocation: ~.data.name
168
168
  - type: DataSync
169
- path: ~
169
+ path: "~"
170
170
  mode: onIdle
171
171
  idleDelay: 1500
172
172
 
@@ -241,7 +241,7 @@ renderView:
241
241
  - type: TextField
242
242
  dataLocation: ~.data.name
243
243
  - type: DataSync
244
- path: ~
244
+ path: "~"
245
245
  mode: onIdle
246
246
  idleDelay: 1500
247
247