tnp-config 1.0.23 → 1.0.26
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/app.js +0 -1
- package/app.js.map +1 -1
- package/browser/lib/config.d.ts +5 -5
- package/client/lib/config.d.ts +5 -5
- package/package.json +2 -2
- package/tmp-environment.json +11 -11
package/app.js
CHANGED
package/app.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"app.js","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"app.js","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":""}
|
package/browser/lib/config.d.ts
CHANGED
@@ -89,10 +89,10 @@ export declare const config: {
|
|
89
89
|
BACKEND_HTTP_REQUEST_TIMEOUT: number;
|
90
90
|
};
|
91
91
|
debug: {
|
92
|
-
sourceModifier:
|
92
|
+
sourceModifier: any[];
|
93
93
|
baselineSiteJoin: {
|
94
|
-
DEBUG_PATHES:
|
95
|
-
DEBUG_MERGE_PATHES:
|
94
|
+
DEBUG_PATHES: any[];
|
95
|
+
DEBUG_MERGE_PATHES: any[];
|
96
96
|
};
|
97
97
|
};
|
98
98
|
frameworkNames: {
|
@@ -306,9 +306,9 @@ export declare const config: {
|
|
306
306
|
platform?: undefined;
|
307
307
|
installName?: undefined;
|
308
308
|
})[];
|
309
|
-
programs:
|
309
|
+
programs: {
|
310
310
|
name: string;
|
311
311
|
website: string;
|
312
|
-
}
|
312
|
+
}[];
|
313
313
|
};
|
314
314
|
};
|
package/client/lib/config.d.ts
CHANGED
@@ -89,10 +89,10 @@ export declare const config: {
|
|
89
89
|
BACKEND_HTTP_REQUEST_TIMEOUT: number;
|
90
90
|
};
|
91
91
|
debug: {
|
92
|
-
sourceModifier:
|
92
|
+
sourceModifier: any[];
|
93
93
|
baselineSiteJoin: {
|
94
|
-
DEBUG_PATHES:
|
95
|
-
DEBUG_MERGE_PATHES:
|
94
|
+
DEBUG_PATHES: any[];
|
95
|
+
DEBUG_MERGE_PATHES: any[];
|
96
96
|
};
|
97
97
|
};
|
98
98
|
frameworkNames: {
|
@@ -306,9 +306,9 @@ export declare const config: {
|
|
306
306
|
platform?: undefined;
|
307
307
|
installName?: undefined;
|
308
308
|
})[];
|
309
|
-
programs:
|
309
|
+
programs: {
|
310
310
|
name: string;
|
311
311
|
website: string;
|
312
|
-
}
|
312
|
+
}[];
|
313
313
|
};
|
314
314
|
};
|
package/package.json
CHANGED
package/tmp-environment.json
CHANGED
@@ -35,9 +35,9 @@
|
|
35
35
|
"main": "index.js",
|
36
36
|
"workerPlugins": {}
|
37
37
|
},
|
38
|
-
"version": "1.0.
|
38
|
+
"version": "1.0.26",
|
39
39
|
"dependencies": {
|
40
|
-
"tnp-core": "~1.0.
|
40
|
+
"tnp-core": "~1.0.57"
|
41
41
|
},
|
42
42
|
"license": "MIT",
|
43
43
|
"private": false,
|
@@ -152,7 +152,7 @@
|
|
152
152
|
"istanbul-instrumenter-loader": "2.0.0",
|
153
153
|
"jasmine-core": "4.0.0",
|
154
154
|
"json-stringify-safe": "5.0.1",
|
155
|
-
"json10": "~1.0.
|
155
|
+
"json10": "~1.0.36",
|
156
156
|
"json5": "2.1.3",
|
157
157
|
"json5-writer": "0.2.0",
|
158
158
|
"karma": "6.3.0",
|
@@ -164,7 +164,7 @@
|
|
164
164
|
"lnk": "1.0.1",
|
165
165
|
"lockfile": "1.0.4",
|
166
166
|
"lodash": "4.17.4",
|
167
|
-
"lodash-walk-object": "~1.0.
|
167
|
+
"lodash-walk-object": "~1.0.37",
|
168
168
|
"lowdb": "1.0.0",
|
169
169
|
"magic-renamer": "~0.0.20",
|
170
170
|
"material-design-icons": "3.0.1",
|
@@ -176,7 +176,7 @@
|
|
176
176
|
"morphi": "~4.0.54",
|
177
177
|
"ng-packagr": "13.0.0",
|
178
178
|
"ng-talkback": "~2.4.25",
|
179
|
-
"ng2-logger": "~8.0.
|
179
|
+
"ng2-logger": "~8.0.26",
|
180
180
|
"ng2-rest": "~11.0.42",
|
181
181
|
"node-cli-test": "0.0.2",
|
182
182
|
"node-cli-tester": "~0.0.22",
|
@@ -210,8 +210,8 @@
|
|
210
210
|
"sudo-block": "3.0.0",
|
211
211
|
"systeminformation": "3.45.7",
|
212
212
|
"task.js": "0.1.5",
|
213
|
-
"tnp-cli": "~2.0.
|
214
|
-
"tnp-config": "~1.0.
|
213
|
+
"tnp-cli": "~2.0.23",
|
214
|
+
"tnp-config": "~1.0.24",
|
215
215
|
"tnp-db": "~0.0.44",
|
216
216
|
"tnp-helpers": "~0.0.73",
|
217
217
|
"tnp-models": "~0.0.37",
|
@@ -220,7 +220,7 @@
|
|
220
220
|
"tslib": "~2.3.0",
|
221
221
|
"typeorm": "~0.2.7",
|
222
222
|
"typescript": "~4.5.2",
|
223
|
-
"typescript-class-helpers": "~1.0.
|
223
|
+
"typescript-class-helpers": "~1.0.45",
|
224
224
|
"typescript-formatter": "~7.2.2",
|
225
225
|
"underscore": "1.9.1",
|
226
226
|
"uuid": "8.3.2",
|
@@ -231,9 +231,9 @@
|
|
231
231
|
}
|
232
232
|
},
|
233
233
|
"build": {
|
234
|
-
"number":
|
235
|
-
"date": "2022-03-
|
236
|
-
"hash": "
|
234
|
+
"number": 292,
|
235
|
+
"date": "2022-03-06T19:03:38.000Z",
|
236
|
+
"hash": "5904113d34aed97d6185b564d7d773a42c0c81d1",
|
237
237
|
"options": {}
|
238
238
|
},
|
239
239
|
"currentProjectName": "tnp-config",
|