tnp-core 1.0.61 → 13.0.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "lastBuildTagHash": "77d9e51538a4927c81da38675a465a65c6d98bfa",
3
3
  "name": "tnp-core",
4
- "version": "1.0.61",
4
+ "version": "13.0.1",
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": "1.0.61",
59
+ "version": "13.0.1",
60
60
  "license": "MIT",
61
61
  "dependencies": {
62
62
  "@types/lodash": "4.14.92",
@@ -77,6 +77,7 @@
77
77
  "rimraf": "2.6.2"
78
78
  },
79
79
  "private": false,
80
+ "main": "index.js",
80
81
  "devDependencies": {
81
82
  "@angular-devkit/build-angular": "~13.2.5",
82
83
  "@angular/animations": "~13.2.0",
@@ -280,13 +281,12 @@
280
281
  "vpn-split": "~0.0.18",
281
282
  "watch": "1.0.2",
282
283
  "zone.js": "~0.11.4"
283
- },
284
- "main": "index.js"
284
+ }
285
285
  },
286
286
  "build": {
287
- "number": 312,
288
- "date": "2022-03-12T19:20:07.000Z",
289
- "hash": "4bbbf4a7509d048b56d98f29a6b1f455400f30f7",
287
+ "number": 314,
288
+ "date": "2022-03-12T19:51:23.000Z",
289
+ "hash": "a9190d1649b9afb74fc5fbb3a5bdfd6ee5d6a9fb",
290
290
  "options": {}
291
291
  },
292
292
  "currentProjectName": "tnp-core",
@@ -294,7 +294,7 @@
294
294
  "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\"],\"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>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
295
295
  "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\"}]}",
296
296
  "currentProjectType": "isomorphic-lib",
297
- "currentFrameworkVersion": "0.0.159",
297
+ "currentFrameworkVersion": "13.0.0",
298
298
  "currentProjectIsStrictSite": false,
299
299
  "currentProjectIsDependencySite": false,
300
300
  "currentProjectIsStatic": false,