survey-pdf 2.0.2 → 2.0.3
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/fesm/{survey.pdf.fonts.js → survey.pdf.fonts.mjs} +2 -2
- package/fesm/{survey.pdf.fonts.js.map → survey.pdf.fonts.mjs.map} +1 -1
- package/fesm/{survey.pdf.js → survey.pdf.mjs} +3 -3
- package/fesm/survey.pdf.mjs.map +1 -0
- package/package.json +5 -5
- package/survey.pdf.fonts.js +1 -1
- package/survey.pdf.fonts.min.js.LICENSE.txt +1 -1
- package/survey.pdf.js +2 -2
- package/survey.pdf.min.js +1 -1
- package/survey.pdf.min.js.LICENSE.txt +1 -1
- package/fesm/survey.pdf.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-pdf",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "survey.pdf.js is a SurveyJS PDF Library. It is a easy way to export SurveyJS surveys to PDF. It uses JSON for survey metadata.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
],
|
|
12
12
|
"homepage": "https://surveyjs.io/",
|
|
13
13
|
"license": "SEE LICENSE IN LICENSE",
|
|
14
|
-
"module": "fesm/survey.pdf.
|
|
14
|
+
"module": "fesm/survey.pdf.mjs",
|
|
15
15
|
"main": "survey.pdf.js",
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"typings": "./typings/entries/pdf.d.ts",
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"survey-core": "2.0.
|
|
22
|
+
"survey-core": "2.0.3"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"jspdf": "^2.3.0 || ^3"
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"exports": {
|
|
28
28
|
".": {
|
|
29
29
|
"types": "./typings/entries/pdf.d.ts",
|
|
30
|
-
"import": "./fesm/survey.pdf.
|
|
30
|
+
"import": "./fesm/survey.pdf.mjs",
|
|
31
31
|
"require": "./survey.pdf.js"
|
|
32
32
|
},
|
|
33
33
|
"./survey.pdf.fonts": {
|
|
34
|
-
"import": "./fesm/survey.pdf.fonts.
|
|
34
|
+
"import": "./fesm/survey.pdf.fonts.mjs",
|
|
35
35
|
"require": "./survey.pdf.fonts.js"
|
|
36
36
|
}
|
|
37
37
|
}
|
package/survey.pdf.fonts.js
CHANGED
package/survey.pdf.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - SurveyJS PDF library v2.0.
|
|
2
|
+
* surveyjs - SurveyJS PDF library v2.0.3
|
|
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
|
*/
|
|
@@ -1553,7 +1553,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1553
1553
|
|
|
1554
1554
|
|
|
1555
1555
|
|
|
1556
|
-
(0,survey_core__WEBPACK_IMPORTED_MODULE_51__.checkLibraryVersion)("".concat("2.0.
|
|
1556
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_51__.checkLibraryVersion)("".concat("2.0.3"), 'survey-pdf');
|
|
1557
1557
|
|
|
1558
1558
|
|
|
1559
1559
|
/***/ }),
|