survey-react-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-react-ui",
|
|
3
|
-
"version": "2.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,8 +17,15 @@
|
|
|
17
17
|
"main": "survey-react-ui.js",
|
|
18
18
|
"module": "fesm/survey-react-ui.js",
|
|
19
19
|
"typings": "./typings/entries/index.d.ts",
|
|
20
|
+
"exports": {
|
|
21
|
+
".": {
|
|
22
|
+
"types": "./typings/entries/index.d.ts",
|
|
23
|
+
"import": "./fesm/survey-react-ui.js",
|
|
24
|
+
"require": "./survey-react-ui.js"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
20
27
|
"peerDependencies": {
|
|
21
|
-
"survey-core": "2.0.
|
|
28
|
+
"survey-core": "2.0.1",
|
|
22
29
|
"react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
|
|
23
30
|
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0"
|
|
24
31
|
}
|
package/survey-react-ui.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - Survey JavaScript library v2.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
|
*/
|
|
@@ -28,7 +28,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28
28
|
/* harmony export */ icons: () => (/* binding */ iconsV1)
|
|
29
29
|
/* harmony export */ });
|
|
30
30
|
/*!
|
|
31
|
-
* surveyjs - Survey JavaScript library v2.0.
|
|
31
|
+
* surveyjs - Survey JavaScript library v2.0.1
|
|
32
32
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
33
33
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
34
34
|
*/
|
|
@@ -112,7 +112,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
112
112
|
/* harmony export */ icons: () => (/* binding */ iconsV2)
|
|
113
113
|
/* harmony export */ });
|
|
114
114
|
/*!
|
|
115
|
-
* surveyjs - Survey JavaScript library v2.0.
|
|
115
|
+
* surveyjs - Survey JavaScript library v2.0.1
|
|
116
116
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
117
117
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
118
118
|
*/
|
|
@@ -11572,7 +11572,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11572
11572
|
|
|
11573
11573
|
|
|
11574
11574
|
|
|
11575
|
-
(0,survey_core__WEBPACK_IMPORTED_MODULE_0__.checkLibraryVersion)("".concat("2.0.
|
|
11575
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_0__.checkLibraryVersion)("".concat("2.0.1"), "survey-react-ui");
|
|
11576
11576
|
|
|
11577
11577
|
})();
|
|
11578
11578
|
|