tnp-helpers 13.1.7 → 13.1.9
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 +3 -3
- package/browser/esm2020/lib/firedev-models.mjs +4 -0
- package/browser/esm2020/lib/helpers.mjs +2 -1
- package/browser/esm2020/lib/index.mjs +2 -1
- package/browser/esm2020/lib/long-press.directive.mjs +2 -2
- package/browser/fesm2015/tnp-helpers.mjs +5 -1
- package/browser/fesm2020/tnp-helpers.mjs +5 -1
- package/browser/lib/firedev-models.d.ts +14 -0
- package/browser/lib/index.d.ts +1 -0
- package/client/esm2020/lib/firedev-models.mjs +4 -0
- package/client/esm2020/lib/helpers.mjs +2 -1
- package/client/esm2020/lib/index.mjs +2 -1
- package/client/esm2020/lib/long-press.directive.mjs +2 -2
- package/client/fesm2015/tnp-helpers.mjs +5 -1
- package/client/fesm2020/tnp-helpers.mjs +5 -1
- package/client/lib/firedev-models.d.ts +14 -0
- package/client/lib/index.d.ts +1 -0
- package/lib/base-component.js +3 -3
- package/lib/base-formly-component.js +3 -3
- package/lib/dual-component-ctrl.js +3 -3
- package/lib/firedev-models.d.ts +13 -0
- package/lib/firedev-models.js +3 -0
- package/lib/git-project.d.ts +1 -0
- package/lib/git-project.js +3 -0
- package/lib/helpers-file-folders.backend.js +15 -13
- package/lib/helpers-git.backend.d.ts +7 -0
- package/lib/helpers-git.backend.js +76 -49
- package/lib/helpers-process.backend.js +1 -1
- package/lib/helpers-vscode.backend.d.ts +5 -0
- package/lib/helpers-vscode.backend.js +21 -0
- package/lib/helpers.d.ts +2 -0
- package/lib/helpers.js +5 -2
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/lib/long-press.directive.js +1 -1
- package/lib/merge-helpers.backend.js +1 -1
- package/lib/project.js +9 -9
- package/package.json +5 -5
- package/tmp-environment.json +162 -160
- package/websql/esm2020/lib/firedev-models.mjs +4 -0
- package/websql/esm2020/lib/helpers.mjs +2 -1
- package/websql/esm2020/lib/index.mjs +2 -1
- package/websql/esm2020/lib/long-press.directive.mjs +2 -2
- package/websql/fesm2015/tnp-helpers.mjs +5 -1
- package/websql/fesm2020/tnp-helpers.mjs +5 -1
- package/websql/lib/firedev-models.d.ts +14 -0
- package/websql/lib/index.d.ts +1 -0
- package/app.js.map +0 -1
- package/browser/fesm2015/tnp-helpers.mjs.map +0 -1
- package/browser/fesm2020/tnp-helpers.mjs.map +0 -1
- package/client/fesm2015/tnp-helpers.mjs.map +0 -1
- package/client/fesm2020/tnp-helpers.mjs.map +0 -1
- package/index.js.map +0 -1
- package/lib/angular.helper.js.map +0 -1
- package/lib/base-component.js.map +0 -1
- package/lib/base-formly-component.js.map +0 -1
- package/lib/condition-wait.js.map +0 -1
- package/lib/constants.js.map +0 -1
- package/lib/dual-component-ctrl.js.map +0 -1
- package/lib/git-project.js.map +0 -1
- package/lib/helpers-array-obj.js.map +0 -1
- package/lib/helpers-cli-tool.backend.js.map +0 -1
- package/lib/helpers-dependencies.backend.js.map +0 -1
- package/lib/helpers-environment.js.map +0 -1
- package/lib/helpers-file-folders.backend.js.map +0 -1
- package/lib/helpers-git.backend.js.map +0 -1
- package/lib/helpers-json5.backend.js.map +0 -1
- package/lib/helpers-morphi-framework.backend.js.map +0 -1
- package/lib/helpers-network.backend.js.map +0 -1
- package/lib/helpers-npm.backend.js.map +0 -1
- package/lib/helpers-numbers.js.map +0 -1
- package/lib/helpers-path.backend.js.map +0 -1
- package/lib/helpers-process.backend.js.map +0 -1
- package/lib/helpers-strings-regexes.js.map +0 -1
- package/lib/helpers-strings.js.map +0 -1
- package/lib/helpers-system-terminal.backend.js.map +0 -1
- package/lib/helpers.js.map +0 -1
- package/lib/index.js.map +0 -1
- package/lib/long-press.directive.js.map +0 -1
- package/lib/merge-helpers.backend.js.map +0 -1
- package/lib/project.js.map +0 -1
- package/lib/resize-service.js.map +0 -1
- package/lib/ts-code/index.js.map +0 -1
- package/lib/ts-code/ts-code-extractor.js.map +0 -1
- package/lib/ts-code/ts-code-modifier.backend.js.map +0 -1
- package/websql/fesm2015/tnp-helpers.mjs.map +0 -1
- package/websql/fesm2020/tnp-helpers.mjs.map +0 -1
package/lib/index.js
CHANGED
|
@@ -10,6 +10,7 @@ tslib_1.__exportStar(require("./merge-helpers.backend"), exports);
|
|
|
10
10
|
// export * from './git-project';
|
|
11
11
|
exports.Helpers = helpers_1.HelpersTnp.Instance;
|
|
12
12
|
tslib_1.__exportStar(require("./project"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./firedev-models"), exports);
|
|
13
14
|
/* */
|
|
14
15
|
/* */
|
|
15
16
|
/* */
|
|
@@ -5,7 +5,7 @@ var tslib_1 = require("tslib");
|
|
|
5
5
|
var core_1 = require("@angular/core");
|
|
6
6
|
var tnp_core_1 = require("tnp-core");
|
|
7
7
|
var ng2_logger_1 = require("ng2-logger");
|
|
8
|
-
var log = ng2_logger_1.Log.create("[
|
|
8
|
+
var log = ng2_logger_1.Log.create("[firedev-helpers] long-press", ng2_logger_1.Level.__NOTHING);
|
|
9
9
|
var LongPress = /** @class */ (function () {
|
|
10
10
|
function LongPress() {
|
|
11
11
|
var _this = this;
|
|
@@ -54,7 +54,7 @@ var HelpersMerge;
|
|
|
54
54
|
project.baseline.customizableFilesAndFolders.forEach(function (customizableFileOrFolder) {
|
|
55
55
|
var globPath = tnp_core_1.path.join(pathToBaselineThroughtNodeModules(project), customizableFileOrFolder);
|
|
56
56
|
if (!tnp_core_1.fse.existsSync(globPath)) {
|
|
57
|
-
index_1.Helpers.error("Custombizable folder of file doesn't exist: ".concat(globPath, "\n\n Please add: ").concat(tnp_core_1.path.basename(globPath), " to your baseline\n\n or maybe forget ").concat(tnp_cli_1.CLI.chalk.bold('tnp install'), " or ").concat(tnp_cli_1.CLI.chalk.bold('tnp link'), " ?\n\n "));
|
|
57
|
+
index_1.Helpers.error("[firedev-helpers][allBaselineFiles] Custombizable folder of file doesn't exist: ".concat(globPath, "\n\n Please add: ").concat(tnp_core_1.path.basename(globPath), " to your baseline\n\n or maybe forget ").concat(tnp_cli_1.CLI.chalk.bold('tnp install'), " or ").concat(tnp_cli_1.CLI.chalk.bold('tnp link'), " ?\n\n "));
|
|
58
58
|
}
|
|
59
59
|
if (tnp_core_1.fse.statSync(globPath).isDirectory()) {
|
|
60
60
|
var globFiles = tnp_core_1.glob.sync("".concat(globPath, "/**/*.*"));
|
package/lib/project.js
CHANGED
|
@@ -65,13 +65,13 @@ var Project = /** @class */ (function (_super) {
|
|
|
65
65
|
return alreadyExist;
|
|
66
66
|
}
|
|
67
67
|
if (!tnp_core_1.fse.existsSync(location)) {
|
|
68
|
-
Helpers.log("[
|
|
68
|
+
Helpers.log("[firedev-helpers][project.from] Cannot find project in location: ".concat(location), 1);
|
|
69
69
|
Project.emptyLocations.push(location);
|
|
70
70
|
return;
|
|
71
71
|
}
|
|
72
72
|
if (PackageJSON && !PackageJSON.fromLocation(location)) {
|
|
73
73
|
if (!isDockerProject(location)) {
|
|
74
|
-
Helpers.log("[
|
|
74
|
+
Helpers.log("[firedev-helpers][project.from] Cannot find package.json in location: ".concat(location), 1);
|
|
75
75
|
Project.emptyLocations.push(location);
|
|
76
76
|
return;
|
|
77
77
|
}
|
|
@@ -79,7 +79,7 @@ var Project = /** @class */ (function (_super) {
|
|
|
79
79
|
;
|
|
80
80
|
var type = this.typeFrom(location);
|
|
81
81
|
PackageJSON && checkIfTypeIsNotCorrect(type, location);
|
|
82
|
-
// Helpers.log(`[
|
|
82
|
+
// Helpers.log(`[firedev-helpers] Type "${type}" for ${location} `)
|
|
83
83
|
var resultProject;
|
|
84
84
|
if (type === 'isomorphic-lib') {
|
|
85
85
|
resultProject = new (getClassFunction('ProjectIsomorphicLib'))(location);
|
|
@@ -126,11 +126,11 @@ var Project = /** @class */ (function (_super) {
|
|
|
126
126
|
// log(resultProject ? (`PROJECT ${resultProject.type} in ${location}`)
|
|
127
127
|
// : ('NO PROJECT FROM LOCATION ' + location))
|
|
128
128
|
if (resultProject) {
|
|
129
|
-
Helpers.log("[
|
|
129
|
+
Helpers.log("[firedev-helpers][project.from] ".concat(tnp_cli_1.CLI.chalk.bold(resultProject.name), " from ...").concat(location.substr(location.length - 100)), 1);
|
|
130
130
|
}
|
|
131
131
|
else {
|
|
132
132
|
if (PackageJSON) {
|
|
133
|
-
Helpers.log("[
|
|
133
|
+
Helpers.log("[firedev-helpers][project.from] project not found in ".concat(location), 1);
|
|
134
134
|
}
|
|
135
135
|
else {
|
|
136
136
|
var packagejsonpath = tnp_core_1.path.join(location, 'package.json');
|
|
@@ -154,7 +154,7 @@ var Project = /** @class */ (function (_super) {
|
|
|
154
154
|
options = options || {};
|
|
155
155
|
var type = options.type, findGitRoot = options.findGitRoot, onlyOutSideNodeModules = options.onlyOutSideNodeModules;
|
|
156
156
|
if (tnp_core_2._.isString(type) && !tnp_config_1.LibTypeArr.includes(type)) {
|
|
157
|
-
Helpers.error("[
|
|
157
|
+
Helpers.error("[firedev-helpers][project.nearestTo] wrong type: ".concat(type), false, true);
|
|
158
158
|
}
|
|
159
159
|
if (tnp_core_1.fse.existsSync(absoluteLocation)) {
|
|
160
160
|
absoluteLocation = tnp_core_1.fse.realpathSync(absoluteLocation);
|
|
@@ -278,7 +278,7 @@ var Project = /** @class */ (function (_super) {
|
|
|
278
278
|
//#region @backendFunc
|
|
279
279
|
var current = Project.From(process.cwd());
|
|
280
280
|
if (!current) {
|
|
281
|
-
Helpers.warn("[
|
|
281
|
+
Helpers.warn("[firedev-helpers] Current location is not a ".concat(tnp_cli_1.CLI.chalk.bold(tnp_config_1.config.frameworkName), " type project.\n\n location: \"").concat(process.cwd(), "\"\n\n }"));
|
|
282
282
|
return void 0;
|
|
283
283
|
}
|
|
284
284
|
return current;
|
|
@@ -332,7 +332,7 @@ var Project = /** @class */ (function (_super) {
|
|
|
332
332
|
}
|
|
333
333
|
var projectPath = tnp_config_1.config.pathes.projectsExamples(version).projectByType(libraryType);
|
|
334
334
|
if (!tnp_core_1.fse.existsSync(projectPath)) {
|
|
335
|
-
Helpers.error("\n ".concat(projectPath, "\n ").concat(projectPath.replace(/\//g, '\\\\'), "\n ").concat((0, tnp_core_1.crossPlatformPath)(projectPath), "\n [
|
|
335
|
+
Helpers.error("\n ".concat(projectPath, "\n ").concat(projectPath.replace(/\//g, '\\\\'), "\n ").concat((0, tnp_core_1.crossPlatformPath)(projectPath), "\n [firedev-helpers] Bad library type \"").concat(libraryType, "\" for this framework version \"").concat(version, "\"\n\n "), false, false);
|
|
336
336
|
}
|
|
337
337
|
return Project.From(projectPath);
|
|
338
338
|
//#endregion
|
|
@@ -423,7 +423,7 @@ function isDockerProject(location) {
|
|
|
423
423
|
function getClassFunction(className) {
|
|
424
424
|
var classFN = typescript_class_helpers_1.CLASS.getBy(className);
|
|
425
425
|
if (!classFN) {
|
|
426
|
-
Helpers.error("[
|
|
426
|
+
Helpers.error("[firedev-helpers][Project.From] cannot find class function by name ".concat(className));
|
|
427
427
|
}
|
|
428
428
|
return classFN;
|
|
429
429
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "13.1.
|
|
2
|
+
"version": "13.1.9",
|
|
3
3
|
"dependencies": {
|
|
4
|
-
"json10-writer": "~13.1.
|
|
5
|
-
"morphi": "~13.1.
|
|
6
|
-
"tnp-models": "~13.1.
|
|
4
|
+
"json10-writer": "~13.1.27",
|
|
5
|
+
"morphi": "~13.1.28",
|
|
6
|
+
"tnp-models": "~13.1.7"
|
|
7
7
|
},
|
|
8
8
|
"scripts": {
|
|
9
9
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
"homepage": "https://github.com/darekf77/tnp-helpers#readme",
|
|
16
16
|
"name": "tnp-helpers",
|
|
17
17
|
"devDependencies": {},
|
|
18
|
-
"lastBuildTagHash": "
|
|
18
|
+
"lastBuildTagHash": "3ecc7b9f64a21ac81e44c972969f1b07c8b3f957"
|
|
19
19
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"domain": "tnp-helpers.example.domain.com",
|
|
3
3
|
"name": "local",
|
|
4
|
+
"isCoreProject": false,
|
|
4
5
|
"ip": "localhost",
|
|
5
6
|
"packageJSON": {
|
|
6
7
|
"tnp": {
|
|
@@ -40,11 +41,11 @@
|
|
|
40
41
|
"firedev-helpers"
|
|
41
42
|
]
|
|
42
43
|
},
|
|
43
|
-
"version": "13.1.
|
|
44
|
+
"version": "13.1.9",
|
|
44
45
|
"dependencies": {
|
|
45
|
-
"json10-writer": "~13.1.
|
|
46
|
-
"morphi": "~13.1.
|
|
47
|
-
"tnp-models": "~13.1.
|
|
46
|
+
"json10-writer": "~13.1.27",
|
|
47
|
+
"morphi": "~13.1.28",
|
|
48
|
+
"tnp-models": "~13.1.7"
|
|
48
49
|
},
|
|
49
50
|
"scripts": {
|
|
50
51
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -58,32 +59,32 @@
|
|
|
58
59
|
"devDependencies": {
|
|
59
60
|
"@angular-devkit/build-angular": "~13.3.9",
|
|
60
61
|
"@angular-devkit/core": "~13.3.9",
|
|
61
|
-
"@angular/cdk": "
|
|
62
|
+
"@angular/cdk": "~13.3.9",
|
|
62
63
|
"@angular/cli": "~13.3.9",
|
|
63
64
|
"@angular/common": "~13.3.0",
|
|
64
65
|
"@angular/compiler": "~13.3.0",
|
|
65
66
|
"@angular/compiler-cli": "~13.3.0",
|
|
66
67
|
"@angular/core": "~13.3.0",
|
|
67
|
-
"@angular/flex-layout": "13.0.0-beta.38",
|
|
68
|
+
"@angular/flex-layout": "~13.0.0-beta.38",
|
|
68
69
|
"@angular/forms": "~13.3.0",
|
|
69
|
-
"@angular/material": "
|
|
70
|
+
"@angular/material": "~13.3.9",
|
|
70
71
|
"@angular/platform-browser": "~13.3.0",
|
|
71
72
|
"@angular/platform-browser-dynamic": "~13.3.0",
|
|
72
73
|
"@angular/pwa": "~13.3.9",
|
|
73
74
|
"@angular/router": "~13.3.0",
|
|
74
75
|
"@angular/service-worker": "~13.3.11",
|
|
75
|
-
"@babel/cli": "
|
|
76
|
+
"@babel/cli": "7.18.6",
|
|
76
77
|
"@iconify/icons-fa-solid": "1.2.2",
|
|
77
78
|
"@iconify/icons-mdi": "1.2.1",
|
|
78
79
|
"@mdi/js": "6.5.95",
|
|
79
|
-
"@ngrx/component-store": "
|
|
80
|
-
"@ngrx/data": "
|
|
81
|
-
"@ngrx/effects": "
|
|
82
|
-
"@ngrx/entity": "
|
|
83
|
-
"@ngrx/router-store": "
|
|
84
|
-
"@ngrx/schematics": "
|
|
85
|
-
"@ngrx/store": "
|
|
86
|
-
"@ngrx/store-devtools": "
|
|
80
|
+
"@ngrx/component-store": "~13.0.2",
|
|
81
|
+
"@ngrx/data": "~13.0.2",
|
|
82
|
+
"@ngrx/effects": "~13.0.2",
|
|
83
|
+
"@ngrx/entity": "~13.0.2",
|
|
84
|
+
"@ngrx/router-store": "~13.0.2",
|
|
85
|
+
"@ngrx/schematics": "~13.0.2",
|
|
86
|
+
"@ngrx/store": "~13.0.2",
|
|
87
|
+
"@ngrx/store-devtools": "~13.0.2",
|
|
87
88
|
"@ngx-formly/bootstrap": "6.0.0-next.8",
|
|
88
89
|
"@ngx-formly/core": "6.0.0-next.8",
|
|
89
90
|
"@ngx-formly/ionic": "6.0.0-next.8",
|
|
@@ -94,132 +95,133 @@
|
|
|
94
95
|
"@ngx-translate/core": "14.0.0",
|
|
95
96
|
"@ngx-translate/http-loader": "7.0.0",
|
|
96
97
|
"@swimlane/ngx-datatable": "20.0.0",
|
|
97
|
-
"@types/chai": "
|
|
98
|
+
"@types/chai": "4.1.2",
|
|
98
99
|
"@types/chokidar": "2.1.3",
|
|
99
|
-
"@types/dateformat": "
|
|
100
|
-
"@types/diff": "
|
|
101
|
-
"@types/express": "
|
|
102
|
-
"@types/express-fileupload": "
|
|
103
|
-
"@types/fs-extra": "
|
|
104
|
-
"@types/glob": "
|
|
105
|
-
"@types/http-proxy": "
|
|
100
|
+
"@types/dateformat": "1.0.1",
|
|
101
|
+
"@types/diff": "3.2.2",
|
|
102
|
+
"@types/express": "4.11.0",
|
|
103
|
+
"@types/express-fileupload": "0.1.1",
|
|
104
|
+
"@types/fs-extra": "7.0.0",
|
|
105
|
+
"@types/glob": "5.0.35",
|
|
106
|
+
"@types/http-proxy": "1.16.0",
|
|
106
107
|
"@types/http-proxy-middleware": "0.19.2",
|
|
107
|
-
"@types/inquirer": "
|
|
108
|
-
"@types/jasmine": "
|
|
109
|
-
"@types/json-stringify-safe": "
|
|
108
|
+
"@types/inquirer": "7.3.1",
|
|
109
|
+
"@types/jasmine": "3.10.0",
|
|
110
|
+
"@types/json-stringify-safe": "5.0.0",
|
|
110
111
|
"@types/json5": "0.0.29",
|
|
111
|
-
"@types/lockfile": "
|
|
112
|
+
"@types/lockfile": "1.0.0",
|
|
112
113
|
"@types/lodash": "4.14.92",
|
|
113
|
-
"@types/lowdb": "
|
|
114
|
-
"@types/mocha": "
|
|
115
|
-
"@types/node": "
|
|
116
|
-
"@types/node-notifier": "
|
|
117
|
-
"@types/oauth2orize": "
|
|
118
|
-
"@types/password-hash": "
|
|
119
|
-
"@types/progress": "
|
|
114
|
+
"@types/lowdb": "1.0.6",
|
|
115
|
+
"@types/mocha": "5.2.5",
|
|
116
|
+
"@types/node": "12.11.1",
|
|
117
|
+
"@types/node-notifier": "5.4.0",
|
|
118
|
+
"@types/oauth2orize": "1.8.0",
|
|
119
|
+
"@types/password-hash": "1.2.19",
|
|
120
|
+
"@types/progress": "2.0.3",
|
|
120
121
|
"@types/q": "1.5.5",
|
|
121
|
-
"@types/rimraf": "
|
|
122
|
+
"@types/rimraf": "2.0.2",
|
|
122
123
|
"@types/semver": "6.0.1",
|
|
123
|
-
"@types/systeminformation": "
|
|
124
|
-
"@types/vinyl": "
|
|
125
|
-
"@types/watch": "
|
|
126
|
-
"accepts": "
|
|
127
|
-
"any-project-cli": "~13.1.
|
|
128
|
-
"axios": "
|
|
129
|
-
"background-worker-process": "~13.1.
|
|
124
|
+
"@types/systeminformation": "3.23.0",
|
|
125
|
+
"@types/vinyl": "2.0.2",
|
|
126
|
+
"@types/watch": "1.0.0",
|
|
127
|
+
"accepts": "1.3.4",
|
|
128
|
+
"any-project-cli": "~13.1.16",
|
|
129
|
+
"axios": "0.17.1",
|
|
130
|
+
"background-worker-process": "~13.1.30",
|
|
130
131
|
"bcryptjs": "2.4.3",
|
|
131
132
|
"better-sqlite3": "7.6.2",
|
|
132
|
-
"body-parser": "
|
|
133
|
-
"bootstrap": "
|
|
133
|
+
"body-parser": "1.18.2",
|
|
134
|
+
"bootstrap": "5.1.3",
|
|
134
135
|
"bs4-breakpoint": "13.0.32",
|
|
135
|
-
"buffer-shims": "
|
|
136
|
+
"buffer-shims": "1.0.0",
|
|
136
137
|
"callsite-record": "4.1.3",
|
|
137
|
-
"chai": "
|
|
138
|
-
"chalk": "
|
|
139
|
-
"check-node-version": "
|
|
138
|
+
"chai": "4.2.0",
|
|
139
|
+
"chalk": "2.3.2",
|
|
140
|
+
"check-node-version": "3.2.0",
|
|
140
141
|
"cheerio": "1.0.0-rc.3",
|
|
141
142
|
"chokidar": "3.5.1",
|
|
142
|
-
"circular-json": "
|
|
143
|
-
"command-exists": "
|
|
143
|
+
"circular-json": "0.5.1",
|
|
144
|
+
"command-exists": "1.2.2",
|
|
144
145
|
"compression": "1.7.4",
|
|
145
|
-
"concurrently": "
|
|
146
|
-
"content-type": "
|
|
147
|
-
"cookie-parser": "
|
|
148
|
-
"copy-paste": "
|
|
149
|
-
"cors": "
|
|
150
|
-
"cpr": "
|
|
151
|
-
"cross-spawn": "
|
|
152
|
-
"dateformat": "
|
|
146
|
+
"concurrently": "3.5.1",
|
|
147
|
+
"content-type": "1.0.4",
|
|
148
|
+
"cookie-parser": "1.4.3",
|
|
149
|
+
"copy-paste": "1.3.0",
|
|
150
|
+
"cors": "2.8.4",
|
|
151
|
+
"cpr": "3.0.1",
|
|
152
|
+
"cross-spawn": "7.0.3",
|
|
153
|
+
"dateformat": "3.0.3",
|
|
153
154
|
"detect-mocha": "0.1.0",
|
|
154
|
-
"diff": "
|
|
155
|
+
"diff": "3.2.0",
|
|
155
156
|
"element-resize-detector": "1.1.15",
|
|
156
|
-
"enquirer": "
|
|
157
|
+
"enquirer": "2.3.0",
|
|
157
158
|
"enum-values": "1.2.1",
|
|
158
|
-
"errorhandler": "
|
|
159
|
+
"errorhandler": "1.5.0",
|
|
159
160
|
"eslint": "7.13.0",
|
|
160
161
|
"eslint-plugin-import": "2.22.1",
|
|
161
162
|
"eslint-plugin-jsdoc": "30.7.8",
|
|
162
163
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
163
|
-
"express": "
|
|
164
|
-
"express-fileupload": "
|
|
164
|
+
"express": "4.16.3",
|
|
165
|
+
"express-fileupload": "0.4.0",
|
|
165
166
|
"express-session": "1.17.3",
|
|
166
|
-
"fbgraph": "
|
|
167
|
-
"file-loader": "
|
|
168
|
-
"firedev
|
|
169
|
-
"firedev-crud
|
|
170
|
-
"firedev-
|
|
171
|
-
"firedev-
|
|
172
|
-
"firedev-
|
|
167
|
+
"fbgraph": "1.4.1",
|
|
168
|
+
"file-loader": "1.1.5",
|
|
169
|
+
"firedev": "^13",
|
|
170
|
+
"firedev-crud": "~13.1.35",
|
|
171
|
+
"firedev-crud-deamon": "~13.1.25",
|
|
172
|
+
"firedev-ports": "~13.1.29",
|
|
173
|
+
"firedev-storage": "~13.1.20",
|
|
174
|
+
"firedev-typeorm": "~13.1.10",
|
|
173
175
|
"fkill": "6.1.0",
|
|
174
|
-
"font-awesome": "
|
|
176
|
+
"font-awesome": "4.7.0",
|
|
175
177
|
"fs-extra": "8.1.0",
|
|
176
|
-
"fuzzy": "
|
|
177
|
-
"glob": "
|
|
178
|
-
"gulp": "
|
|
179
|
-
"hostile": "
|
|
180
|
-
"http-proxy": "
|
|
178
|
+
"fuzzy": "0.1.3",
|
|
179
|
+
"glob": "7.1.2",
|
|
180
|
+
"gulp": "3.9.1",
|
|
181
|
+
"hostile": "1.3.3",
|
|
182
|
+
"http-proxy": "1.16.2",
|
|
181
183
|
"http-proxy-middleware": "0.19.1",
|
|
182
184
|
"http-server": "0.11.1",
|
|
183
|
-
"incremental-compiler": "~13.1.
|
|
184
|
-
"inquirer": "
|
|
185
|
-
"inquirer-autocomplete-prompt": "
|
|
186
|
-
"is-elevated": "
|
|
185
|
+
"incremental-compiler": "~13.1.9",
|
|
186
|
+
"inquirer": "7.3.3",
|
|
187
|
+
"inquirer-autocomplete-prompt": "1.3.0",
|
|
188
|
+
"is-elevated": "3.0.0",
|
|
187
189
|
"isomorphic-region-loader": "~1.0.2",
|
|
188
|
-
"istanbul-instrumenter-loader": "
|
|
189
|
-
"jasmine-core": "
|
|
190
|
-
"jscodeshift": "
|
|
191
|
-
"json-stringify-safe": "
|
|
192
|
-
"json10": "~13.1.
|
|
193
|
-
"json5": "
|
|
194
|
-
"json5-writer": "
|
|
195
|
-
"karma": "
|
|
196
|
-
"karma-chrome-launcher": "
|
|
197
|
-
"karma-cli": "
|
|
198
|
-
"karma-coverage": "
|
|
199
|
-
"karma-jasmine": "
|
|
200
|
-
"karma-jasmine-html-reporter": "
|
|
201
|
-
"lnk": "
|
|
202
|
-
"lockfile": "
|
|
203
|
-
"lodash": "
|
|
204
|
-
"lodash-walk-object": "~13.1.
|
|
190
|
+
"istanbul-instrumenter-loader": "2.0.0",
|
|
191
|
+
"jasmine-core": "4.0.0",
|
|
192
|
+
"jscodeshift": "0.6.3",
|
|
193
|
+
"json-stringify-safe": "5.0.1",
|
|
194
|
+
"json10": "~13.1.29",
|
|
195
|
+
"json5": "2.1.3",
|
|
196
|
+
"json5-writer": "0.2.0",
|
|
197
|
+
"karma": "6.3.0",
|
|
198
|
+
"karma-chrome-launcher": "3.1.0",
|
|
199
|
+
"karma-cli": "1.0.1",
|
|
200
|
+
"karma-coverage": "2.1.0",
|
|
201
|
+
"karma-jasmine": "4.0.0",
|
|
202
|
+
"karma-jasmine-html-reporter": "1.7.0",
|
|
203
|
+
"lnk": "1.0.1",
|
|
204
|
+
"lockfile": "1.0.4",
|
|
205
|
+
"lodash": "4.17.4",
|
|
206
|
+
"lodash-walk-object": "~13.1.29",
|
|
205
207
|
"lodash.get": ">= 4",
|
|
206
208
|
"lodash.isequal": ">= 4",
|
|
207
209
|
"lodash.merge": ">= 4",
|
|
208
210
|
"lodash.set": ">= 4",
|
|
209
|
-
"lowdb": "
|
|
210
|
-
"magic-renamer": "~13.1.
|
|
211
|
+
"lowdb": "1.0.0",
|
|
212
|
+
"magic-renamer": "~13.1.17",
|
|
211
213
|
"material-design-icons": "3.0.1",
|
|
212
|
-
"method-override": "
|
|
213
|
-
"minimist": "
|
|
214
|
-
"mkdirp": "
|
|
215
|
-
"mocha": "
|
|
216
|
-
"moment": "
|
|
217
|
-
"ng-packagr": "
|
|
218
|
-
"ng-talkback": "~13.1.
|
|
219
|
-
"ng2-logger": "~13.1.
|
|
220
|
-
"ng2-rest": "~13.1.
|
|
221
|
-
"ng4-icons": "~13.1.
|
|
222
|
-
"ng4-modal": "~13.1.
|
|
214
|
+
"method-override": "2.3.10",
|
|
215
|
+
"minimist": "1.2.0",
|
|
216
|
+
"mkdirp": "0.5.1",
|
|
217
|
+
"mocha": "5.2.0",
|
|
218
|
+
"moment": "2.22.2",
|
|
219
|
+
"ng-packagr": "13.0.0",
|
|
220
|
+
"ng-talkback": "~13.1.19",
|
|
221
|
+
"ng2-logger": "~13.1.7",
|
|
222
|
+
"ng2-rest": "~13.1.7",
|
|
223
|
+
"ng4-icons": "~13.1.21",
|
|
224
|
+
"ng4-modal": "~13.1.23",
|
|
223
225
|
"ngx-bootstrap": "8.0.0",
|
|
224
226
|
"ngx-editor": "12.2.1",
|
|
225
227
|
"ngx-moment": "6.0.2",
|
|
@@ -227,68 +229,68 @@
|
|
|
227
229
|
"ngx-store": "3.1.1",
|
|
228
230
|
"ngx-toastr": "14.2.2",
|
|
229
231
|
"ngx-wig": "13.0.3",
|
|
230
|
-
"node-cli-tester": "~13.1.
|
|
232
|
+
"node-cli-tester": "~13.1.19",
|
|
231
233
|
"node-localstorage": "2.1.6",
|
|
232
|
-
"node-notifier": "
|
|
233
|
-
"nodemon": "
|
|
234
|
-
"npm-get-dependents": "
|
|
235
|
-
"npm-run": "
|
|
236
|
-
"omelette": "
|
|
234
|
+
"node-notifier": "6.0.0",
|
|
235
|
+
"nodemon": "1.14.11",
|
|
236
|
+
"npm-get-dependents": "1.0.1",
|
|
237
|
+
"npm-run": "4.1.2",
|
|
238
|
+
"omelette": "0.4.5",
|
|
237
239
|
"open": "7.2.1",
|
|
238
240
|
"ora": "3.4.0",
|
|
239
|
-
"passport": "
|
|
240
|
-
"passport-http-bearer": "
|
|
241
|
-
"password-hash": "
|
|
241
|
+
"passport": "0.3.2",
|
|
242
|
+
"passport-http-bearer": "1.0.1",
|
|
243
|
+
"password-hash": "1.2.2",
|
|
242
244
|
"portfinder": "1.0.21",
|
|
243
245
|
"prettier": "2.5.1",
|
|
244
|
-
"progress": "
|
|
245
|
-
"prompts": "
|
|
246
|
+
"progress": "2.0.3",
|
|
247
|
+
"prompts": "0.1.8",
|
|
246
248
|
"ps-list": "6.1.0",
|
|
247
|
-
"ps-node": "
|
|
248
|
-
"q": "
|
|
249
|
-
"randomcolor": "
|
|
250
|
-
"record-replay-req-res-scenario": "~13.1.
|
|
251
|
-
"reflect-metadata": "
|
|
252
|
-
"rimraf": "
|
|
249
|
+
"ps-node": "0.1.6",
|
|
250
|
+
"q": "1.5.1",
|
|
251
|
+
"randomcolor": "0.5.3",
|
|
252
|
+
"record-replay-req-res-scenario": "~13.1.20",
|
|
253
|
+
"reflect-metadata": "0.1.10",
|
|
254
|
+
"rimraf": "2.6.2",
|
|
253
255
|
"rxjs": "~7.5.0",
|
|
254
256
|
"semver": "6.3.0",
|
|
255
|
-
"simple-git": "
|
|
256
|
-
"sloc": "
|
|
257
|
-
"socket.io": "
|
|
258
|
-
"sort-package-json": "
|
|
259
|
-
"sql.js": "
|
|
257
|
+
"simple-git": "1.96.0",
|
|
258
|
+
"sloc": "0.2.0",
|
|
259
|
+
"socket.io": "2.4.1",
|
|
260
|
+
"sort-package-json": "1.11.0",
|
|
261
|
+
"sql.js": "1.8.0",
|
|
260
262
|
"static-columns": "~13.1.29",
|
|
261
|
-
"string-similarity": "
|
|
262
|
-
"sudo-block": "
|
|
263
|
-
"systeminformation": "
|
|
264
|
-
"task.js": "
|
|
265
|
-
"tnp-cli": "~13.1.
|
|
266
|
-
"tnp-config": "~13.1.
|
|
267
|
-
"tnp-core": "~13.1.
|
|
268
|
-
"tnp-db": "~13.1.
|
|
269
|
-
"tnp-helpers": "~13.1.
|
|
270
|
-
"tnp-ui": "~13.1.
|
|
271
|
-
"ts-debug": "
|
|
272
|
-
"ts-loader": "
|
|
273
|
-
"ts-node": "
|
|
274
|
-
"tslib": "
|
|
275
|
-
"typeorm": "
|
|
263
|
+
"string-similarity": "4.0.2",
|
|
264
|
+
"sudo-block": "3.0.0",
|
|
265
|
+
"systeminformation": "3.45.7",
|
|
266
|
+
"task.js": "0.1.5",
|
|
267
|
+
"tnp-cli": "~13.1.34",
|
|
268
|
+
"tnp-config": "~13.1.49",
|
|
269
|
+
"tnp-core": "~13.1.54",
|
|
270
|
+
"tnp-db": "~13.1.5",
|
|
271
|
+
"tnp-helpers": "~13.1.8",
|
|
272
|
+
"tnp-ui": "~13.1.27",
|
|
273
|
+
"ts-debug": "1.3.0",
|
|
274
|
+
"ts-loader": "2.3.1",
|
|
275
|
+
"ts-node": "10.7.0",
|
|
276
|
+
"tslib": "~2.3.0",
|
|
277
|
+
"typeorm": "~0.3.10",
|
|
276
278
|
"typescript": "~4.6.2",
|
|
277
|
-
"typescript-class-helpers": "~13.1.
|
|
278
|
-
"typescript-formatter": "7.2.2",
|
|
279
|
-
"underscore": "
|
|
280
|
-
"uuid": "
|
|
281
|
-
"validator": "
|
|
282
|
-
"vpn-split": "~13.1.
|
|
283
|
-
"watch": "
|
|
279
|
+
"typescript-class-helpers": "~13.1.8",
|
|
280
|
+
"typescript-formatter": "~7.2.2",
|
|
281
|
+
"underscore": "1.9.1",
|
|
282
|
+
"uuid": "8.3.2",
|
|
283
|
+
"validator": "9.2.0",
|
|
284
|
+
"vpn-split": "~13.1.23",
|
|
285
|
+
"watch": "1.0.2",
|
|
284
286
|
"zone.js": "~0.11.4"
|
|
285
287
|
},
|
|
286
|
-
"lastBuildTagHash": "
|
|
288
|
+
"lastBuildTagHash": "3ecc7b9f64a21ac81e44c972969f1b07c8b3f957"
|
|
287
289
|
},
|
|
288
290
|
"build": {
|
|
289
|
-
"number":
|
|
290
|
-
"date": "2022-12-
|
|
291
|
-
"hash": "
|
|
291
|
+
"number": 463,
|
|
292
|
+
"date": "2022-12-30T03:36:23.000Z",
|
|
293
|
+
"hash": "f93c69699d4aa7aeb0d7393f68f58a7aed3ebbcf",
|
|
292
294
|
"options": {}
|
|
293
295
|
},
|
|
294
296
|
"currentProjectName": "tnp-helpers",
|
|
@@ -296,7 +298,7 @@
|
|
|
296
298
|
"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-helpers%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\"]}]}",
|
|
297
299
|
"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
300
|
"currentProjectType": "isomorphic-lib",
|
|
299
|
-
"currentFrameworkVersion": "13.1.
|
|
301
|
+
"currentFrameworkVersion": "13.1.110",
|
|
300
302
|
"currentProjectIsStrictSite": false,
|
|
301
303
|
"currentProjectIsDependencySite": false,
|
|
302
304
|
"currentProjectIsStatic": false,
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
;
|
|
2
|
+
({}); // @--end-of-file-for-module=tnp-helpers tmp-src-bundle-websql/lib/firedev-models.ts
|
|
3
|
+
export {};
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlyZWRldi1tb2RlbHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC90bnAtaGVscGVycy9wcm9qZWN0cy90bnAtaGVscGVycy9zcmMvbGliL2ZpcmVkZXYtbW9kZWxzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNDLENBQUM7QUFBQSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsb0ZBQW9GIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IG5hbWVzcGFjZSBGaXJlZGV2TW9kZWxzIHtcblxuICBleHBvcnQgaW50ZXJmYWNlIFZTQ29kZVNldHRpbmdzIHtcbiAgICAnZmlsZXMuZXhjbHVkZSc6IHsgW2ZpbGVzOiBzdHJpbmddOiBib29sZWFuOyB9O1xuICAgICd3b3JrYmVuY2guY29sb3JUaGVtZSc6ICdEZWZhdWx0IExpZ2h0KycgfCAnS2ltYmllIERhcmsnLFxuICAgICd3b3JrYmVuY2guY29sb3JDdXN0b21pemF0aW9ucyc6IHtcbiAgICAgICdhY3Rpdml0eUJhci5iYWNrZ3JvdW5kJz86IHN0cmluZztcbiAgICAgICdhY3Rpdml0eUJhci5mb3JlZ3JvdW5kJz86IHN0cmluZztcbiAgICAgICdzdGF0dXNCYXIuYmFja2dyb3VuZCc/OiBzdHJpbmc7XG4gICAgfVxuICB9XG5cblxufVxuIDsoe30pOyAvLyBALS1lbmQtb2YtZmlsZS1mb3ItbW9kdWxlPXRucC1oZWxwZXJzIHRtcC1zcmMtYnVuZGxlLXdlYnNxbC9saWIvZmlyZWRldi1tb2RlbHMudHMiXX0=
|