quankee-framework-common-ts 1.4.5 → 1.5.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/README.md +4 -1
- package/angular.json +33 -0
- package/package.json +2 -2
- 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/LICENSE +15 -0
- package/projects/quankee-framework-report/ng-package.json +7 -0
- package/projects/quankee-framework-report/package.json +33 -0
- 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/README.md
CHANGED
|
@@ -25,9 +25,12 @@ ng generate library quankee-framework-keycloak
|
|
|
25
25
|
# create lib for interceptor
|
|
26
26
|
ng generate library quankee-framework-interceptor
|
|
27
27
|
|
|
28
|
-
# create lib for keycloak integration
|
|
28
|
+
# create lib for keycloak integration user
|
|
29
29
|
ng generate library quankee-framework-user
|
|
30
30
|
|
|
31
|
+
# create lib for report engine
|
|
32
|
+
ng generate library quankee-framework-report
|
|
33
|
+
|
|
31
34
|
|
|
32
35
|
|
|
33
36
|
|
package/angular.json
CHANGED
|
@@ -167,6 +167,39 @@
|
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
|
+
},
|
|
171
|
+
"quankee-framework-report": {
|
|
172
|
+
"projectType": "library",
|
|
173
|
+
"root": "projects/quankee-framework-report",
|
|
174
|
+
"sourceRoot": "projects/quankee-framework-report/src",
|
|
175
|
+
"prefix": "lib",
|
|
176
|
+
"architect": {
|
|
177
|
+
"build": {
|
|
178
|
+
"builder": "@angular-devkit/build-angular:ng-packagr",
|
|
179
|
+
"options": {
|
|
180
|
+
"project": "projects/quankee-framework-report/ng-package.json"
|
|
181
|
+
},
|
|
182
|
+
"configurations": {
|
|
183
|
+
"production": {
|
|
184
|
+
"tsConfig": "projects/quankee-framework-report/tsconfig.lib.prod.json"
|
|
185
|
+
},
|
|
186
|
+
"development": {
|
|
187
|
+
"tsConfig": "projects/quankee-framework-report/tsconfig.lib.json"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"defaultConfiguration": "production"
|
|
191
|
+
},
|
|
192
|
+
"test": {
|
|
193
|
+
"builder": "@angular-devkit/build-angular:karma",
|
|
194
|
+
"options": {
|
|
195
|
+
"tsConfig": "projects/quankee-framework-report/tsconfig.spec.json",
|
|
196
|
+
"polyfills": [
|
|
197
|
+
"zone.js",
|
|
198
|
+
"zone.js/testing"
|
|
199
|
+
]
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
}
|
|
170
203
|
}
|
|
171
204
|
},
|
|
172
205
|
"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.
|
|
4
|
+
"version": "1.5.1",
|
|
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",
|
|
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",
|
|
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.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "quankee-framework-report",
|
|
3
|
+
"description": "Quankee Framework Report Lib",
|
|
4
|
+
"version": "1.5.1",
|
|
5
|
+
"author": {
|
|
6
|
+
"email": "info@quankee.co.mz",
|
|
7
|
+
"name": "Quankee Software, Lda",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://gitlab.com/quankee-framework/quankee-framework-common-ts"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://gitlab.com/quankee-framework/quankee-framework-common-ts#readme",
|
|
14
|
+
"publishConfig": {
|
|
15
|
+
"registry": "https://registry.npmjs.org/"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"peerDependencies": {
|
|
19
|
+
"@angular/common": "^19.2.0",
|
|
20
|
+
"@angular/core": "^19.2.0"
|
|
21
|
+
},
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"tslib": "^2.3.0"
|
|
24
|
+
},
|
|
25
|
+
"ngPackage": {
|
|
26
|
+
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
27
|
+
"dest": "../../dist/quankee-framework-keycloak",
|
|
28
|
+
"lib": {
|
|
29
|
+
"entryFile": "src/public-api.ts"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"sideEffects": false
|
|
33
|
+
}
|
package/publish-all.js
CHANGED