magic-renamer 18.0.4 → 18.0.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/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.4)
3
+ Assets from this folder are being shipped with this npm package (magic-renamer@18.0.9)
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.4",
42
+ "version": "18.0.9",
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.4"
49
+ "tnp-helpers": "~18.0.9"
50
50
  },
51
51
  "devDependencies": {},
52
52
  "private": false,
53
- "lastBuildTagHash": "2bfec3a05ba7f77c9cf1b0d1b06ec805e70be76d",
54
- "main": "dist/app.electron.js"
53
+ "lastBuildTagHash": "681e4d046a625afcce3bf71acd87df64ff711977",
54
+ "main": "index.js"
55
55
  }
package/src.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  // THIS FILE IS GENERATED
2
2
  export * from './lib';
3
3
  // THIS FILE IS GENERATED
4
- // please use command: firedev build:watch to see here links for your globally builded lib code files
4
+ // please use command: taon build:watch to see here links for your globally builded lib code files
5
5
  // THIS FILE IS GENERATED
6
6
 
@@ -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.4",
46
+ "version": "18.0.9",
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.4"
53
+ "tnp-helpers": "~18.0.9"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@angular-builders/custom-webpack": "~18.0.0",
@@ -120,7 +120,7 @@
120
120
  "@types/lockfile": "1.0.4",
121
121
  "@types/lodash": "4.14.92",
122
122
  "@types/mocha": "10.0.7",
123
- "@types/node": "22.2.0",
123
+ "@types/node": "16.18.21",
124
124
  "@types/node-notifier": "8.0.5",
125
125
  "@types/oauth2orize": "1.11.5",
126
126
  "@types/password-hash": "1.2.24",
@@ -139,7 +139,6 @@
139
139
  "angular-material-css-vars": "7.0.0",
140
140
  "angular-resize-event": "3.2.0",
141
141
  "animate.css": "4.1.1",
142
- "any-project-cli": "~18.0.4",
143
142
  "app-root-path": "3.1.0",
144
143
  "axios": "1.7.3",
145
144
  "background-worker-process": "~16.100.10",
@@ -194,14 +193,6 @@
194
193
  "file-loader": "1.1.11",
195
194
  "file-saver": "2.0.5",
196
195
  "file-type": "19.1.1",
197
- "firedev": "^18",
198
- "firedev-crud": "~18.0.2",
199
- "firedev-crud-deamon": "~18.0.4",
200
- "firedev-ports": "~18.0.2",
201
- "firedev-storage": "~18.0.2",
202
- "firedev-type-sql": "~18.0.3",
203
- "firedev-typeorm": "~18.0.2",
204
- "firedev-ui": "~18.0.3",
205
196
  "fkill": "6.1.0",
206
197
  "font-awesome": "4.7.0",
207
198
  "form-data": "4.0.0",
@@ -219,11 +210,13 @@
219
210
  "image-focus": "1.2.1",
220
211
  "immer": "10.0.2",
221
212
  "immutable": "4.3.7",
222
- "incremental-compiler": "~18.0.4",
213
+ "incremental-compiler": "~18.0.9",
223
214
  "inquirer": "7.3.3",
224
- "inquirer-autocomplete-prompt": "1.3.0",
215
+ "inquirer-autocomplete-prompt": "1.4.0",
216
+ "inquirer-autocomplete-standalone": "0.8.1",
217
+ "inquirer-select-pro": "1.0.0-alpha.7",
225
218
  "is-elevated": "3.0.0",
226
- "isomorphic-region-loader": "~18.0.3",
219
+ "isomorphic-region-loader": "~18.0.9",
227
220
  "istanbul-instrumenter-loader": "3.0.1",
228
221
  "jest": "29.7.0",
229
222
  "jest-date-mock": "1.0.10",
@@ -234,8 +227,8 @@
234
227
  "joi": "17.13.3",
235
228
  "jscodeshift": "0.6.3",
236
229
  "json-stringify-safe": "5.0.1",
237
- "json10": "~18.0.3",
238
- "json10-writer": "~18.0.4",
230
+ "json10": "~18.0.9",
231
+ "json10-writer": "~18.0.9",
239
232
  "json5": "2.2.3",
240
233
  "json5-writer": "0.2.0",
241
234
  "jszip": "3.10.1",
@@ -244,9 +237,9 @@
244
237
  "localforage": "1.10.0",
245
238
  "lockfile": "1.0.4",
246
239
  "lodash": "4.17.21",
247
- "lodash-walk-object": "~18.0.3",
240
+ "lodash-walk-object": "~18.0.9",
248
241
  "lowdb": "7.0.1",
249
- "magic-renamer": "~18.0.3",
242
+ "magic-renamer": "~18.0.6",
250
243
  "material-design-icons": "3.0.1",
251
244
  "method-override": "2.3.10",
252
245
  "minimist": "1.2.8",
@@ -257,10 +250,11 @@
257
250
  "ng-in-viewport": "16.1.0",
258
251
  "ng-lock": "18.0.1",
259
252
  "ng-packagr": "18.1.0",
260
- "ng-talkback": "~18.0.2",
261
- "ng2-logger": "~18.0.6",
253
+ "ng-talkback": "~18.0.5",
254
+ "ng2-logger": "~18.0.11",
262
255
  "ng2-pdfjs-viewer": "18.0.0",
