survey-creator-vue 2.5.0 → 2.5.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": "survey-creator-vue",
3
- "version": "2.5.0",
3
+ "version": "2.5.2",
4
4
  "description": "A white-label drag-and-drop form builder for Vue.js that lets you design complex, interactive forms and surveys without writing code. It generates JSON schemas used by the SurveyJS Form Library to render dynamic forms in your Vue.js app.",
5
5
  "author": "DevSoft Baltic OU <info@devsoftbaltic.com>",
6
6
  "homepage": "https://surveyjs.io/",
@@ -39,10 +39,10 @@
39
39
  "url": "https://github.com/surveyjs/survey-creator.git"
40
40
  },
41
41
  "peerDependencies": {
42
- "survey-core": "2.5.0",
43
- "survey-creator-core": "2.5.0",
44
- "survey-vue3-ui": "2.5.0",
45
- "vue": "^3.2.41"
42
+ "survey-core": "2.5.2",
43
+ "survey-creator-core": "2.5.2",
44
+ "survey-vue3-ui": "2.5.2",
45
+ "vue": "^3.4.0"
46
46
  },
47
47
  "exports": {
48
48
  ".": {
@@ -50,10 +50,10 @@
50
50
  "import": "./survey-creator-vue.es.js",
51
51
  "require": "./survey-creator-vue.umd.js"
52
52
  },
53
- "./presets": {
53
+ "./ui-preset-editor": {
54
54
  "types": "./types-presets/index.d.ts",
55
- "import": "./survey-creator-vue-presets.es.js",
56
- "require": "./survey-creator-vue-presets.umd.js"
55
+ "import": "./ui-preset-editor/index.es.js",
56
+ "require": "./ui-preset-editor/index.umd.js"
57
57
  }
58
58
  }
59
59
  }