@ada-support/embed2 1.0.35 → 1.0.41

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": "@ada-support/embed2",
3
- "version": "1.0.35",
3
+ "version": "1.0.41",
4
4
  "description": "",
5
5
  "main": "dist/npm-entry",
6
6
  "typings": "dist/npm-entry/index.d.ts",
@@ -46,7 +46,8 @@
46
46
  "bundle-report-intro:modern": "webpack-bundle-analyzer --port 4204 dist/embed/modern/intro/local/stats.json dist/embed/modern/intro/local",
47
47
  "bundle-report-x-storage:modern": "webpack-bundle-analyzer --port 4205 dist/embed/modern/x-storage/local/stats.json dist/embed/modern/x-storage/local",
48
48
  "bundle-report:modern": "yarn build && run-p bundle-report-entry bundle-report-button:modern bundle-report-client:modern bundle-report-mask:modern bundle-report-intro:modern bundle-report-x-storage:modern",
49
- "prepare": "husky install"
49
+ "prepare": "husky install",
50
+ "check-package-version": "./check-package-version.sh"
50
51
  },
51
52
  "keywords": [],
52
53
  "author": "",
@@ -105,12 +106,14 @@
105
106
  "@sentry/browser": "^6.12.0",
106
107
  "@types/enzyme": "^3.10.5",
107
108
  "@types/json-stable-stringify": "^1.0.32",
109
+ "@types/lodash.debounce": "^4.0.6",
108
110
  "@types/uniqid": "^5.3.0",
109
111
  "core-js": "3",
110
112
  "depcheck": "^1.4.2",
111
113
  "dotenv": "^8.2.0",
112
114
  "focus-visible": "^5.2.0",
113
115
  "json-stable-stringify": "^1.0.1",
116
+ "lodash.debounce": "^4.0.8",
114
117
  "preact": "10.4.5",
115
118
  "uniqid": "^5.3.0",
116
119
  "webpack-s3-plugin": "^1.2.0-rc.0"
@@ -118,6 +121,7 @@
118
121
  "resolutions": {
119
122
  "json-schema": ">=0.4.0",
120
123
  "minimist": ">=0.2.1",
124
+ "node-forge": ">=1.0.0",
121
125
  "nth-check": ">=2.0.1"
122
126
  },
123
127
  "files": [