263
- "ng2-rest": "~18.0.3",
256
+ "ng2-rest": "~18.0.6",
257
+ "ng2-rest-swagger-generator": "18.0.5",
264
258
  "ngx-ace-wrapper": "17.0.0",
265
259
  "ngx-editor": "17.5.4",
266
260
  "ngx-highlightjs": "12.0.0",
@@ -273,7 +267,7 @@
273
267
  "ngx-scrolltop": "18.0.0",
274
268
  "ngx-store": "3.1.1",
275
269
  "ngx-typed-js": "2.1.1",
276
- "node-cli-tester": "~18.0.2",
270
+ "node-cli-tester": "~18.0.5",
277
271
  "node-localstorage": "2.1.6",
278
272
  "node-notifier": "10.0.1",
279
273
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -281,7 +275,7 @@
281
275
  "npm-get-dependents": "1.0.1",
282
276
  "npm-run": "4.1.2",
283
277
  "omelette": "0.4.17",
284
- "open": "10.0.4",
278
+ "open": "7.2.1",
285
279
  "ora": "3.4.0",
286
280
  "passport": "0.7.0",
287
281
  "passport-http-bearer": "1.0.1",
@@ -303,7 +297,7 @@
303
297
  "q": "1.5.1",
304
298
  "rallax.js": "2.0.4",
305
299
  "randomcolor": "0.5.3",
306
- "record-replay-req-res-scenario": "~18.0.2",
300
+ "record-replay-req-res-scenario": "~18.0.5",
307
301
  "reflect-metadata": "0.2.2",
308
302
  "rimraf": "2.6.2",
309
303
  "rxjs": "~7.8.1",
@@ -315,20 +309,22 @@
315
309
  "socket.io-client": "4.7.5",
316
310
  "sort-package-json": "1.11.0",
317
311
  "sql.js": "1.8.0",
318
- "static-columns": "~18.0.4",
312
+ "static-columns": "~18.0.7",
319
313
  "string-similarity": "4.0.4",
320
314
  "sudo-block": "3.0.0",
321
315
  "supertest": "7.0.0",
322
316
  "sweetalert2": "11.7.32",
323
317
  "systeminformation": "3.45.7",
318
+ "taon": "^18",
319
+ "taon-storage": "18.0.5",
320
+ "taon-type-sql": "18.0.6",
321
+ "taon-typeorm": "18.0.5",
324
322
  "task.js": "0.1.5",
325
323
  "threads": "1.7.0",
326
- "tnp": "~18.0.3",
327
- "tnp-cli": "~18.0.2",
328
- "tnp-config": "~18.0.6",
329
- "tnp-core": "~18.0.28",
330
- "tnp-db": "~18.0.4",
331
- "tnp-models": "~18.0.5",
324
+ "tnp": "~18.0.6",
325
+ "tnp-config": "~18.0.11",
326
+ "tnp-core": "~18.0.30",
327
+ "tnp-models": "~18.0.10",
332
328
  "ts-debug": "1.3.0",
333
329
  "ts-json-schema-generator": "2.3.0-next.5",
334
330
  "ts-loader": "2.3.1",
@@ -336,16 +332,17 @@
336
332
  "tslib": "~2.6.3",
337
333
  "tslint": "6.1.3",
338
334
  "turndown": "7.2.0",
335
+ "type-fest": "4.25.0",
339
336
  "typedoc": "0.26.5",
340
337
  "typedoc-plugin-markdown": "4.2.3",
341
338
  "typescript": "~5.5.4",
342
- "typescript-class-helpers": "~18.0.5",
339
+ "typescript-class-helpers": "~18.0.10",
343
340
  "typescript-formatter": "~7.2.2",
344
341
  "underscore": "1.13.7",
345
342
  "uuid": "10.0.0",
346
343
  "validator": "13.5.2",
347
344
  "video.js": "8.3.0",
348
- "vpn-split": "~18.0.2",
345
+ "vpn-split": "~18.0.5",
349
346
  "vscode": "1.1.37",
350
347
  "wait-on": "7.0.1",
351
348
  "watch": "1.0.2",
@@ -356,18 +353,18 @@
356
353
  "zone.js": "~0.13.0"
357
354
  },
358
355
  "private": false,
359
- "lastBuildTagHash": "2bfec3a05ba7f77c9cf1b0d1b06ec805e70be76d",
356
+ "lastBuildTagHash": "681e4d046a625afcce3bf71acd87df64ff711977",
360
357
  "main": "dist/app.electron.js"
361
358
  },
362
359
  "build": {
363
- "number": 279,
364
- "date": "2024-08-13T18:42:56.000Z",
365
- "hash": "8c7cd2285d2d33d95ad684066d66b284a0b0728a"
360
+ "number": 285,
361
+ "date": "2024-08-28T12:51:41.000Z",
362
+ "hash": "c764c69524f195852730b778aa752ede62d1b974"
366
363
  },
367
364
  "currentProjectName": "magic-renamer",
368
365
  "currentProjectGenericName": "magic-renamer",
369
366
  "currentProjectType": "isomorphic-lib",
370
- "currentFrameworkVersion": "18.0.3",
367
+ "currentFrameworkVersion": "18.0.8",
371
368
  "isStandaloneProject": true,
372
369
  "isSmartContainer": false,
373
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.