oneentry 1.0.65 → 1.0.66

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1535,7 +1535,7 @@ Example with a simple type attribute "radioButton" or "list"
1535
1535
  "title": "red",
1536
1536
  "value": "1",
1537
1537
  "extended": {
1538
- "value": "красный",
1538
+ "value": "red",
1539
1539
  "type": "string"
1540
1540
  }
1541
1541
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oneentry",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",