survey-react-ui 2.0.0-rc.1 → 2.0.0-rc.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-react-ui",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.2",
|
|
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,7 +17,7 @@
|
|
|
17
17
|
"main": "survey-react-ui.js",
|
|
18
18
|
"typings": "./typings/entries/index.d.ts",
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"survey-core": "2.0.0-rc.
|
|
20
|
+
"survey-core": "2.0.0-rc.2",
|
|
21
21
|
"react": "^16.5.0 || ^17.0.1 || ^18.2.0",
|
|
22
22
|
"react-dom": "^16.5.0 || ^17.0.1 || ^18.2.0"
|
|
23
23
|
}
|
package/survey-react-ui.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - Survey JavaScript library v2.0.0-rc.
|
|
2
|
+
* surveyjs - Survey JavaScript library v2.0.0-rc.2
|
|
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-rc.
|
|
26
|
+
* surveyjs - Survey JavaScript library v2.0.0-rc.2
|
|
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
|
*/
|
|
@@ -806,7 +806,7 @@ path.keys().forEach(function (key) {
|
|
|
806
806
|
/***/ (function(module) {
|
|
807
807
|
|
|
808
808
|
/*!
|
|
809
|
-
* surveyjs - Survey JavaScript library v2.0.0-rc.
|
|
809
|
+
* surveyjs - Survey JavaScript library v2.0.0-rc.2
|
|
810
810
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
811
811
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
812
812
|
*/
|
|
@@ -12068,7 +12068,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12068
12068
|
|
|
12069
12069
|
|
|
12070
12070
|
|
|
12071
|
-
(0,survey_core__WEBPACK_IMPORTED_MODULE_0__.checkLibraryVersion)("".concat("2.0.0-rc.
|
|
12071
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_0__.checkLibraryVersion)("".concat("2.0.0-rc.2"), "survey-react-ui");
|
|
12072
12072
|
|
|
12073
12073
|
})();
|
|
12074
12074
|
|