magic-renamer 18.0.18 → 18.0.20

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 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@18.0.18)
3
+ Assets from this folder are being shipped with this npm package (magic-renamer@18.0.20)
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));
@@ -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/package.json CHANGED
@@ -39,17 +39,17 @@
39
39
  "workerPlugins": {}
40
40
  },
41
41
  "name": "magic-renamer",
42
- "version": "18.0.18",
42
+ "version": "18.0.20",
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": "~18.0.18"
49
+ "tnp-helpers": "~18.0.20"
50
50
  },
51
51
  "devDependencies": {},
52
52
  "private": false,
53
- "lastBuildTagHash": "b6fa5c4c87e84fbe2c90a6d9c56f3f17e3f92b88",
54
- "main": "dist/app.electron.js"
53
+ "lastBuildTagHash": "c72108075cc4ca4cef237ad4c1656fc62e7a07ff",
54
+ "main": "index.js"
55
55
  }
package/taon.jsonc CHANGED
@@ -1,39 +1,39 @@
1
- {
2
- "resources": ["README.md"],
3
-
4
- "overrided": {
5
- "ignoreDepsPattern": [],
6
- "includeAsDev": [],
7
- "includeOnly": ["tnp-helpers"],
8
- "dependencies": {},
9
- "linkedFolders": [],
10
- "npmFixes": []
11
- },
12
-
13
- "smartContainerBuildTarget": "",
14
- "linkedRepos": [],
15
-
16
- "libReleaseOptions": {
17
- "nodts": false,
18
- "obscure": false,
19
- "ugly": false,
20
- "includeNodeModules": false,
21
- "cliBuildNoDts": false,
22
- "cliBuildObscure": false,
23
- "cliBuildIncludeNodeModules": false,
24
- "cliBuildUglify": false
25
- },
26
-
27
- "smartContainerTarget": "",
28
- "type": "isomorphic-lib",
29
- "isCoreProject": false,
30
- "useFramework": false,
31
- "required": [],
32
- "version": "v18",
33
- "isGenerated": false,
34
- "requiredServers": [],
35
- "license": "UNLICENSED",
36
- "private": false,
37
- "main": "index.js",
38
- "workerPlugins": {}
1
+ {
2
+ "resources": ["README.md"],
3
+
4
+ "overrided": {
5
+ "ignoreDepsPattern": [],
6
+ "includeAsDev": [],
7
+ "includeOnly": ["tnp-helpers"],
8
+ "dependencies": {},
9
+ "linkedFolders": [],
10
+ "npmFixes": []
11
+ },
12
+
13
+ "smartContainerBuildTarget": "",
14
+ "linkedRepos": [],
15
+
16
+ "libReleaseOptions": {
17
+ "nodts": false,
18
+ "obscure": false,
19
+ "ugly": false,
20
+ "includeNodeModules": false,
21
+ "cliBuildNoDts": false,
22
+ "cliBuildObscure": false,
23
+ "cliBuildIncludeNodeModules": false,
24
+ "cliBuildUglify": false
25
+ },
26
+
27
+ "smartContainerTarget": "",
28
+ "type": "isomorphic-lib",
29
+ "isCoreProject": false,
30
+ "useFramework": false,
31
+ "required": [],
32
+ "version": "v18",
33
+ "isGenerated": false,
34
+ "requiredServers": [],
35
+ "license": "UNLICENSED",
36
+ "private": false,
37
+ "main": "index.js",
38
+ "workerPlugins": {}
39
39
  }
@@ -43,14 +43,14 @@
43
43
  "workerPlugins": {}
44
44
  },
45
45
  "name": "magic-renamer",
46
- "version": "18.0.18",
46
+ "version": "18.0.20",
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": "~18.0.18"
53
+ "tnp-helpers": "~18.0.20"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@angular-builders/custom-webpack": "~18.0.0",
@@ -216,14 +216,14 @@
216
216
  "image-focus": "1.2.1",
217
217
  "immer": "10.0.2",
218
218
  "immutable": "4.3.7",
219
- "incremental-compiler": "~18.0.19",
219
+ "incremental-compiler": "~18.0.21",
220
220
  "inquirer": "7.3.3",
221
221
  "inquirer-autocomplete-prompt": "1.4.0",
222
222
  "inquirer-autocomplete-standalone": "0.8.1",
223
223
  "inquirer-select-pro": "1.0.0-alpha.7",
224
224
  "inquirer-toggle": "1.0.1",
225
225
  "is-elevated": "3.0.0",
226
- "isomorphic-region-loader": "~18.0.18",
226
+ "isomorphic-region-loader": "~18.0.20",
227
227
  "istanbul-instrumenter-loader": "3.0.1",
228
228
  "jest": "29.7.0",
229
229
  "jest-date-mock": "1.0.10",
@@ -234,8 +234,8 @@
234
234
  "joi": "17.13.3",
235
235
  "jscodeshift": "0.6.3",
236
236
  "json-stringify-safe": "5.0.1",
237
- "json10": "~18.0.18",
238
- "json10-writer": "~18.0.18",
237
+ "json10": "~18.0.20",
238
+ "json10-writer": "~18.0.20",
239
239
  "json5": "2.2.3",
240
240
  "json5-writer": "0.2.0",
241
241
  "jszip": "3.10.1",
@@ -244,9 +244,9 @@
244
244
  "localforage": "1.10.0",
245
245
  "lockfile": "1.0.4",
246
246
  "lodash": "4.17.21",
247
- "lodash-walk-object": "~18.0.18",
247
+ "lodash-walk-object": "~18.0.20",
248
248
  "lowdb": "7.0.1",
