magic-renamer 16.444.4 → 16.444.6
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 +5 -5
- package/assets/shared/shared_folder_info.txt +1 -1
- package/bin/magic-renamer +10 -10
- package/bin/magic-renamer-debug +10 -10
- package/browser/README.md +24 -24
- package/client/README.md +24 -24
- package/client/package.json +25 -24
- package/firedev.jsonc +44 -44
- package/lib/build-info._auto-generated_.d.ts +1 -0
- package/lib/build-info._auto-generated_.js +5 -0
- package/lib/build-info._auto-generated_.js.map +1 -0
- package/package.json +3 -3
- package/tmp-environment.json +30 -29
- package/websql/README.md +24 -24
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# magic renamer
|
|
2
|
-
|
|
3
|
-
rename/copy things in magical way in [firedev.io](https://github.com/darekf77/firedev) Visual Studio Plugin...
|
|
4
|
-
|
|
5
|
-
<p style="text-align: center;"><img src="./firedev.png" ></p>
|
|
1
|
+
# magic renamer
|
|
2
|
+
|
|
3
|
+
rename/copy things in magical way in [firedev.io](https://github.com/darekf77/firedev) Visual Studio Plugin...
|
|
4
|
+
|
|
5
|
+
<p style="text-align: center;"><img src="./firedev.png" ></p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
|
2
2
|
|
|
3
|
-
Assets from this folder are being shipped with this npm package (magic-renamer@16.444.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (magic-renamer@16.444.6)
|
|
4
4
|
created from this project.
|
|
5
5
|
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
package/bin/magic-renamer
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
var { fse, crossPlatformPath, path } = require('tnp-core');
|
|
3
|
-
var path = {
|
|
4
|
-
dist: path.join(crossPlatformPath(__dirname), '../dist/index.js'),
|
|
5
|
-
bundle: path.join(crossPlatformPath(__dirname), '../index.js')
|
|
6
|
-
}
|
|
7
|
-
var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
|
|
8
|
-
global.globalSystemToolMode = true;
|
|
9
|
-
var run = require(p).run;
|
|
10
|
-
run(process.argv.slice(2));
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
var { fse, crossPlatformPath, path } = require('tnp-core');
|
|
3
|
+
var path = {
|
|
4
|
+
dist: path.join(crossPlatformPath(__dirname), '../dist/index.js'),
|
|
5
|
+
bundle: path.join(crossPlatformPath(__dirname), '../index.js')
|
|
6
|
+
}
|
|
7
|
+
var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
|
|
8
|
+
global.globalSystemToolMode = true;
|
|
9
|
+
var run = require(p).run;
|
|
10
|
+
run(process.argv.slice(2));
|
package/bin/magic-renamer-debug
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#!/usr/bin/env node --inspect
|
|
2
|
-
var { fse, crossPlatformPath, path } = require('tnp-core');
|
|
3
|
-
var path = {
|
|
4
|
-
dist: path.join(crossPlatformPath(__dirname), '../dist/index.js'),
|
|
5
|
-
bundle: path.join(crossPlatformPath(__dirname), '../index.js')
|
|
6
|
-
}
|
|
7
|
-
var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
|
|
8
|
-
global.globalSystemToolMode = true;
|
|
9
|
-
var run = require(p).run;
|
|
10
|
-
run(process.argv.slice(2));
|
|
1
|
+
#!/usr/bin/env node --inspect
|
|
2
|
+
var { fse, crossPlatformPath, path } = require('tnp-core');
|
|
3
|
+
var path = {
|
|
4
|
+
dist: path.join(crossPlatformPath(__dirname), '../dist/index.js'),
|
|
5
|
+
bundle: path.join(crossPlatformPath(__dirname), '../index.js')
|
|
6
|
+
}
|
|
7
|
+
var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
|
|
8
|
+
global.globalSystemToolMode = true;
|
|
9
|
+
var run = require(p).run;
|
|
10
|
+
run(process.argv.slice(2));
|
package/browser/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
package/client/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
package/client/package.json
CHANGED
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"workerPlugins": {}
|
|
40
40
|
},
|
|
41
41
|
"name": "magic-renamer",
|
|
42
|
-
"version": "16.444.
|
|
42
|
+
"version": "16.444.6",
|
|
43
43
|
"bin": {
|
|
44
44
|
"magic-renamer": "bin/magic-renamer",
|
|
45
45
|
"magic-renamer-debug": "bin/magic-renamer-debug"
|
|
46
46
|
},
|
|
47
47
|
"license": "UNLICENSED",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"tnp-helpers": "16.444.
|
|
49
|
+
"tnp-helpers": "16.444.8"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@angular-builders/custom-webpack": "~16.0.2-beta.2",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"angular-material-css-vars": "5.0.2",
|
|
135
135
|
"angular-resize-event": "3.2.0",
|
|
136
136
|
"animate.css": "4.1.1 ",
|
|
137
|
-
"any-project-cli": "16.444.
|
|
137
|
+
"any-project-cli": "16.444.7",
|
|
138
138
|
"app-root-path": "3.0.0",
|
|
139
139
|
"axios": "1.3.5",
|
|
140
140
|
"background-worker-process": "16.100.10",
|
|
@@ -190,12 +190,12 @@
|
|
|
190
190
|
"file-saver": "2.0.5",
|
|
191
191
|
"file-type": "18.5.0",
|
|
192
192
|
"firedev": "^16",
|
|
193
|
-
"firedev-crud": "16.444.
|
|
194
|
-
"firedev-crud-deamon": "16.444.
|
|
195
|
-
"firedev-ports": "16.444.
|
|
196
|
-
"firedev-storage": "16.444.
|
|
197
|
-
"firedev-type-sql": "16.444.
|
|
198
|
-
"firedev-typeorm": "16.444.
|
|
193
|
+
"firedev-crud": "16.444.6",
|
|
194
|
+
"firedev-crud-deamon": "16.444.7",
|
|
195
|
+
"firedev-ports": "16.444.6",
|
|
196
|
+
"firedev-storage": "16.444.5",
|
|
197
|
+
"firedev-type-sql": "16.444.6",
|
|
198
|
+
"firedev-typeorm": "16.444.5",
|
|
199
199
|
"firedev-ui": "16.444.1",
|
|
200
200
|
"fkill": "6.1.0",
|
|
201
201
|
"font-awesome": "4.7.0",
|
|
@@ -214,11 +214,11 @@
|
|
|
214
214
|
"image-focus": "1.2.1",
|
|
215
215
|
"immer": "10.0.2",
|
|
216
216
|
"immutable": "4.3.0",
|
|
217
|
-
"incremental-compiler": "16.444.
|
|
217
|
+
"incremental-compiler": "16.444.8",
|
|
218
218
|
"inquirer": "7.3.3",
|
|
219
219
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
220
220
|
"is-elevated": "3.0.0",
|
|
221
|
-
"isomorphic-region-loader": "16.444.
|
|
221
|
+
"isomorphic-region-loader": "16.444.6",
|
|
222
222
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
223
223
|
"jest": "29.5.0",
|
|
224
224
|
"jest-date-mock": "1.0.8",
|
|
@@ -229,8 +229,8 @@
|
|
|
229
229
|
"joi": "17.9.2",
|
|
230
230
|
"jscodeshift": "0.6.3",
|
|
231
231
|
"json-stringify-safe": "5.0.1",
|
|
232
|
-
"json10": "16.444.
|
|
233
|
-
"json10-writer": "16.444.
|
|
232
|
+
"json10": "16.444.6",
|
|
233
|
+
"json10-writer": "16.444.7",
|
|
234
234
|
"json5": "2.2.1",
|
|
235
235
|
"json5-writer": "0.2.0",
|
|
236
236
|
"jszip": "3.10.1",
|
|
@@ -239,9 +239,9 @@
|
|
|
239
239
|
"localforage": "1.10.0",
|
|
240
240
|
"lockfile": "1.0.4",
|
|
241
241
|
"lodash": "4.17.20",
|
|
242
|
-
"lodash-walk-object": "16.444.
|
|
242
|
+
"lodash-walk-object": "16.444.5",
|
|
243
243
|
"lowdb": "7.0.1",
|
|
244
|
-
"magic-renamer": "16.444.
|
|
244
|
+
"magic-renamer": "16.444.5",
|
|
245
245
|
"material-design-icons": "3.0.1",
|
|
246
246
|
"method-override": "2.3.10",
|
|
247
247
|
"minimist": "1.2.0",
|
|
@@ -253,9 +253,9 @@
|
|
|
253
253
|
"ng-lock": "16.0.1",
|
|
254
254
|
"ng-packagr": "16.0.1",
|
|
255
255
|
"ng-talkback": "16.444.1",
|
|
256
|
-
"ng2-logger": "16.444.
|
|
256
|
+
"ng2-logger": "16.444.7",
|
|
257
257
|
"ng2-pdfjs-viewer": "16.0.4",
|
|
258
|
-
"ng2-rest": "16.444.
|
|
258
|
+
"ng2-rest": "16.444.5",
|
|
259
259
|
"ngx-ace-wrapper": "14.0.0",
|
|
260
260
|
"ngx-editor": "15.3.0",
|
|
261
261
|
"ngx-highlightjs": "9.0.0",
|
|
@@ -305,7 +305,8 @@
|
|
|
305
305
|
"simple-git": "1.96.0",
|
|
306
306
|
"sinon": "15.2.0",
|
|
307
307
|
"sloc": "0.2.0",
|
|
308
|
-
"socket.io": "
|
|
308
|
+
"socket.io": "4.7.5",
|
|
309
|
+
"socket.io-client": "4.7.5",
|
|
309
310
|
"sort-package-json": "1.11.0",
|
|
310
311
|
"sql.js": "1.8.0",
|
|
311
312
|
"static-columns": "16.444.3",
|
|
@@ -317,10 +318,10 @@
|
|
|
317
318
|
"task.js": "0.1.5",
|
|
318
319
|
"threads": "1.7.0",
|
|
319
320
|
"tnp-cli": "16.444.1",
|
|
320
|
-
"tnp-config": "16.444.
|
|
321
|
-
"tnp-core": "16.444.
|
|
322
|
-
"tnp-db": "16.444.
|
|
323
|
-
"tnp-models": "16.444.
|
|
321
|
+
"tnp-config": "16.444.7",
|
|
322
|
+
"tnp-core": "16.444.8",
|
|
323
|
+
"tnp-db": "16.444.6",
|
|
324
|
+
"tnp-models": "16.444.7",
|
|
324
325
|
"ts-debug": "1.3.0",
|
|
325
326
|
"ts-json-schema-generator": "2.1.1",
|
|
326
327
|
"ts-loader": "2.3.1",
|
|
@@ -331,7 +332,7 @@
|
|
|
331
332
|
"typedoc": "0.25.13",
|
|
332
333
|
"typedoc-plugin-markdown": "4.0.3",
|
|
333
334
|
"typescript": "~5.0.2",
|
|
334
|
-
"typescript-class-helpers": "~16.444.
|
|
335
|
+
"typescript-class-helpers": "~16.444.7",
|
|
335
336
|
"typescript-formatter": "~7.2.2",
|
|
336
337
|
"underscore": "1.9.1",
|
|
337
338
|
"uuid": "8.3.2",
|
|
@@ -348,6 +349,6 @@
|
|
|
348
349
|
"zone.js": "~0.13.0"
|
|
349
350
|
},
|
|
350
351
|
"private": false,
|
|
351
|
-
"lastBuildTagHash": "
|
|
352
|
+
"lastBuildTagHash": "40e63e05e9d59425a24a83019ac8d7b2445ccc00",
|
|
352
353
|
"main": "index.js"
|
|
353
354
|
}
|
package/firedev.jsonc
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": [
|
|
3
|
-
"README.md"
|
|
4
|
-
],
|
|
5
|
-
|
|
6
|
-
"overrided": {
|
|
7
|
-
"ignoreDepsPattern": [],
|
|
8
|
-
"includeAsDev": [],
|
|
9
|
-
|
|
10
|
-
"includeOnly": [
|
|
11
|
-
"tnp-helpers"
|
|
12
|
-
],
|
|
13
|
-
|
|
14
|
-
"dependencies": {},
|
|
15
|
-
"linkedFolders": [],
|
|
16
|
-
"npmFixes": [],
|
|
17
|
-
},
|
|
18
|
-
|
|
19
|
-
"smartContainerBuildTarget": "",
|
|
20
|
-
"linkedRepos": [],
|
|
21
|
-
|
|
22
|
-
"libReleaseOptions": {
|
|
23
|
-
"nodts": false,
|
|
24
|
-
"obscure": false,
|
|
25
|
-
"ugly": false,
|
|
26
|
-
"includeNodeModules": false,
|
|
27
|
-
"cliBuildNoDts": false,
|
|
28
|
-
"cliBuildObscure": false,
|
|
29
|
-
"cliBuildIncludeNodeModules": false,
|
|
30
|
-
"cliBuildUglify": false,
|
|
31
|
-
},
|
|
32
|
-
|
|
33
|
-
"smartContainerTarget": "",
|
|
34
|
-
"type": "isomorphic-lib",
|
|
35
|
-
"isCoreProject": false,
|
|
36
|
-
"useFramework": false,
|
|
37
|
-
"required": [],
|
|
38
|
-
"version": "v16",
|
|
39
|
-
"isGenerated": false,
|
|
40
|
-
"requiredServers": [],
|
|
41
|
-
"license": "UNLICENSED",
|
|
42
|
-
"private": false,
|
|
43
|
-
"main": "index.js",
|
|
44
|
-
"workerPlugins": {},
|
|
1
|
+
{
|
|
2
|
+
"resources": [
|
|
3
|
+
"README.md"
|
|
4
|
+
],
|
|
5
|
+
|
|
6
|
+
"overrided": {
|
|
7
|
+
"ignoreDepsPattern": [],
|
|
8
|
+
"includeAsDev": [],
|
|
9
|
+
|
|
10
|
+
"includeOnly": [
|
|
11
|
+
"tnp-helpers"
|
|
12
|
+
],
|
|
13
|
+
|
|
14
|
+
"dependencies": {},
|
|
15
|
+
"linkedFolders": [],
|
|
16
|
+
"npmFixes": [],
|
|
17
|
+
},
|
|
18
|
+
|
|
19
|
+
"smartContainerBuildTarget": "",
|
|
20
|
+
"linkedRepos": [],
|
|
21
|
+
|
|
22
|
+
"libReleaseOptions": {
|
|
23
|
+
"nodts": false,
|
|
24
|
+
"obscure": false,
|
|
25
|
+
"ugly": false,
|
|
26
|
+
"includeNodeModules": false,
|
|
27
|
+
"cliBuildNoDts": false,
|
|
28
|
+
"cliBuildObscure": false,
|
|
29
|
+
"cliBuildIncludeNodeModules": false,
|
|
30
|
+
"cliBuildUglify": false,
|
|
31
|
+
},
|
|
32
|
+
|
|
33
|
+
"smartContainerTarget": "",
|
|
34
|
+
"type": "isomorphic-lib",
|
|
35
|
+
"isCoreProject": false,
|
|
36
|
+
"useFramework": false,
|
|
37
|
+
"required": [],
|
|
38
|
+
"version": "v16",
|
|
39
|
+
"isGenerated": false,
|
|
40
|
+
"requiredServers": [],
|
|
41
|
+
"license": "UNLICENSED",
|
|
42
|
+
"private": false,
|
|
43
|
+
"main": "index.js",
|
|
44
|
+
"workerPlugins": {},
|
|
45
45
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AACa,QAAA,wBAAwB,GAAG,KAAK,CAAC"}
|
package/package.json
CHANGED
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"workerPlugins": {}
|
|
40
40
|
},
|
|
41
41
|
"name": "magic-renamer",
|
|
42
|
-
"version": "16.444.
|
|
42
|
+
"version": "16.444.6",
|
|
43
43
|
"bin": {
|
|
44
44
|
"magic-renamer": "bin/magic-renamer",
|
|
45
45
|
"magic-renamer-debug": "bin/magic-renamer-debug"
|
|
46
46
|
},
|
|
47
47
|
"license": "UNLICENSED",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"tnp-helpers": "16.444.
|
|
49
|
+
"tnp-helpers": "16.444.8"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {},
|
|
52
52
|
"private": false,
|
|
53
|
-
"lastBuildTagHash": "
|
|
53
|
+
"lastBuildTagHash": "40e63e05e9d59425a24a83019ac8d7b2445ccc00",
|
|
54
54
|
"main": "index.js"
|
|
55
55
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"workerPlugins": {}
|
|
44
44
|
},
|
|
45
45
|
"name": "magic-renamer",
|
|
46
|
-
"version": "16.444.
|
|
46
|
+
"version": "16.444.6",
|
|
47
47
|
"bin": {
|
|
48
48
|
"magic-renamer": "bin/magic-renamer",
|
|
49
49
|
"magic-renamer-debug": "bin/magic-renamer-debug"
|
|
50
50
|
},
|
|
51
51
|
"license": "UNLICENSED",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"tnp-helpers": "16.444.
|
|
53
|
+
"tnp-helpers": "16.444.8"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@angular-builders/custom-webpack": "~16.0.2-beta.2",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"angular-material-css-vars": "5.0.2",
|
|
139
139
|
"angular-resize-event": "3.2.0",
|
|
140
140
|
"animate.css": "4.1.1 ",
|
|
141
|
-
"any-project-cli": "16.444.
|
|
141
|
+
"any-project-cli": "16.444.7",
|
|
142
142
|
"app-root-path": "3.0.0",
|
|
143
143
|
"axios": "1.3.5",
|
|
144
144
|
"background-worker-process": "16.100.10",
|
|
@@ -194,12 +194,12 @@
|
|
|
194
194
|
"file-saver": "2.0.5",
|
|
195
195
|
"file-type": "18.5.0",
|
|
196
196
|
"firedev": "^16",
|
|
197
|
-
"firedev-crud": "16.444.
|
|
198
|
-
"firedev-crud-deamon": "16.444.
|
|
199
|
-
"firedev-ports": "16.444.
|
|
200
|
-
"firedev-storage": "16.444.
|
|
201
|
-
"firedev-type-sql": "16.444.
|
|
202
|
-
"firedev-typeorm": "16.444.
|
|
197
|
+
"firedev-crud": "16.444.6",
|
|
198
|
+
"firedev-crud-deamon": "16.444.7",
|
|
199
|
+
"firedev-ports": "16.444.6",
|
|
200
|
+
"firedev-storage": "16.444.5",
|
|
201
|
+
"firedev-type-sql": "16.444.6",
|
|
202
|
+
"firedev-typeorm": "16.444.5",
|
|
203
203
|
"firedev-ui": "16.444.1",
|
|
204
204
|
"fkill": "6.1.0",
|
|
205
205
|
"font-awesome": "4.7.0",
|
|
@@ -218,11 +218,11 @@
|
|
|
218
218
|
"image-focus": "1.2.1",
|
|
219
219
|
"immer": "10.0.2",
|
|
220
220
|
"immutable": "4.3.0",
|
|
221
|
-
"incremental-compiler": "16.444.
|
|
221
|
+
"incremental-compiler": "16.444.8",
|
|
222
222
|
"inquirer": "7.3.3",
|
|
223
223
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
224
224
|
"is-elevated": "3.0.0",
|
|
225
|
-
"isomorphic-region-loader": "16.444.
|
|
225
|
+
"isomorphic-region-loader": "16.444.6",
|
|
226
226
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
227
227
|
"jest": "29.5.0",
|
|
228
228
|
"jest-date-mock": "1.0.8",
|
|
@@ -233,8 +233,8 @@
|
|
|
233
233
|
"joi": "17.9.2",
|
|
234
234
|
"jscodeshift": "0.6.3",
|
|
235
235
|
"json-stringify-safe": "5.0.1",
|
|
236
|
-
"json10": "16.444.
|
|
237
|
-
"json10-writer": "16.444.
|
|
236
|
+
"json10": "16.444.6",
|
|
237
|
+
"json10-writer": "16.444.7",
|
|
238
238
|
"json5": "2.2.1",
|
|
239
239
|
"json5-writer": "0.2.0",
|
|
240
240
|
"jszip": "3.10.1",
|
|
@@ -243,9 +243,9 @@
|
|
|
243
243
|
"localforage": "1.10.0",
|
|
244
244
|
"lockfile": "1.0.4",
|
|
245
245
|
"lodash": "4.17.20",
|
|
246
|
-
"lodash-walk-object": "16.444.
|
|
246
|
+
"lodash-walk-object": "16.444.5",
|
|
247
247
|
"lowdb": "7.0.1",
|
|
248
|
-
"magic-renamer": "16.444.
|
|
248
|
+
"magic-renamer": "16.444.5",
|
|
249
249
|
"material-design-icons": "3.0.1",
|
|
250
250
|
"method-override": "2.3.10",
|
|
251
251
|
"minimist": "1.2.0",
|
|
@@ -257,9 +257,9 @@
|
|
|
257
257
|
"ng-lock": "16.0.1",
|
|
258
258
|
"ng-packagr": "16.0.1",
|
|
259
259
|
"ng-talkback": "16.444.1",
|
|
260
|
-
"ng2-logger": "16.444.
|
|
260
|
+
"ng2-logger": "16.444.7",
|
|
261
261
|
"ng2-pdfjs-viewer": "16.0.4",
|
|
262
|
-
"ng2-rest": "16.444.
|
|
262
|
+
"ng2-rest": "16.444.5",
|
|
263
263
|
"ngx-ace-wrapper": "14.0.0",
|
|
264
264
|
"ngx-editor": "15.3.0",
|
|
265
265
|
"ngx-highlightjs": "9.0.0",
|
|
@@ -309,7 +309,8 @@
|
|
|
309
309
|
"simple-git": "1.96.0",
|
|
310
310
|
"sinon": "15.2.0",
|
|
311
311
|
"sloc": "0.2.0",
|
|
312
|
-
"socket.io": "
|
|
312
|
+
"socket.io": "4.7.5",
|
|
313
|
+
"socket.io-client": "4.7.5",
|
|
313
314
|
"sort-package-json": "1.11.0",
|
|
314
315
|
"sql.js": "1.8.0",
|
|
315
316
|
"static-columns": "16.444.3",
|
|
@@ -321,10 +322,10 @@
|
|
|
321
322
|
"task.js": "0.1.5",
|
|
322
323
|
"threads": "1.7.0",
|
|
323
324
|
"tnp-cli": "16.444.1",
|
|
324
|
-
"tnp-config": "16.444.
|
|
325
|
-
"tnp-core": "16.444.
|
|
326
|
-
"tnp-db": "16.444.
|
|
327
|
-
"tnp-models": "16.444.
|
|
325
|
+
"tnp-config": "16.444.7",
|
|
326
|
+
"tnp-core": "16.444.8",
|
|
327
|
+
"tnp-db": "16.444.6",
|
|
328
|
+
"tnp-models": "16.444.7",
|
|
328
329
|
"ts-debug": "1.3.0",
|
|
329
330
|
"ts-json-schema-generator": "2.1.1",
|
|
330
331
|
"ts-loader": "2.3.1",
|
|
@@ -335,7 +336,7 @@
|
|
|
335
336
|
"typedoc": "0.25.13",
|
|
336
337
|
"typedoc-plugin-markdown": "4.0.3",
|
|
337
338
|
"typescript": "~5.0.2",
|
|
338
|
-
"typescript-class-helpers": "~16.444.
|
|
339
|
+
"typescript-class-helpers": "~16.444.7",
|
|
339
340
|
"typescript-formatter": "~7.2.2",
|
|
340
341
|
"underscore": "1.9.1",
|
|
341
342
|
"uuid": "8.3.2",
|
|
@@ -352,18 +353,18 @@
|
|
|
352
353
|
"zone.js": "~0.13.0"
|
|
353
354
|
},
|
|
354
355
|
"private": false,
|
|
355
|
-
"lastBuildTagHash": "
|
|
356
|
-
"main": "
|
|
356
|
+
"lastBuildTagHash": "40e63e05e9d59425a24a83019ac8d7b2445ccc00",
|
|
357
|
+
"main": "dist/app.electron.js"
|
|
357
358
|
},
|
|
358
359
|
"build": {
|
|
359
|
-
"number":
|
|
360
|
-
"date": "2024-06-
|
|
361
|
-
"hash": "
|
|
360
|
+
"number": 266,
|
|
361
|
+
"date": "2024-06-29T15:10:38.000Z",
|
|
362
|
+
"hash": "2380637bc95ba49660c5dbecdc8a1d190059f0d3"
|
|
362
363
|
},
|
|
363
364
|
"currentProjectName": "magic-renamer",
|
|
364
365
|
"currentProjectGenericName": "magic-renamer",
|
|
365
366
|
"currentProjectType": "isomorphic-lib",
|
|
366
|
-
"currentFrameworkVersion": "16.444.
|
|
367
|
+
"currentFrameworkVersion": "16.444.7",
|
|
367
368
|
"isStandaloneProject": true,
|
|
368
369
|
"isSmartContainer": false,
|
|
369
370
|
"pathesTsconfig": "\"paths\": {\"magic-renamer\":[\"./src/lib\"],\"magic-renamer/*\":[\"./src/lib/*\"]},",
|
package/websql/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|