@cyvest/cyvest-js 3.0.0 → 3.0.1

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/dist/index.js CHANGED
@@ -299,9 +299,7 @@ var cyvest_schema_default = {
299
299
  type: "string"
300
300
  },
301
301
  data: {
302
- additionalProperties: true,
303
- title: "Data",
304
- type: "object"
302
+ title: "Data"
305
303
  },
306
304
  context: {
307
305
  title: "Context",
package/dist/index.mjs CHANGED
@@ -164,9 +164,7 @@ var cyvest_schema_default = {
164
164
  type: "string"
165
165
  },
166
166
  data: {
167
- additionalProperties: true,
168
- title: "Data",
169
- type: "object"
167
+ title: "Data"
170
168
  },
171
169
  context: {
172
170
  title: "Context",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyvest/cyvest-js",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",