@rxap/config 16.0.0-dev.12 → 16.0.0-dev.14
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/CHANGELOG.md +8 -0
- package/README.md +1 -1
- package/esm2022/lib/config-loader.service.mjs +3 -3
- package/esm2022/lib/config.service.mjs +3 -3
- package/fesm2022/rxap-config.mjs +6 -6
- package/package.json +31 -32
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [16.0.0-dev.14](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.13...@rxap/config@16.0.0-dev.14) (2023-09-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/config
|
|
9
|
+
|
|
10
|
+
# [16.0.0-dev.13](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.12...@rxap/config@16.0.0-dev.13) (2023-09-07)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/config
|
|
13
|
+
|
|
6
14
|
# [16.0.0-dev.12](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.11...@rxap/config@16.0.0-dev.12) (2023-09-03)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @rxap/config
|
package/README.md
CHANGED
|
@@ -21,10 +21,10 @@ export class ConfigLoaderService {
|
|
|
21
21
|
this.configLoading.set(url, loading$);
|
|
22
22
|
return firstValueFrom(loading$);
|
|
23
23
|
}
|
|
24
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
25
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.
|
|
24
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: ConfigLoaderService, deps: [{ token: HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: ConfigLoaderService, providedIn: 'root' }); }
|
|
26
26
|
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: ConfigLoaderService, decorators: [{
|
|
28
28
|
type: Injectable,
|
|
29
29
|
args: [{ providedIn: 'root' }]
|
|
30
30
|
}], ctorParameters: function () { return [{ type: i1.HttpClient, decorators: [{
|
|
@@ -203,10 +203,10 @@ export class ConfigService {
|
|
|
203
203
|
}
|
|
204
204
|
return value;
|
|
205
205
|
}
|
|
206
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
207
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.
|
|
206
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: ConfigService, deps: [{ token: RXAP_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
207
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: ConfigService, providedIn: 'root' }); }
|
|
208
208
|
}
|
|
209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: ConfigService, decorators: [{
|
|
210
210
|
type: Injectable,
|
|
211
211
|
args: [{
|
|
212
212
|
providedIn: 'root',
|
package/fesm2022/rxap-config.mjs
CHANGED
|
@@ -209,10 +209,10 @@ class ConfigService {
|
|
|
209
209
|
}
|
|
210
210
|
return value;
|
|
211
211
|
}
|
|
212
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
213
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.
|
|
212
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: ConfigService, deps: [{ token: RXAP_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
213
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: ConfigService, providedIn: 'root' }); }
|
|
214
214
|
}
|
|
215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: ConfigService, decorators: [{
|
|
216
216
|
type: Injectable,
|
|
217
217
|
args: [{
|
|
218
218
|
providedIn: 'root',
|
|
@@ -241,10 +241,10 @@ class ConfigLoaderService {
|
|
|
241
241
|
this.configLoading.set(url, loading$);
|
|
242
242
|
return firstValueFrom(loading$);
|
|
243
243
|
}
|
|
244
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
245
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.
|
|
244
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: ConfigLoaderService, deps: [{ token: HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
245
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: ConfigLoaderService, providedIn: 'root' }); }
|
|
246
246
|
}
|
|
247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: ConfigLoaderService, decorators: [{
|
|
248
248
|
type: Injectable,
|
|
249
249
|
args: [{ providedIn: 'root' }]
|
|
250
250
|
}], ctorParameters: function () { return [{ type: i1.HttpClient, decorators: [{
|
package/package.json
CHANGED
|
@@ -1,58 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
+
"version": "16.0.0-dev.14",
|
|
2
3
|
"name": "@rxap/config",
|
|
3
|
-
"
|
|
4
|
+
"description": "Simple config file manager for angular applications.",
|
|
5
|
+
"license": "GPL-3.0-or-later",
|
|
4
6
|
"dependencies": {
|
|
5
7
|
"tslib": "2.6.2"
|
|
6
8
|
},
|
|
7
|
-
"sideEffects": false,
|
|
8
9
|
"peerDependencies": {
|
|
9
|
-
"@angular/
|
|
10
|
-
"
|
|
11
|
-
"@
|
|
12
|
-
"@rxap/
|
|
13
|
-
"rxjs": "^7.8.0"
|
|
10
|
+
"@angular/core": "16.1.4",
|
|
11
|
+
"rxjs": "7.8.1",
|
|
12
|
+
"@angular/common": "16.1.4",
|
|
13
|
+
"@rxap/environment": "16.0.0-dev.13"
|
|
14
14
|
},
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
"directory": "../../../dist/packages/angular/config"
|
|
15
|
+
"author": {
|
|
16
|
+
"name": "Merzough Münker",
|
|
17
|
+
"email": "mmuenker@digitaix.com"
|
|
19
18
|
},
|
|
19
|
+
"bugs": {
|
|
20
|
+
"url": "https://gitlab.com/rxap/packages/-/issues",
|
|
21
|
+
"email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com"
|
|
22
|
+
},
|
|
23
|
+
"homepage": "https:/gitlab.com/rxap/packages/packages/angular/config",
|
|
20
24
|
"keywords": [
|
|
21
|
-
"rxap",
|
|
22
25
|
"angular",
|
|
26
|
+
"angular-config",
|
|
27
|
+
"config",
|
|
23
28
|
"ngx",
|
|
24
29
|
"packages",
|
|
25
|
-
"
|
|
26
|
-
"angular-config"
|
|
30
|
+
"rxap"
|
|
27
31
|
],
|
|
28
|
-
"homepage": "https:/gitlab.com/rxap/packages/packages/angular/config",
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://gitlab.com/rxap/packages/-/issues",
|
|
31
|
-
"email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com"
|
|
32
|
-
},
|
|
33
|
-
"license": "GPL-3.0-or-later",
|
|
34
|
-
"repository": {
|
|
35
|
-
"type": "git",
|
|
36
|
-
"url": "https://gitlab.com/rxap/packages.git",
|
|
37
|
-
"directory": "packages/angular/config"
|
|
38
|
-
},
|
|
39
|
-
"author": {
|
|
40
|
-
"name": "Merzough Münker",
|
|
41
|
-
"email": "mmuenker@digitaix.com"
|
|
42
|
-
},
|
|
43
32
|
"nx-migrations": {
|
|
44
33
|
"packageGroup": [
|
|
45
34
|
{
|
|
46
35
|
"package": "@rxap/environment",
|
|
47
|
-
"version": "16.0.0-dev.
|
|
36
|
+
"version": "16.0.0-dev.12"
|
|
48
37
|
},
|
|
49
38
|
{
|
|
50
39
|
"package": "@rxap/utilities",
|
|
51
|
-
"version": "16.0.0-dev.
|
|
40
|
+
"version": "16.0.0-dev.16"
|
|
52
41
|
}
|
|
53
42
|
]
|
|
54
43
|
},
|
|
55
|
-
"
|
|
44
|
+
"publishConfig": {
|
|
45
|
+
"access": "public",
|
|
46
|
+
"directory": "../../../dist/packages/angular/config"
|
|
47
|
+
},
|
|
48
|
+
"repository": {
|
|
49
|
+
"type": "git",
|
|
50
|
+
"url": "https://gitlab.com/rxap/packages.git",
|
|
51
|
+
"directory": "packages/angular/config"
|
|
52
|
+
},
|
|
53
|
+
"sideEffects": false,
|
|
54
|
+
"gitHead": "6679f090af3b55900bfeb02de0ed8f1febfdbb8b",
|
|
56
55
|
"module": "fesm2022/rxap-config.mjs",
|
|
57
56
|
"typings": "index.d.ts",
|
|
58
57
|
"exports": {
|