magic-renamer 18.0.15 → 18.0.16

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.15)
3
+ Assets from this folder are being shipped with this npm package (magic-renamer@18.0.16)
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.
@@ -0,0 +1 @@
1
+ export * from './migrations_index._auto-generated_';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ //@ts-nocheck
5
+ tslib_1.__exportStar(require("./migrations_index._auto-generated_"), exports);
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,aAAa;AACb,8EAAoD"}
@@ -0,0 +1,4 @@
1
+ // THIS FILE IS GENERATED - DO NOT MODIFY
2
+ // THIS FILE IS GENERATED - DO NOT MODIFY
3
+ // THIS FILE IS GENERATED - DO NOT MODIFY
4
+ //# sourceMappingURL=migrations_index._auto-generated_.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
package/package.json CHANGED
@@ -39,17 +39,17 @@
39
39
  "workerPlugins": {}
40
40
  },
41
41
  "name": "magic-renamer",
42
- "version": "18.0.15",
42
+ "version": "18.0.16",
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.15"
49
+ "tnp-helpers": "~18.0.16"
50
50
  },
51
51
  "devDependencies": {},
52
52
  "private": false,
53
- "lastBuildTagHash": "4d4d26181f8f55b5a21ce69e43ff7c03f7d9fdbc",
54
- "main": "dist/app.electron.js"
53
+ "lastBuildTagHash": "714ec36d1ade5cee426d9b08a78c67511fcbdabf",
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.15",
46
+ "version": "18.0.16",
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.15"
53
+ "tnp-helpers": "~18.0.16"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@angular-builders/custom-webpack": "~18.0.0",
@@ -165,6 +165,7 @@
165
165
  "command-exists": "1.2.2",
166
166
  "compression": "1.7.4",
167
167
  "concurrently": "8.2.2",
168
+ "console-png": "1.2.1",
168
169
  "content-type": "1.0.5",
169
170
  "conventional-changelog-cli": "5.0.0",
170
171
  "cookie-parser": "1.4.6",
@@ -215,13 +216,13 @@
215
216
  "image-focus": "1.2.1",
216
217
  "immer": "10.0.2",
217
218
  "immutable": "4.3.7",
218
- "incremental-compiler": "~18.0.15",
219
+ "incremental-compiler": "~18.0.16",
219
220
  "inquirer": "7.3.3",
220
221
  "inquirer-autocomplete-prompt": "1.4.0",
221
222
  "inquirer-autocomplete-standalone": "0.8.1",
222
223
  "inquirer-select-pro": "1.0.0-alpha.7",
223
224
  "is-elevated": "3.0.0",
224
- "isomorphic-region-loader": "~18.0.15",
225
+ "isomorphic-region-loader": "~18.0.16",
225
226
  "istanbul-instrumenter-loader": "3.0.1",
226
227
  "jest": "29.7.0",
227
228
  "jest-date-mock": "1.0.10",
@@ -232,8 +233,8 @@
232
233
  "joi": "17.13.3",
233
234
  "jscodeshift": "0.6.3",
234
235
  "json-stringify-safe": "5.0.1",
235
- "json10": "~18.0.15",
236
- "json10-writer": "~18.0.15",
236
+ "json10": "~18.0.16",
237
+ "json10-writer": "~18.0.16",
237
238
  "json5": "2.2.3",
238
239
  "json5-writer": "0.2.0",
239
240
  "jszip": "3.10.1",
@@ -242,9 +243,9 @@
242
243
  "localforage": "1.10.0",
243
244
  "lockfile": "1.0.4",
244
245
  "lodash": "4.17.21",
245
- "lodash-walk-object": "~18.0.15",
246
+ "lodash-walk-object": "~18.0.16",
246
247
  "lowdb": "7.0.1",
247
- "magic-renamer": "~18.0.14",
248
+ "magic-renamer": "~18.0.15",
248
249
  "material-design-icons": "3.0.1",
249
250
  "method-override": "2.3.10",
250
251
  "minimist": "1.2.8",
@@ -255,11 +256,11 @@
255
256
  "ng-in-viewport": "16.1.0",
256
257
  "ng-lock": "18.0.1",
257
258
  "ng-packagr": "18.1.0",
258
- "ng-talkback": "~18.0.13",
259
- "ng2-logger": "~18.0.17",
259
+ "ng-talkback": "~18.0.14",
260
+ "ng2-logger": "~18.0.18",
260
261
  "ng2-pdfjs-viewer": "18.0.0",
261
- "ng2-rest": "~18.0.14",
262
- "ng2-rest-swagger-generator": "18.0.11",
262
+ "ng2-rest": "~18.0.15",
263
+ "ng2-rest-swagger-generator": "18.0.12",
263
264
  "ngx-ace-wrapper": "17.0.0",
