@descope/user-management-widget 0.0.8 → 0.1.0

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": "@descope/user-management-widget",
3
- "version": "0.0.8",
3
+ "version": "0.1.0",
4
4
  "author": "Descope Team <info@descope.com>",
5
5
  "homepage": "https://github.com/descope/descope-js",
6
6
  "bugs": {
@@ -75,7 +75,7 @@
75
75
  "redux-thunk": "3.1.0",
76
76
  "reselect": "5.0.1",
77
77
  "tslib": "2.6.2",
78
- "@descope/web-js-sdk": "1.9.5"
78
+ "@descope/web-js-sdk": "1.10.0"
79
79
  },
80
80
  "overrides": {
81
81
  "terser": "5.21.0"
@@ -84,10 +84,9 @@
84
84
  "start": "npx nx run user-management-widget:build && rollup -c rollup.config.app.serve.mjs -w",
85
85
  "build:app": "rollup -c rollup.config.app.mjs",
86
86
  "build": "rollup -c",
87
- "test": "npm run test:unit && npm run test:e2e",
87
+ "test": "npm run test:unit",
88
88
  "test:unit": "jest --silent",
89
- "pretest:e2e": "npx playwright install --with-deps",
90
- "test:e2e": "DESCOPE_PROJECT_ID=pid DESCOPE_TENANT=tid npm run build:app && npx playwright test",
89
+ "test:e2e": "DESCOPE_PROJECT_ID=pid DESCOPE_TENANT=tid DESCOPE_WIDGET_ID=wid npm run build:app && npx playwright test",
91
90
  "test:e2e:ui": "npm run test:e2e -- --ui",
92
91
  "lint": "eslint '+(src|test)/**/*.ts'"
93
92
  }