survey-js-ui 2.0.0 → 2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-js-ui",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -17,14 +17,21 @@
17
17
  ],
18
18
  "main": "survey-js-ui.js",
19
19
  "module": "fesm/survey-js-ui.js",
20
+ "typings": "./typings/survey-js-ui/entries/index.d.ts",
21
+ "exports": {
22
+ ".": {
23
+ "types": "./typings/survey-js-ui/entries/index.d.ts",
24
+ "import": "./fesm/survey-js-ui.js",
25
+ "require": "./survey-js-ui.js"
26
+ }
27
+ },
20
28
  "repository": {
21
29
  "type": "git",
22
30
  "url": "https://github.com/surveyjs/surveyjs.git"
23
31
  },
24
- "typings": "./typings/survey-js-ui/entries/index.d.ts",
25
32
  "dependencies": {},
26
33
  "peerDependencies": {
27
- "survey-core": "2.0.0",
34
+ "survey-core": "2.0.1",
28
35
  "@types/react-dom": "*",
29
36
  "@types/react": "*"
30
37
  }
package/survey-js-ui.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v2.0.0
2
+ * surveyjs - Survey JavaScript library v2.0.1
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -23,7 +23,7 @@ return /******/ (() => { // webpackBootstrap
23
23
  /***/ (function(module) {
24
24
 
25
25
  /*!
26
- * surveyjs - Survey JavaScript library v2.0.0
26
+ * surveyjs - Survey JavaScript library v2.0.1
27
27
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
28
28
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
29
29
  */
@@ -808,7 +808,7 @@ path.keys().forEach(function (key) {
808
808
  /***/ (function(module) {
809
809
 
810
810
  /*!
811
- * surveyjs - Survey JavaScript library v2.0.0
811
+ * surveyjs - Survey JavaScript library v2.0.1
812
812
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
813
813
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
814
814
  */
@@ -13206,7 +13206,7 @@ var preact = react__WEBPACK_IMPORTED_MODULE_0__;
13206
13206
 
13207
13207
 
13208
13208
 
13209
- (0,survey_core__WEBPACK_IMPORTED_MODULE_2__.checkLibraryVersion)("".concat("2.0.0"), "survey-js-ui");
13209
+ (0,survey_core__WEBPACK_IMPORTED_MODULE_2__.checkLibraryVersion)("".concat("2.0.1"), "survey-js-ui");
13210
13210
 
13211
13211
  })();
13212
13212