264
265
  "ngx-editor": "17.5.4",
265
266
  "ngx-highlightjs": "12.0.0",
@@ -273,7 +274,7 @@
273
274
  "ngx-scrolltop": "18.0.0",
274
275
  "ngx-store": "3.1.1",
275
276
  "ngx-typed-js": "2.1.1",
276
- "node-cli-tester": "~18.0.13",
277
+ "node-cli-tester": "~18.0.14",
277
278
  "node-localstorage": "2.1.6",
278
279
  "node-notifier": "10.0.1",
279
280
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -304,7 +305,7 @@
304
305
  "q": "1.5.1",
305
306
  "rallax.js": "2.0.4",
306
307
  "randomcolor": "0.5.3",
307
- "record-replay-req-res-scenario": "~18.0.13",
308
+ "record-replay-req-res-scenario": "~18.0.14",
308
309
  "reflect-metadata": "0.2.2",
309
310
  "rimraf": "2.6.2",
310
311
  "rxjs": "~7.8.1",
@@ -315,23 +316,25 @@
315
316
  "socket.io": "4.7.5",
316
317
  "socket.io-client": "4.7.5",
317
318
  "sort-package-json": "1.11.0",
319
+ "sql-template-strings": "2.2.2",
320
+ "sql-template-tag": "5.2.1",
318
321
  "sql.js": "1.8.0",
319
- "static-columns": "~18.0.15",
322
+ "static-columns": "~18.0.16",
320
323
  "string-similarity": "4.0.4",
321
324
  "sudo-block": "3.0.0",
322
325
  "supertest": "7.0.0",
323
326
  "sweetalert2": "11.7.32",
324
327
  "systeminformation": "3.45.7",
325
328
  "taon": "^18",
326
- "taon-storage": "18.0.23",
327
- "taon-type-sql": "18.0.14",
328
- "taon-typeorm": "18.0.13",
329
+ "taon-storage": "18.0.24",
330
+ "taon-type-sql": "18.0.15",
331
+ "taon-typeorm": "18.0.14",
329
332
  "task.js": "0.1.5",
330
333
  "threads": "1.7.0",
331
- "tnp": "~18.0.14",
332
- "tnp-config": "~18.0.17",
333
- "tnp-core": "~18.0.40",
334
- "tnp-models": "~18.0.16",
334
+ "tnp": "~18.0.15",
335
+ "tnp-config": "~18.0.18",
336
+ "tnp-core": "~18.0.42",
337
+ "tnp-models": "~18.0.17",
335
338
  "ts-debug": "1.3.0",
336
339
  "ts-json-schema-generator": "2.3.0-next.5",
337
340
  "ts-loader": "2.3.1",
@@ -343,14 +346,14 @@
343
346
  "typedoc": "0.26.5",
344
347
  "typedoc-plugin-markdown": "4.2.3",
345
348
  "typescript": "~5.5.4",
346
- "typescript-class-helpers": "~18.0.16",
349
+ "typescript-class-helpers": "~18.0.17",
347
350
  "typescript-formatter": "~7.2.2",
348
351
  "typescript-string-enums": "~1.0.0",
349
352
  "underscore": "1.13.7",
350
353
  "uuid": "10.0.0",
351
354
  "validator": "13.5.2",
352
355
  "video.js": "8.3.0",
353
- "vpn-split": "~18.0.13",
356
+ "vpn-split": "~18.0.14",
354
357
  "vscode": "1.1.37",
355
358
  "wait-on": "8.0.1",
356
359
  "watch": "1.0.2",
@@ -361,18 +364,18 @@
361
364
  "zone.js": "~0.13.0"
362
365
  },
363
366
  "private": false,
364
- "lastBuildTagHash": "4d4d26181f8f55b5a21ce69e43ff7c03f7d9fdbc",
367
+ "lastBuildTagHash": "714ec36d1ade5cee426d9b08a78c67511fcbdabf",
365
368
  "main": "dist/app.electron.js"
366
369
  },
367
370
  "build": {
368
- "number": 294,
369
- "date": "2024-11-17T06:56:52.000Z",
370
- "hash": "714ec36d1ade5cee426d9b08a78c67511fcbdabf"
371
+ "number": 295,
372
+ "date": "2024-11-25T02:22:33.000Z",
373
+ "hash": "72b604c7b1cb49396508787330da403f077fb59c"
371
374
  },
372
375
  "currentProjectName": "magic-renamer",
373
376
  "currentProjectGenericName": "magic-renamer",
374
377
  "currentProjectType": "isomorphic-lib",
375
- "currentFrameworkVersion": "18.0.14",
378
+ "currentFrameworkVersion": "18.0.17",
376
379
  "isStandaloneProject": true,
377
380
  "isSmartContainer": false,
378
381
  "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.