tnp-config 13.1.74 → 13.1.75
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 +17 -17
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/browser/esm2020/lib/config.mjs +772 -771
- package/browser/esm2020/lib/index.mjs +3 -3
- package/browser/esm2020/public-api.mjs +1 -1
- package/browser/esm2020/tnp-config.mjs +4 -4
- package/browser/fesm2015/tnp-config.mjs +690 -689
- package/browser/fesm2015/tnp-config.mjs.map +1 -1
- package/browser/fesm2020/tnp-config.mjs +764 -763
- package/browser/fesm2020/tnp-config.mjs.map +1 -1
- package/browser/lib/config.d.ts +227 -227
- package/browser/tnp-config.d.ts +4 -4
- package/client/README.md +24 -24
- package/client/esm2020/lib/config.mjs +772 -771
- package/client/esm2020/lib/index.mjs +3 -3
- package/client/esm2020/public-api.mjs +1 -1
- package/client/esm2020/tnp-config.mjs +4 -4
- package/client/fesm2015/tnp-config.mjs +690 -689
- package/client/fesm2015/tnp-config.mjs.map +1 -1
- package/client/fesm2020/tnp-config.mjs +764 -763
- package/client/fesm2020/tnp-config.mjs.map +1 -1
- package/client/lib/config.d.ts +227 -227
- package/client/package.json +28 -28
- package/client/tnp-config.d.ts +4 -4
- package/index.d.ts +1 -1
- package/index.js.map +1 -1
- package/lib/config.d.ts +439 -437
- package/lib/config.js +1 -0
- package/lib/config.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
- package/package.json_devDependencies.json +218 -218
- package/package.json_tnp.json5 +36 -35
- package/tmp-environment.json +34 -33
- package/websql/README.md +24 -24
- package/websql/esm2020/lib/config.mjs +772 -771
- package/websql/esm2020/lib/index.mjs +3 -3
- package/websql/esm2020/public-api.mjs +1 -1
- package/websql/esm2020/tnp-config.mjs +4 -4
- package/websql/fesm2015/tnp-config.mjs +690 -689
- package/websql/fesm2015/tnp-config.mjs.map +1 -1
- package/websql/fesm2020/tnp-config.mjs +764 -763
- package/websql/fesm2020/tnp-config.mjs.map +1 -1
- package/websql/lib/config.d.ts +227 -227
- package/websql/tnp-config.d.ts +4 -4
package/client/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"dependencies": {
|
3
|
-
"tnp-core": "~13.2.
|
3
|
+
"tnp-core": "~13.2.19"
|
4
4
|
},
|
5
5
|
"devDependencies": {
|
6
6
|
"@angular-devkit/build-angular": "~13.3.9",
|
@@ -73,14 +73,15 @@
|
|
73
73
|
"@types/watch": "1.0.0",
|
74
74
|
"accepts": "1.3.4",
|
75
75
|
"angular-material-css-vars": "5.0.0",
|
76
|
-
"any-project-cli": "~13.1.
|
76
|
+
"any-project-cli": "~13.1.26",
|
77
77
|
"axios": "1.3.5",
|
78
|
-
"background-worker-process": "~13.1.
|
78
|
+
"background-worker-process": "~13.1.43",
|
79
79
|
"base32": "0.0.7",
|
80
80
|
"bcryptjs": "2.4.3",
|
81
81
|
"better-sqlite3": "7.6.2",
|
82
82
|
"body-parser": "1.18.2",
|
83
83
|
"bootstrap": "4.6.2",
|
84
|
+
"bs4-breakpoint": "13.0.33",
|
84
85
|
"buffer-shims": "1.0.0",
|
85
86
|
"callsite-record": "4.1.3",
|
86
87
|
"chai": "4.2.0",
|
@@ -116,12 +117,12 @@
|
|
116
117
|
"file-loader": "1.1.5",
|
117
118
|
"file-saver": "2.0.5",
|
118
119
|
"firedev": "^13",
|
119
|
-
"firedev-crud": "~13.1.
|
120
|
-
"firedev-crud-deamon": "~13.1.
|
121
|
-
"firedev-ports": "~13.1.
|
122
|
-
"firedev-storage": "~13.2.
|
123
|
-
"firedev-typeorm": "~13.1.
|
124
|
-
"firedev-ui": "~13.
|
120
|
+
"firedev-crud": "~13.1.48",
|
121
|
+
"firedev-crud-deamon": "~13.1.38",
|
122
|
+
"firedev-ports": "~13.1.42",
|
123
|
+
"firedev-storage": "~13.2.35",
|
124
|
+
"firedev-typeorm": "~13.1.30",
|
125
|
+
"firedev-ui": "~13.2.7",
|
125
126
|
"fkill": "6.1.0",
|
126
127
|
"font-awesome": "4.7.0",
|
127
128
|
"form-data": "4.0.0",
|
@@ -135,18 +136,17 @@
|
|
135
136
|
"http-proxy-middleware": "0.19.1",
|
136
137
|
"http-server": "0.11.1",
|
137
138
|
"immutable": "4.3.0",
|
138
|
-
"incremental-compiler": "~13.1.
|
139
|
+
"incremental-compiler": "~13.1.24",
|
139
140
|
"inquirer": "7.3.3",
|
140
141
|
"inquirer-autocomplete-prompt": "1.3.0",
|
141
142
|
"is-elevated": "3.0.0",
|
142
|
-
"isomorphic-region-loader": "~13.1.
|
143
|
+
"isomorphic-region-loader": "~13.1.36",
|
143
144
|
"istanbul-instrumenter-loader": "2.0.0",
|
144
145
|
"jasmine-core": "4.0.0",
|
145
|
-
"jimp": "0.22.8",
|
146
146
|
"jscodeshift": "0.6.3",
|
147
147
|
"json-stringify-safe": "5.0.1",
|
148
|
-
"json10": "~13.1.
|
149
|
-
"json10-writer": "~13.1.
|
148
|
+
"json10": "~13.1.43",
|
149
|
+
"json10-writer": "~13.1.39",
|
150
150
|
"json5": "2.1.3",
|
151
151
|
"json5-writer": "0.2.0",
|
152
152
|
"jszip": "3.10.1",
|
@@ -160,21 +160,21 @@
|
|
160
160
|
"localforage": "1.10.0",
|
161
161
|
"lockfile": "1.0.4",
|
162
162
|
"lodash": "4.17.4",
|
163
|
-
"lodash-walk-object": "~13.1.
|
163
|
+
"lodash-walk-object": "~13.1.43",
|
164
164
|
"lowdb": "1.0.0",
|
165
|
-
"magic-renamer": "~13.1.
|
165
|
+
"magic-renamer": "~13.1.40",
|
166
166
|
"material-design-icons": "3.0.1",
|
167
167
|
"method-override": "2.3.10",
|
168
168
|
"minimist": "1.2.0",
|
169
169
|
"mkdirp": "0.5.1",
|
170
170
|
"mocha": "5.2.0",
|
171
171
|
"moment": "2.22.2",
|
172
|
-
"morphi": "~13.2.
|
172
|
+
"morphi": "~13.2.10",
|
173
173
|
"ng-in-viewport": "13.0.1",
|
174
174
|
"ng-packagr": "13.0.0",
|
175
175
|
"ng-talkback": "~13.1.19",
|
176
|
-
"ng2-logger": "~13.1.
|
177
|
-
"ng2-rest": "~13.2.
|
176
|
+
"ng2-logger": "~13.1.23",
|
177
|
+
"ng2-rest": "~13.2.7",
|
178
178
|
"ngx-ace-wrapper": "12",
|
179
179
|
"ngx-editor": "12.2.1",
|
180
180
|
"ngx-highlightjs": "6.1.3",
|
@@ -219,20 +219,20 @@
|
|
219
219
|
"string-similarity": "4.0.2",
|
220
220
|
"sudo-block": "3.0.0",
|
221
221
|
"systeminformation": "3.45.7",
|
222
|
+
"task.js": "0.1.5",
|
222
223
|
"threads": "1.7.0",
|
223
|
-
"tnp-cli": "~13.1.
|
224
|
-
"tnp-config": "~13.1.
|
225
|
-
"tnp-db": "~13.1.
|
226
|
-
"tnp-helpers": "~13.1.
|
227
|
-
"tnp-models": "~13.1.
|
228
|
-
"tnp-ui": "~13.1.27",
|
224
|
+
"tnp-cli": "~13.1.58",
|
225
|
+
"tnp-config": "~13.1.74",
|
226
|
+
"tnp-db": "~13.1.20",
|
227
|
+
"tnp-helpers": "~13.1.37",
|
228
|
+
"tnp-models": "~13.1.26",
|
229
229
|
"ts-debug": "1.3.0",
|
230
230
|
"ts-loader": "2.3.1",
|
231
231
|
"ts-node": "10.7.0",
|
232
232
|
"tslib": "~2.3.0",
|
233
233
|
"typeorm": "~0.3.10",
|
234
234
|
"typescript": "~4.6.2",
|
235
|
-
"typescript-class-helpers": "~13.2.
|
235
|
+
"typescript-class-helpers": "~13.2.11",
|
236
236
|
"typescript-formatter": "~7.2.2",
|
237
237
|
"underscore": "1.9.1",
|
238
238
|
"uuid": "8.3.2",
|
@@ -247,6 +247,6 @@
|
|
247
247
|
"private": false,
|
248
248
|
"main": "index.js",
|
249
249
|
"name": "tnp-config",
|
250
|
-
"version": "13.1.
|
251
|
-
"lastBuildTagHash": "
|
250
|
+
"version": "13.1.75",
|
251
|
+
"lastBuildTagHash": "d30d7e58cd6904783e9d208799fc653b1bafac58"
|
252
252
|
}
|
package/client/tnp-config.d.ts
CHANGED
package/index.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from './lib';
|
1
|
+
export * from './lib';
|
package/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["C:/Users/darek/projects/npm/firedev-io/tnp-config/tmp-bundle-release/bundle/project/tnp-config/src/index.ts"],"names":[],"mappings":";;;AAAA,gDAAsB"}
|