@descope/web-js-sdk 1.28.0 → 1.29.1

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/web-js-sdk",
3
- "version": "1.28.0",
3
+ "version": "1.29.1",
4
4
  "author": "Descope Team <info@descope.com>",
5
5
  "homepage": "https://github.com/descope/descope-js",
6
6
  "bugs": {
@@ -42,8 +42,8 @@
42
42
  "@rollup/plugin-terser": "^0.4.0",
43
43
  "@rollup/plugin-typescript": "^11.0.0",
44
44
  "@types/jest": "^29.0.0",
45
- "@types/node": "20.17.13",
46
45
  "@types/js-cookie": "^3.0.2",
46
+ "@types/node": "20.17.13",
47
47
  "@typescript-eslint/parser": "^7.0.0",
48
48
  "eslint": "8.57.1",
49
49
  "eslint-config-airbnb-typescript": "18.0.0",
@@ -63,6 +63,7 @@
63
63
  "jest": "^29.0.0",
64
64
  "jest-environment-jsdom": "^29.0.0",
65
65
  "lint-staged": "^15.0.0",
66
+ "oidc-client-ts": "3.2.0",
66
67
  "prettier": "^3.0.0",
67
68
  "pretty-quick": "^4.0.0",
68
69
  "rimraf": "^5.0.0",
@@ -89,7 +90,7 @@
89
90
  "terser": "^5.14.2"
90
91
  },
91
92
  "scripts": {
92
- "start": "npm run generateCerts && npx nx run web-js-sdk:build && npm run build && http-server -S -o ./examples",
93
+ "start": "npm run generateCerts && npx nx run web-js-sdk:build && npm run build && http-server -p 8081 -S -o ./examples",
93
94
  "build": "rimraf dist && rollup -c",
94
95
  "test": "jest",
95
96
  "lint": "eslint '+(src|test|examples)/**/*.ts'",