survey-analytics 2.0.5 → 2.0.6
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/README.md +3 -3
- package/fesm/shared.mjs +1 -1
- package/fesm/survey.analytics.mjs +1 -1
- package/fesm/survey.analytics.tabulator.mjs +1 -1
- package/package.json +2 -2
- package/survey.analytics.css +1 -1
- package/survey.analytics.js +1 -1
- package/survey.analytics.min.css +1 -1
- package/survey.analytics.min.js.LICENSE.txt +1 -1
- package/survey.analytics.tabulator.css +1 -1
- package/survey.analytics.tabulator.js +1 -1
- package/survey.analytics.tabulator.min.css +1 -1
- package/survey.analytics.tabulator.min.js.LICENSE.txt +1 -1
package/README.md
CHANGED
|
@@ -43,9 +43,9 @@ The SurveyJS Dashboard library lets you build survey data dashboards and simplif
|
|
|
43
43
|
## Resources
|
|
44
44
|
|
|
45
45
|
- [Website](https://surveyjs.io/)
|
|
46
|
-
- [Documentation](https://surveyjs.io/
|
|
47
|
-
- [Live Examples](https://surveyjs.io/
|
|
48
|
-
- [What's New](https://surveyjs.io/
|
|
46
|
+
- [Documentation](https://surveyjs.io/dashboard/documentation/overview)
|
|
47
|
+
- [Live Examples](https://surveyjs.io/dashboard/examples/)
|
|
48
|
+
- [What's New](https://surveyjs.io/stay-updated/major-updates/2024)
|
|
49
49
|
|
|
50
50
|
## Build SurveyJS Dashboard from Sources
|
|
51
51
|
|
package/fesm/shared.mjs
CHANGED
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"lint": "eslint ./src --quiet",
|
|
18
18
|
"pre-push-check": "npm run lint && npm run test"
|
|
19
19
|
},
|
|
20
|
-
"version": "2.0.
|
|
20
|
+
"version": "2.0.6",
|
|
21
21
|
"name": "survey-analytics",
|
|
22
22
|
"description": "SurveyJS analytics Library.",
|
|
23
23
|
"main": "survey.analytics.js",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"peerDependencies": {
|
|
89
89
|
"@types/plotly.js-dist-min": "^2.3.0",
|
|
90
90
|
"@types/tabulator-tables": "^6.2.3",
|
|
91
|
-
"survey-core": "2.0.
|
|
91
|
+
"survey-core": "2.0.6"
|
|
92
92
|
},
|
|
93
93
|
"husky": {
|
|
94
94
|
"hooks": {
|
package/survey.analytics.css
CHANGED
package/survey.analytics.js
CHANGED
package/survey.analytics.min.css
CHANGED