@descope/core-js-sdk 1.0.3 → 1.0.5

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,96 +1,86 @@
1
1
  {
2
- "name": "@descope/core-js-sdk",
3
- "version": "1.0.3",
4
- "author": "Descope Team <info@descope.com>",
5
- "homepage": "https://github.com/descope/core-js-sdk",
6
- "bugs": {
7
- "url": "https://github.com/descope/core-js-sdk/issues",
8
- "email": "help@descope.com"
9
- },
10
- "main": "dist/cjs/index.cjs.js",
11
- "module": "dist/index.esm.js",
12
- "types": "dist/index.d.ts",
13
- "exports": {
14
- "require": "./dist/cjs/index.cjs.js",
15
- "import": "./dist/index.esm.js"
16
- },
17
- "type": "module",
18
- "description": "Descope JavaScript core SDK",
19
- "scripts": {
20
- "build": "rimraf dist && rollup -c",
21
- "prepare": "husky install",
22
- "test": "jest",
23
- "lint": "eslint src/**/*.* --fix",
24
- "format": "prettier . -w --ignore-path .gitignore",
25
- "format-check": "prettier . --check --ignore-path .gitignore",
26
- "format-lint": "pretty-quick --staged --ignore-path .gitignore && lint-staged",
27
- "prepublishOnly": "npm run build"
28
- },
29
- "lint-staged": {
30
- "+(src|test|examples)/**/*.{js,ts,jsx,tsx}": [
31
- "npm run lint"
32
- ]
33
- },
34
- "license": "MIT",
35
- "repository": {
36
- "type": "git",
37
- "url": "https://github.com/descope/core-js-sdk.git"
38
- },
39
- "files": [
40
- "dist"
41
- ],
42
- "keywords": [
43
- "descope",
44
- "authentication"
45
- ],
46
- "devDependencies": {
47
- "@open-wc/rollup-plugin-html": "1.2.5",
48
- "@rollup/plugin-commonjs": "^24.0.0",
49
- "@rollup/plugin-node-resolve": "^15.0.0",
50
- "@rollup/plugin-replace": "^5.0.2",
51
- "@rollup/plugin-terser": "^0.4.0",
52
- "@rollup/plugin-typescript": "^11.0.0",
53
- "@types/jest": "^29.0.0",
54
- "@types/lodash.get": "^4.4.7",
55
- "@typescript-eslint/parser": "^5.33.1",
56
- "esbuild": "^0.17.0",
57
- "eslint": "8.26.0",
58
- "eslint-config-airbnb-typescript": "17.0.0",
59
- "eslint-config-prettier": "8.6.0",
60
- "eslint-config-standard": "17.0.0",
61
- "eslint-import-resolver-typescript": "3.5.3",
62
- "eslint-plugin-import": "2.27.5",
63
- "eslint-plugin-jest": "27.2.1",
64
- "eslint-plugin-jest-dom": "4.0.3",
65
- "eslint-plugin-jest-formatting": "3.1.0",
66
- "eslint-plugin-n": "15.6.1",
67
- "eslint-plugin-no-only-tests": "3.1.0",
68
- "eslint-plugin-prefer-arrow": "1.2.3",
69
- "eslint-plugin-prettier": "4.2.1",
70
- "eslint-plugin-promise": "6.1.1",
71
- "husky": "^8.0.1",
72
- "jest": "^29.0.0",
73
- "jest-environment-jsdom": "^29.4.3",
74
- "lint-staged": "^13.0.3",
75
- "prettier": "^2.6.2",
76
- "pretty-quick": "^3.1.3",
77
- "rimraf": "^4.0.0",
78
- "rollup": "^3.0.0",
79
- "rollup-plugin-auto-external": "^2.0.0",
80
- "rollup-plugin-delete": "^2.0.0",
81
- "rollup-plugin-dts": "^5.1.1",
82
- "rollup-plugin-esbuild": "^5.0.0",
83
- "rollup-plugin-inject-process-env": "^1.3.1",
84
- "rollup-plugin-livereload": "^2.0.5",
85
- "ts-jest": "^29.0.0",
86
- "ts-node": "10.9.1",
87
- "typescript": "^4.5.3"
88
- },
89
- "dependencies": {
90
- "jwt-decode": "3.1.2",
91
- "lodash.get": "4.4.2"
92
- },
93
- "overrides": {
94
- "terser": "^5.14.2"
95
- }
96
- }
2
+ "name": "@descope/core-js-sdk",
3
+ "version": "1.0.5",
4
+ "author": "Descope Team <info@descope.com>",
5
+ "homepage": "https://github.com/descope/core-js-sdk",
6
+ "bugs": {
7
+ "url": "https://github.com/descope/core-js-sdk/issues",
8
+ "email": "help@descope.com"
9
+ },
10
+ "main": "dist/cjs/index.cjs.js",
11
+ "module": "dist/index.esm.js",
12
+ "types": "dist/index.d.ts",
13
+ "exports": {
14
+ "require": "./dist/cjs/index.cjs.js",
15
+ "import": "./dist/index.esm.js"
16
+ },
17
+ "type": "module",
18
+ "description": "Descope JavaScript core SDK",
19
+ "license": "MIT",
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "https://github.com/descope/core-js-sdk.git"
23
+ },
24
+ "files": [
25
+ "dist"
26
+ ],
27
+ "keywords": [
28
+ "descope",
29
+ "authentication"
30
+ ],
31
+ "devDependencies": {
32
+ "@open-wc/rollup-plugin-html": "1.2.5",
33
+ "@rollup/plugin-commonjs": "^24.0.0",
34
+ "@rollup/plugin-node-resolve": "^15.0.0",
35
+ "@rollup/plugin-replace": "^5.0.2",
36
+ "@rollup/plugin-terser": "^0.4.0",
37
+ "@rollup/plugin-typescript": "^11.0.0",
38
+ "@types/jest": "^29.0.0",
39
+ "@types/lodash.get": "^4.4.7",
40
+ "@typescript-eslint/parser": "^5.33.1",
41
+ "esbuild": "^0.17.0",
42
+ "eslint": "8.26.0",
43
+ "eslint-config-airbnb-typescript": "17.0.0",
44
+ "eslint-config-prettier": "8.7.0",
45
+ "eslint-config-standard": "17.0.0",
46
+ "eslint-import-resolver-typescript": "3.5.3",
47
+ "eslint-plugin-import": "2.27.5",
48
+ "eslint-plugin-jest": "27.2.1",
49
+ "eslint-plugin-jest-dom": "4.0.3",
50
+ "eslint-plugin-jest-formatting": "3.1.0",
51
+ "eslint-plugin-n": "15.6.1",
52
+ "eslint-plugin-no-only-tests": "3.1.0",
53
+ "eslint-plugin-prefer-arrow": "1.2.3",
54
+ "eslint-plugin-prettier": "4.2.1",
55
+ "eslint-plugin-promise": "6.1.1",
56
+ "jest": "^29.0.0",
57
+ "jest-environment-jsdom": "^29.4.3",
58
+ "lint-staged": "^13.0.3",
59
+ "prettier": "^2.6.2",
60
+ "pretty-quick": "^3.1.3",
61
+ "rimraf": "^4.0.0",
62
+ "rollup": "^3.0.0",
63
+ "rollup-plugin-auto-external": "^2.0.0",
64
+ "rollup-plugin-delete": "^2.0.0",
65
+ "rollup-plugin-dts": "^5.1.1",
66
+ "rollup-plugin-esbuild": "^5.0.0",
67
+ "rollup-plugin-inject-process-env": "^1.3.1",
68
+ "rollup-plugin-livereload": "^2.0.5",
69
+ "ts-jest": "^29.0.0",
70
+ "ts-node": "10.9.1",
71
+ "typescript": "^4.5.3"
72
+ },
73
+ "dependencies": {
74
+ "eslint-plugin-jsx-a11y": "^6.7.1",
75
+ "jwt-decode": "3.1.2",
76
+ "lodash.get": "4.4.2"
77
+ },
78
+ "overrides": {
79
+ "terser": "^5.14.2"
80
+ },
81
+ "scripts": {
82
+ "build": "rimraf dist && rollup -c",
83
+ "test": "jest",
84
+ "lint": "eslint 'src/**/*.ts'"
85
+ }
86
+ }