@pointr-tech/web-sdk 10.8.0-rc.4 → 10.9.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/README.md +5 -5
- package/dist/css/pointr.css +1 -1
- package/dist/pointrwebsdk.esm.mjs +5 -5
- package/dist/pointrwebsdk.js +5 -5
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pointr-tech/web-sdk",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.9.0-rc.2",
|
|
4
4
|
"analyticsVersion": "10.0",
|
|
5
5
|
"description": "Pointr Web SDK",
|
|
6
6
|
"main": "dist/pointrwebsdk.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"build:npm": "npm run build:types && webpack -p --env.npm && node scripts/write-esm-wrapper.cjs",
|
|
22
22
|
"test": "cypress run",
|
|
23
23
|
"test:electron-pr": "cypress run --env tags=@smoke --browser electron --headless",
|
|
24
|
-
"test:electron": "cypress run --browser electron --headless --env
|
|
24
|
+
"test:electron": "cypress run --browser electron --headless --env tags=\"not @manual\"",
|
|
25
25
|
"test:chrome": "cypress run --browser chrome --headless",
|
|
26
26
|
"test:firefox": "cypress run --browser firefox --headless",
|
|
27
27
|
"test:edge": "cypress run --browser edge --headless",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
86
86
|
"@babel/preset-env": "^7.28.5",
|
|
87
87
|
"@babel/preset-typescript": "^7.28.5",
|
|
88
|
-
"@badeball/cypress-cucumber-preprocessor": "^
|
|
88
|
+
"@badeball/cypress-cucumber-preprocessor": "^26.0.0",
|
|
89
89
|
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.8",
|
|
90
90
|
"@types/jquery": "^4.0.0",
|
|
91
91
|
"@types/uuid": "^10.0.0",
|
|
@@ -94,13 +94,12 @@
|
|
|
94
94
|
"copy-webpack-plugin": "^6.4.1",
|
|
95
95
|
"css-loader": "^5.2.7",
|
|
96
96
|
"cy-mobile-commands": "^0.3.0",
|
|
97
|
-
"cypress": "^15.
|
|
97
|
+
"cypress": "^15.20.1",
|
|
98
98
|
"cypress-axe": "^1.7.0",
|
|
99
|
-
"cypress-parallel": "^0.15.0",
|
|
100
99
|
"cypress-real-events": "^1.15.0",
|
|
101
100
|
"cypress-recurse": "^1.37.2",
|
|
102
101
|
"cypress-wait-until": "^3.0.2",
|
|
103
|
-
"docdash": "^
|
|
102
|
+
"docdash": "^2.0.2",
|
|
104
103
|
"es6-promise": "^4.2.8",
|
|
105
104
|
"eslint": "^8.57.1",
|
|
106
105
|
"eslint-config-prettier": "^8.10.2",
|
|
@@ -152,6 +151,7 @@
|
|
|
152
151
|
"@turf/distance": "^6.5.0",
|
|
153
152
|
"@turf/helpers": "^6.5.0",
|
|
154
153
|
"body-scroll-lock": "^4.0.0-beta.0",
|
|
154
|
+
"cypress-on-fix": "^1.1.0",
|
|
155
155
|
"jquery": "^4.0.0",
|
|
156
156
|
"js-yaml": "^4.3.1",
|
|
157
157
|
"lodash.capitalize": "^4.2.1",
|