magic-renamer 18.0.6 → 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.6)
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.6",
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.6"
49
+ "tnp-helpers": "~18.0.9"
50
50
  },
51
51
  "devDependencies": {},
52
52
  "private": false,
53
- "lastBuildTagHash": "8c7cd2285d2d33d95ad684066d66b284a0b0728a",
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.6",
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.6"
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": "18.19.45",
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.6",
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.3",
199
- "firedev-crud-deamon": "~18.0.6",
200
- "firedev-ports": "~18.0.3",
201
- "firedev-storage": "~18.0.3",
202
- "firedev-type-sql": "~18.0.4",
203
- "firedev-typeorm": "~18.0.3",
204
- "firedev-ui": "~18.0.4",
205
196
  "fkill": "6.1.0",
206
197
  "font-awesome": "4.7.0",
207
198
  "form-data": "4.0.0",
@@ -219,13 +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.6",
213
+ "incremental-compiler": "~18.0.9",
223
214
  "inquirer": "7.3.3",
224
215
  "inquirer-autocomplete-prompt": "1.4.0",
225
216
  "inquirer-autocomplete-standalone": "0.8.1",
226
217
  "inquirer-select-pro": "1.0.0-alpha.7",
227
218
  "is-elevated": "3.0.0",
228
- "isomorphic-region-loader": "~18.0.4",
219
+ "isomorphic-region-loader": "~18.0.9",
229
220
  "istanbul-instrumenter-loader": "3.0.1",
230
221
  "jest": "29.7.0",
231
222
  "jest-date-mock": "1.0.10",
@@ -236,8 +227,8 @@
236
227
  "joi": "17.13.3",
237
228
  "jscodeshift": "0.6.3",
238
229
  "json-stringify-safe": "5.0.1",
239
- "json10": "~18.0.4",
240
- "json10-writer": "~18.0.6",
230
+ "json10": "~18.0.9",
231
+ "json10-writer": "~18.0.9",
241
232
  "json5": "2.2.3",
242
233
  "json5-writer": "0.2.0",
243
234
  "jszip": "3.10.1",
@@ -246,9 +237,9 @@
246
237
  "localforage": "1.10.0",
247
238
  "lockfile": "1.0.4",
248
239
  "lodash": "4.17.21",
249
- "lodash-walk-object": "~18.0.4",
240
+ "lodash-walk-object": "~18.0.9",
250
241
  "lowdb": "7.0.1",
251
- "magic-renamer": "~18.0.4",
242
+ "magic-renamer": "~18.0.6",
252
243
  "material-design-icons": "3.0.1",
253
244
  "method-override": "2.3.10",
254
245
  "minimist": "1.2.8",
@@ -259,10 +250,11 @@
259
250
  "ng-in-viewport": "16.1.0",
260
251
  "ng-lock": "18.0.1",
261
252
  "ng-packagr": "18.1.0",
262
- "ng-talkback": "~18.0.3",
263
- "ng2-logger": "~18.0.8",
253
+ "ng-talkback": "~18.0.5",
254
+ "ng2-logger": "~18.0.11",
264
255
  "ng2-pdfjs-viewer": "18.0.0",
265
- "ng2-rest": "~18.0.4",
256
+ "ng2-rest": "~18.0.6",
257
+ "ng2-rest-swagger-generator": "18.0.5",
266
258
  "ngx-ace-wrapper": "17.0.0",
267
259
  "ngx-editor": "17.5.4",
268
260
  "ngx-highlightjs": "12.0.0",
@@ -275,7 +267,7 @@
275
267
  "ngx-scrolltop": "18.0.0",
276
268
  "ngx-store": "3.1.1",
277
269
  "ngx-typed-js": "2.1.1",
278
- "node-cli-tester": "~18.0.3",
270
+ "node-cli-tester": "~18.0.5",
279
271
  "node-localstorage": "2.1.6",