249
- "magic-renamer": "~18.0.17",
249
+ "magic-renamer": "~18.0.19",
250
250
  "material-design-icons": "3.0.1",
251
251
  "method-override": "2.3.10",
252
252
  "minimist": "1.2.8",
@@ -257,11 +257,11 @@
257
257
  "ng-in-viewport": "16.1.0",
258
258
  "ng-lock": "18.0.1",
259
259
  "ng-packagr": "18.1.0",
260
- "ng-talkback": "~18.0.16",
261
- "ng2-logger": "~18.0.20",
260
+ "ng-talkback": "~18.0.18",
261
+ "ng2-logger": "~18.0.22",
262
262
  "ng2-pdfjs-viewer": "18.0.0",
263
- "ng2-rest": "~18.0.17",
264
- "ng2-rest-swagger-generator": "18.0.14",
263
+ "ng2-rest": "~18.0.19",
264
+ "ng2-rest-swagger-generator": "18.0.16",
265
265
  "ngx-ace-wrapper": "17.0.0",
266
266
  "ngx-editor": "17.5.4",
267
267
  "ngx-highlightjs": "12.0.0",
@@ -275,7 +275,7 @@
275
275
  "ngx-scrolltop": "18.0.0",
276
276
  "ngx-store": "3.1.1",
277
277
  "ngx-typed-js": "2.1.1",
278
- "node-cli-tester": "~18.0.16",
278
+ "node-cli-tester": "~18.0.18",
279
279
  "node-localstorage": "2.1.6",
280
280
  "node-notifier": "10.0.1",
281
281
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -306,7 +306,7 @@
306
306
  "q": "1.5.1",
307
307
  "rallax.js": "2.0.4",
308
308
  "randomcolor": "0.5.3",
309
- "record-replay-req-res-scenario": "~18.0.16",
309
+ "record-replay-req-res-scenario": "~18.0.18",
310
310
  "reflect-metadata": "0.2.2",
311
311
  "rimraf": "2.6.2",
312
312
  "rxjs": "~7.8.1",
@@ -320,22 +320,22 @@
320
320
  "sql-template-strings": "2.2.2",
321
321
  "sql-template-tag": "5.2.1",
322
322
  "sql.js": "1.8.0",
323
- "static-columns": "~18.0.18",
323
+ "static-columns": "~18.0.20",
324
324
  "string-similarity": "4.0.4",
325
325
  "sudo-block": "3.0.0",
326
326
  "supertest": "7.0.0",
327
327
  "sweetalert2": "11.7.32",
328
328
  "systeminformation": "3.45.7",
329
329
  "taon": "^18",
330
- "taon-storage": "18.0.26",
331
- "taon-type-sql": "18.0.17",
332
- "taon-typeorm": "18.0.16",
330
+ "taon-storage": "18.0.28",
331
+ "taon-type-sql": "18.0.19",
332
+ "taon-typeorm": "18.0.18",
333
333
  "task.js": "0.1.5",
334
334
  "threads": "1.7.0",
335
- "tnp": "~18.0.19",
336
- "tnp-config": "~18.0.20",
337
- "tnp-core": "~18.0.45",
338
- "tnp-models": "~18.0.19",
335
+ "tnp": "~18.0.24",
336
+ "tnp-config": "~18.0.22",
337
+ "tnp-core": "~18.0.47",
338
+ "tnp-models": "~18.0.21",
339
339
  "ts-debug": "1.3.0",
340
340
  "ts-json-schema-generator": "2.3.0-next.5",
341
341
  "ts-loader": "2.3.1",
@@ -347,14 +347,14 @@
347
347
  "typedoc": "0.26.5",
348
348
  "typedoc-plugin-markdown": "4.2.3",
349
349
  "typescript": "~5.5.4",
350
- "typescript-class-helpers": "~18.0.19",
350
+ "typescript-class-helpers": "~18.0.21",
351
351
  "typescript-formatter": "~7.2.2",
352
352
  "typescript-string-enums": "~1.0.0",
353
353
  "underscore": "1.13.7",
354
354
  "uuid": "10.0.0",
355
355
  "validator": "13.5.2",
356
356
  "video.js": "8.3.0",
357
- "vpn-split": "~18.0.16",
357
+ "vpn-split": "~18.0.18",
358
358
  "vscode": "1.1.37",
359
359
  "wait-on": "8.0.1",
360
360
  "watch": "1.0.2",
@@ -365,18 +365,18 @@
365
365
  "zone.js": "~0.13.0"
366
366
  },
367
367
  "private": false,
368
- "lastBuildTagHash": "b6fa5c4c87e84fbe2c90a6d9c56f3f17e3f92b88",
368
+ "lastBuildTagHash": "c72108075cc4ca4cef237ad4c1656fc62e7a07ff",
369
369
  "main": "dist/app.electron.js"
370
370
  },
371
371
  "build": {
372
- "number": 298,
373
- "date": "2025-01-06T22:21:53.000Z",
374
- "hash": "be31e023ca94d6c87d63887aefc80f68c32800ba"
372
+ "number": 300,
373
+ "date": "2025-01-21T20:56:47.000Z",
374
+ "hash": "b19b17abd944b3b1efe2391b67fd5a1102fa97c0"
375
375
  },
376
376
  "currentProjectName": "magic-renamer",
377
377
  "currentProjectGenericName": "magic-renamer",
378
378
  "currentProjectType": "isomorphic-lib",
379
- "currentFrameworkVersion": "18.0.22",
379
+ "currentFrameworkVersion": "18.0.24",
380
380
  "isStandaloneProject": true,
381
381
  "isSmartContainer": false,
382
382
  "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.