quankee-framework-common-ts 1.6.0 → 1.6.3
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/'wq +6 -0
- package/README.md +2 -2
- package/angular.json +33 -0
- package/package.json +2 -2
- package/projects/quankee-framework-identity-document/LICENSE +15 -0
- package/projects/quankee-framework-identity-document/ng-package.json +7 -0
- package/projects/quankee-framework-identity-document/package.json +12 -0
- package/projects/quankee-framework-interceptor/package.json +1 -1
- package/projects/quankee-framework-keycloak/package.json +1 -1
- package/projects/quankee-framework-language/package.json +1 -1
- package/projects/quankee-framework-report/package.json +1 -1
- package/projects/quankee-framework-response/package.json +1 -1
- package/projects/quankee-framework-user/package.json +1 -1
- package/publish-all.js +2 -1
package/'wq
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
Merge branch 'develop' into release/1.60.2
|
|
2
|
+
# Please enter a commit message to explain why this merge is necessary,
|
|
3
|
+
# especially if it merges an updated upstream into a topic branch.
|
|
4
|
+
#
|
|
5
|
+
# Lines starting with '#' will be ignored, and an empty message aborts
|
|
6
|
+
# the commit.
|
package/README.md
CHANGED
|
@@ -31,8 +31,8 @@ ng generate library quankee-framework-user
|
|
|
31
31
|
# create lib for report engine
|
|
32
32
|
ng generate library quankee-framework-report
|
|
33
33
|
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
# create lib for identity documents
|
|
35
|
+
ng generate library quankee-framework-identity-document
|
|
36
36
|
|
|
37
37
|
# Keycloak
|
|
38
38
|
npm install keycloak-angular keycloak-js
|
package/angular.json
CHANGED
|
@@ -200,6 +200,39 @@
|
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
202
|
}
|
|
203
|
+
},
|
|
204
|
+
"quankee-framework-identity-document": {
|
|
205
|
+
"projectType": "library",
|
|
206
|
+
"root": "projects/quankee-framework-identity-document",
|
|
207
|
+
"sourceRoot": "projects/quankee-framework-identity-document/src",
|
|
208
|
+
"prefix": "lib",
|
|
209
|
+
"architect": {
|
|
210
|
+
"build": {
|
|
211
|
+
"builder": "@angular-devkit/build-angular:ng-packagr",
|
|
212
|
+
"options": {
|
|
213
|
+
"project": "projects/quankee-framework-identity-document/ng-package.json"
|
|
214
|
+
},
|
|
215
|
+
"configurations": {
|
|
216
|
+
"production": {
|
|
217
|
+
"tsConfig": "projects/quankee-framework-identity-document/tsconfig.lib.prod.json"
|
|
218
|
+
},
|
|
219
|
+
"development": {
|
|
220
|
+
"tsConfig": "projects/quankee-framework-identity-document/tsconfig.lib.json"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
"defaultConfiguration": "production"
|
|
224
|
+
},
|
|
225
|
+
"test": {
|
|
226
|
+
"builder": "@angular-devkit/build-angular:karma",
|
|
227
|
+
"options": {
|
|
228
|
+
"tsConfig": "projects/quankee-framework-identity-document/tsconfig.spec.json",
|
|
229
|
+
"polyfills": [
|
|
230
|
+
"zone.js",
|
|
231
|
+
"zone.js/testing"
|
|
232
|
+
]
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
}
|
|
203
236
|
}
|
|
204
237
|
},
|
|
205
238
|
"cli": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quankee-framework-common-ts",
|
|
3
3
|
"description": "Quankee Framework Typescript Lib",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.3",
|
|
5
5
|
"author": {
|
|
6
6
|
"email": "info@quankee.co.mz",
|
|
7
7
|
"name": "Quankee Software, Lda",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"scripts": {
|
|
18
18
|
"ng": "ng",
|
|
19
19
|
"start": "ng serve",
|
|
20
|
-
"build": "ng build quankee-framework-response && ng build quankee-framework-language && ng build quankee-framework-keycloak && ng build quankee-framework-interceptor && ng build quankee-framework-user && ng build quankee-framework-report",
|
|
20
|
+
"build": "ng build quankee-framework-response && ng build quankee-framework-language && ng build quankee-framework-keycloak && ng build quankee-framework-interceptor && ng build quankee-framework-user && ng build quankee-framework-report && ng build quankee-framework-identity-document",
|
|
21
21
|
"watch": "ng build --watch --configuration development",
|
|
22
22
|
"test": "echo",
|
|
23
23
|
"publish:libs": "node publish-all.js",
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
ISC License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Quankee Software, Lda
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
7
|
+
copyright notice and this permission notice appear in all copies.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
10
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
11
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
12
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
13
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
14
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
15
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
package/publish-all.js
CHANGED