@descope/angular-sdk 0.0.0-next-417f1868-20231226 → 0.0.0-next-7be68a9b-20231226

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.
@@ -3,7 +3,7 @@ name: 📢 publish
3
3
  on:
4
4
  push:
5
5
  tags:
6
- - "release/**"
6
+ - 'release/**'
7
7
 
8
8
  env:
9
9
  NODE_VERSION: 20
package/package.json CHANGED
@@ -1,66 +1,66 @@
1
1
  {
2
- "name": "@descope/angular-sdk",
3
- "version": "0.0.0-next-417f1868-20231226",
4
- "license": "MIT",
5
- "engines": {
6
- "node": "^16.14.0 || >=18.10.0",
7
- "npm": ">= 8.1.0"
8
- },
9
- "scripts": {
10
- "ng": "ng",
11
- "start": "ng serve",
12
- "prepare": "husky install",
13
- "format-lint": "pretty-quick --staged --ignore-path .gitignore && lint-staged",
14
- "prebuild:ci": "node scripts/setversion/setversion.js",
15
- "build:ci": "npm run build:lib",
16
- "build:lib": "ng build angular-sdk",
17
- "build:app": "ng build demo-app",
18
- "watch": "ng build --watch --configuration development",
19
- "test": "jest --config jest.config.js",
20
- "lint": "ng lint",
21
- "format": "prettier . -w --ignore-path .gitignore",
22
- "format-check": "prettier . --check --ignore-path .gitignore",
23
- "leaks": "bash ./scripts/gitleaks/gitleaks.sh"
24
- },
25
- "lint-staged": {
26
- "+(src|test|examples)/**/*.{js,ts,html}": [
27
- "npm run lint"
28
- ]
29
- },
30
- "devDependencies": {
31
- "@angular-devkit/build-angular": "^16.2.6",
32
- "@angular-eslint/builder": "16.3.1",
33
- "@angular-eslint/eslint-plugin": "16.3.1",
34
- "@angular-eslint/eslint-plugin-template": "16.3.1",
35
- "@angular-eslint/schematics": "16.3.1",
36
- "@angular-eslint/template-parser": "16.3.1",
37
- "@angular/animations": "^16.2.9",
38
- "@angular/cli": "^16.2.6",
39
- "@angular/common": "^16.2.9",
40
- "@angular/compiler": "^16.2.9",
41
- "@angular/compiler-cli": "^16.2.9",
42
- "@angular/core": "^16.2.9",
43
- "@angular/forms": "^16.2.9",
44
- "@angular/platform-browser": "^16.2.9",
45
- "@angular/platform-browser-dynamic": "^16.2.9",
46
- "@angular/router": "^16.2.9",
47
- "@descope/web-component": "3.0.0",
48
- "@types/jest": "^29.5.5",
49
- "@typescript-eslint/eslint-plugin": "6.11.0",
50
- "@typescript-eslint/parser": "6.11.0",
51
- "eslint": "^8.51.0",
52
- "eslint-plugin-prettier": "^4.2.1",
53
- "husky": "^8.0.3",
54
- "jest": "^29.7.0",
55
- "jest-preset-angular": "^13.1.2",
56
- "lint-staged": "^15.2.0",
57
- "ng-mocks": "^14.11.0",
58
- "ng-packagr": "^16.2.3",
59
- "prettier": "2.8.8",
60
- "pretty-quick": "^3.1.3",
61
- "rxjs": "~7.8.1",
62
- "tslib": "^2.6.2",
63
- "typescript": "~5.1.6",
64
- "zone.js": "~0.13.0"
65
- }
2
+ "name": "@descope/angular-sdk",
3
+ "version": "0.0.0-next-7be68a9b-20231226",
4
+ "license": "MIT",
5
+ "engines": {
6
+ "node": "^16.14.0 || >=18.10.0",
7
+ "npm": ">= 8.1.0"
8
+ },
9
+ "scripts": {
10
+ "ng": "ng",
11
+ "start": "ng serve",
12
+ "prepare": "husky install",
13
+ "format-lint": "pretty-quick --staged --ignore-path .gitignore && lint-staged",
14
+ "prebuild:ci": "node scripts/setversion/setversion.js",
15
+ "build:ci": "npm run build:lib",
16
+ "build:lib": "ng build angular-sdk",
17
+ "build:app": "ng build demo-app",
18
+ "watch": "ng build --watch --configuration development",
19
+ "test": "jest --config jest.config.js",
20
+ "lint": "ng lint",
21
+ "format": "prettier . -w --ignore-path .gitignore",
22
+ "format-check": "prettier . --check --ignore-path .gitignore",
23
+ "leaks": "bash ./scripts/gitleaks/gitleaks.sh"
24
+ },
25
+ "lint-staged": {
26
+ "+(src|test|examples)/**/*.{js,ts,html}": [
27
+ "npm run lint"
28
+ ]
29
+ },
30
+ "devDependencies": {
31
+ "@angular-devkit/build-angular": "^16.2.6",
32
+ "@angular-eslint/builder": "16.3.1",
33
+ "@angular-eslint/eslint-plugin": "16.3.1",
34
+ "@angular-eslint/eslint-plugin-template": "16.3.1",
35
+ "@angular-eslint/schematics": "16.3.1",
36
+ "@angular-eslint/template-parser": "16.3.1",
37
+ "@angular/animations": "^16.2.9",
38
+ "@angular/cli": "^16.2.6",
39
+ "@angular/common": "^16.2.9",
40
+ "@angular/compiler": "^16.2.9",
41
+ "@angular/compiler-cli": "^16.2.9",
42
+ "@angular/core": "^16.2.9",
43
+ "@angular/forms": "^16.2.9",
44
+ "@angular/platform-browser": "^16.2.9",
45
+ "@angular/platform-browser-dynamic": "^16.2.9",
46
+ "@angular/router": "^16.2.9",
47
+ "@descope/web-component": "3.0.0",
48
+ "@types/jest": "^29.5.5",
49
+ "@typescript-eslint/eslint-plugin": "6.11.0",
50
+ "@typescript-eslint/parser": "6.11.0",
51
+ "eslint": "^8.51.0",
52
+ "eslint-plugin-prettier": "^4.2.1",
53
+ "husky": "^8.0.3",
54
+ "jest": "^29.7.0",
55
+ "jest-preset-angular": "^13.1.2",
56
+ "lint-staged": "^15.2.0",
57
+ "ng-mocks": "^14.11.0",
58
+ "ng-packagr": "^16.2.3",
59
+ "prettier": "2.8.8",
60
+ "pretty-quick": "^3.1.3",
61
+ "rxjs": "~7.8.1",
62
+ "tslib": "^2.6.2",
63
+ "typescript": "~5.1.6",
64
+ "zone.js": "~0.13.0"
65
+ }
66
66
  }