tnp-core 13.0.8 → 13.0.11

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "lastBuildTagHash": "77d9e51538a4927c81da38675a465a65c6d98bfa",
3
3
  "name": "tnp-core",
4
- "version": "13.0.8",
4
+ "version": "13.0.11",
5
5
  "license": "MIT",
6
6
  "dependencies": {
7
7
  "@types/lodash": "4.14.92",
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "lastBuildTagHash": "77d9e51538a4927c81da38675a465a65c6d98bfa",
58
58
  "name": "tnp-core",
59
- "version": "13.0.8",
59
+ "version": "13.0.11",
60
60
  "license": "MIT",
61
61
  "dependencies": {
62
62
  "@types/lodash": "4.14.92",
@@ -183,7 +183,6 @@
183
183
  "express-fileupload": "0.4.0",
184
184
  "fbgraph": "1.4.1",
185
185
  "file-loader": "1.1.5",
186
- "firedev": "^13",
187
186
  "firedev-crud": "~13.0.7",
188
187
  "firedev-crud-deamon": "~13.0.2",
189
188
  "firedev-ports": "~13.0.3",
@@ -263,7 +262,6 @@
263
262
  "sudo-block": "3.0.0",
264
263
  "systeminformation": "3.45.7",
265
264
  "task.js": "0.1.5",
266
- "tnp": "^13",
267
265
  "tnp-cli": "~13.0.1",
268
266
  "tnp-config": "~13.0.1",
269
267
  "tnp-core": "~13.0.2",
@@ -272,6 +270,7 @@
272
270
  "tnp-models": "~13.0.4",
273
271
  "tnp-ui": "~13.0.1",
274
272
  "ts-debug": "1.3.0",
273
+ "ts-loader": "2.3.1",
275
274
  "ts-node": "10.7.0",
276
275
  "tslib": "~2.3.0",
277
276
  "typeorm": "~0.2.45",
@@ -286,9 +285,9 @@
286
285
  }
287
286
  },
288
287
  "build": {
289
- "number": 330,
290
- "date": "2022-03-17T00:45:28.000Z",
291
- "hash": "440d24a55982a12d8c4c358286fab6509a9dd07b",
288
+ "number": 336,
289
+ "date": "2022-03-17T04:33:50.000Z",
290
+ "hash": "ad75ad140757d6ddc4aab8da168e2c817900594e",
292
291
  "options": {}
293
292
  },
294
293
  "currentProjectName": "tnp-core",
@@ -296,7 +295,7 @@
296
295
  "currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22tnp-core%22%0A%7D\"],\"outFiles\":[\"${workspaceFolder}/dist/**/*.js\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"],\"outFiles\":[\"${workspaceFolder}/dist/**/*.js\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
297
296
  "currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
298
297
  "currentProjectType": "isomorphic-lib",
299
- "currentFrameworkVersion": "13.0.16",
298
+ "currentFrameworkVersion": "13.0.31",
300
299
  "currentProjectIsStrictSite": false,
301
300
  "currentProjectIsDependencySite": false,
302
301
  "currentProjectIsStatic": false,