Skip to content

Commit 4018916

Browse files
committed
Merge branch 'release/13.0.0'
2 parents f0d07f9 + f8b69d4 commit 4018916

File tree

74 files changed

+2360
-5571
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+2360
-5571
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
!.vscode/extensions.json
2626

2727
# misc
28+
/.angular/cache
2829
/.sass-cache
2930
/connect.lock
3031
/coverage

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Angular security modules
99
- [@ngx-security/permissions](projects/permissions)
1010
- [@ngx-security/auth](projects/auth)
1111

12-
1312
## Development
1413

1514
### Docs preview
@@ -27,11 +26,13 @@ npm run build:lib
2726
### Release new version
2827

2928
Release new patch version
29+
3030
```shell script
3131
npm run release
3232
```
3333

3434
Release new major version
35+
3536
```shell script
3637
npm run release:major
3738
```
@@ -41,10 +42,10 @@ npm run release:major
4142
1. checkout tag or master
4243
2. build library `npm run build:lib`
4344
3. publish each module
44-
1. `npm run publish:core`
45-
2. `npm run publish:roles`
46-
3. `npm run publish:permissions`
47-
4. `npm run publish:auth`
45+
1. `npm run publish:core`
46+
2. `npm run publish:roles`
47+
3. `npm run publish:permissions`
48+
4. `npm run publish:auth`
4849

4950
## License
5051

angular.json

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,6 @@
9595
"src/assets"
9696
]
9797
}
98-
},
99-
"lint": {
100-
"builder": "@angular-devkit/build-angular:tslint",
101-
"options": {
102-
"tsConfig": [
103-
"src/tsconfig.app.json",
104-
"src/tsconfig.spec.json"
105-
],
106-
"exclude": [
107-
"**/node_modules/**"
108-
]
109-
}
11098
}
11199
}
112100
},
@@ -125,15 +113,6 @@
125113
"devServerTarget": "ngx-security:serve:production"
126114
}
127115
}
128-
},
129-
"lint": {
130-
"builder": "@angular-devkit/build-angular:tslint",
131-
"options": {
132-
"tsConfig": "e2e/tsconfig.e2e.json",
133-
"exclude": [
134-
"**/node_modules/**"
135-
]
136-
}
137116
}
138117
}
139118
},
@@ -163,18 +142,6 @@
163142
"tsConfig": "projects/roles/tsconfig.spec.json",
164143
"karmaConfig": "projects/roles/karma.conf.js"
165144
}
166-
},
167-
"lint": {
168-
"builder": "@angular-devkit/build-angular:tslint",
169-
"options": {
170-
"tsConfig": [
171-
"projects/roles/tsconfig.lib.json",
172-
"projects/roles/tsconfig.spec.json"
173-
],
174-
"exclude": [
175-
"**/node_modules/**"
176-
]
177-
}
178145
}
179146
}
180147
},
@@ -204,18 +171,6 @@
204171
"tsConfig": "projects/auth/tsconfig.spec.json",
205172
"karmaConfig": "projects/auth/karma.conf.js"
206173
}
207-
},
208-
"lint": {
209-
"builder": "@angular-devkit/build-angular:tslint",
210-
"options": {
211-
"tsConfig": [
212-
"projects/auth/tsconfig.lib.json",
213-
"projects/auth/tsconfig.spec.json"
214-
],
215-
"exclude": [
216-
"**/node_modules/**"
217-
]
218-
}
219174
}
220175
}
221176
},
@@ -245,18 +200,6 @@
245200
"tsConfig": "projects/core/tsconfig.spec.json",
246201
"karmaConfig": "projects/core/karma.conf.js"
247202
}
248-
},
249-
"lint": {
250-
"builder": "@angular-devkit/build-angular:tslint",
251-
"options": {
252-
"tsConfig": [
253-
"projects/core/tsconfig.lib.json",
254-
"projects/core/tsconfig.spec.json"
255-
],
256-
"exclude": [
257-
"**/node_modules/**"
258-
]
259-
}
260203
}
261204
}
262205
},
@@ -286,18 +229,6 @@
286229
"tsConfig": "projects/permissions/tsconfig.spec.json",
287230
"karmaConfig": "projects/permissions/karma.conf.js"
288231
}
289-
},
290-
"lint": {
291-
"builder": "@angular-devkit/build-angular:tslint",
292-
"options": {
293-
"tsConfig": [
294-
"projects/permissions/tsconfig.lib.json",
295-
"projects/permissions/tsconfig.spec.json"
296-
],
297-
"exclude": [
298-
"**/node_modules/**"
299-
]
300-
}
301232
}
302233
}
303234
}

docs/0-es2015.be454d8a69f0b8466833.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/0-es5.be454d8a69f0b8466833.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/105.b6a7fcaeefc5ad22.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)