280
272
  "node-notifier": "10.0.1",
281
273
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -305,7 +297,7 @@
305
297
  "q": "1.5.1",
306
298
  "rallax.js": "2.0.4",
307
299
  "randomcolor": "0.5.3",
308
- "record-replay-req-res-scenario": "~18.0.3",
300
+ "record-replay-req-res-scenario": "~18.0.5",
309
301
  "reflect-metadata": "0.2.2",
310
302
  "rimraf": "2.6.2",
311
303
  "rxjs": "~7.8.1",
@@ -317,20 +309,22 @@
317
309
  "socket.io-client": "4.7.5",
318
310
  "sort-package-json": "1.11.0",
319
311
  "sql.js": "1.8.0",
320
- "static-columns": "~18.0.5",
312
+ "static-columns": "~18.0.7",
321
313
  "string-similarity": "4.0.4",
322
314
  "sudo-block": "3.0.0",
323
315
  "supertest": "7.0.0",
324
316
  "sweetalert2": "11.7.32",
325
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",
326
322
  "task.js": "0.1.5",
327
323
  "threads": "1.7.0",
328
- "tnp": "~18.0.4",
329
- "tnp-cli": "~18.0.3",
330
- "tnp-config": "~18.0.8",
324
+ "tnp": "~18.0.6",
325
+ "tnp-config": "~18.0.11",
331
326
  "tnp-core": "~18.0.30",
332
- "tnp-db": "~18.0.6",
333
- "tnp-models": "~18.0.7",
327
+ "tnp-models": "~18.0.10",
334
328
  "ts-debug": "1.3.0",
335
329
  "ts-json-schema-generator": "2.3.0-next.5",
336
330
  "ts-loader": "2.3.1",
@@ -338,16 +332,17 @@
338
332
  "tslib": "~2.6.3",
339
333
  "tslint": "6.1.3",
340
334
  "turndown": "7.2.0",
335
+ "type-fest": "4.25.0",
341
336
  "typedoc": "0.26.5",
342
337
  "typedoc-plugin-markdown": "4.2.3",
343
338
  "typescript": "~5.5.4",
344
- "typescript-class-helpers": "~18.0.7",
339
+ "typescript-class-helpers": "~18.0.10",
345
340
  "typescript-formatter": "~7.2.2",
346
341
  "underscore": "1.13.7",
347
342
  "uuid": "10.0.0",
348
343
  "validator": "13.5.2",
349
344
  "video.js": "8.3.0",
350
- "vpn-split": "~18.0.3",
345
+ "vpn-split": "~18.0.5",
351
346
  "vscode": "1.1.37",
352
347
  "wait-on": "7.0.1",
353
348
  "watch": "1.0.2",
@@ -358,18 +353,18 @@
358
353
  "zone.js": "~0.13.0"
359
354
  },
360
355
  "private": false,
361
- "lastBuildTagHash": "8c7cd2285d2d33d95ad684066d66b284a0b0728a",
356
+ "lastBuildTagHash": "681e4d046a625afcce3bf71acd87df64ff711977",
362
357
  "main": "dist/app.electron.js"
363
358
  },
364
359
  "build": {
365
- "number": 282,
366
- "date": "2024-08-20T16:17:44.000Z",
367
- "hash": "681e4d046a625afcce3bf71acd87df64ff711977"
360
+ "number": 285,
361
+ "date": "2024-08-28T12:51:41.000Z",
362
+ "hash": "c764c69524f195852730b778aa752ede62d1b974"
368
363
  },
369
364
  "currentProjectName": "magic-renamer",
370
365
  "currentProjectGenericName": "magic-renamer",
371
366
  "currentProjectType": "isomorphic-lib",
372
- "currentFrameworkVersion": "18.0.5",
367
+ "currentFrameworkVersion": "18.0.8",
373
368
  "isStandaloneProject": true,
374
369
  "isSmartContainer": false,
375
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.