@wg-npm/survey-analyzer 0.5.171 → 0.5.182

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.
@@ -25,7 +25,12 @@ function __decorate(decorators, target, key, desc) {
25
25
 
26
26
  function __metadata(metadataKey, metadataValue) {
27
27
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
28
- }
28
+ }
29
+
30
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
31
+ var e = new Error(message);
32
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
33
+ };
29
34
 
30
35
  (undefined && undefined.__spreadArrays) || function () {
31
36
  for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wg-npm/survey-analyzer",
3
- "version": "0.5.171",
3
+ "version": "0.5.182",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -11,8 +11,8 @@
11
11
  "lint-fix": "eslint \"**/*.ts\" \"**/*.vue\" --fix --no-error-on-unmatched-pattern"
12
12
  },
13
13
  "peerDependencies": {
14
- "@wg-npm/survey-core": "0.5.171",
15
- "@wg-npm/survey-service-api": "0.5.171",
14
+ "@wg-npm/survey-core": "0.5.182",
15
+ "@wg-npm/survey-service-api": "0.5.182",
16
16
  "echarts": "^4.8.0",
17
17
  "vue": "^2.6.11",
18
18
  "vue-echarts": "^4.0.3"
@@ -28,8 +28,8 @@
28
28
  "@typescript-eslint/parser": "^3.6.0",
29
29
  "@vue/eslint-config-prettier": "^6.0.0",
30
30
  "@vue/eslint-config-typescript": "^5.0.2",
31
- "@wg-npm/survey-core": "0.5.171",
32
- "@wg-npm/survey-service-api": "0.5.171",
31
+ "@wg-npm/survey-core": "0.5.182",
32
+ "@wg-npm/survey-service-api": "0.5.182",
33
33
  "acorn": "^7.3.1",
34
34
  "echarts": "^4.8.0",
35
35
  "eslint": "^7.4.0",