magic-renamer 18.0.16 → 18.0.18
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/package.json +4 -4
- package/taon.jsonc +38 -38
- 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@18.0.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (magic-renamer@18.0.18)
|
|
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/package.json
CHANGED
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"workerPlugins": {}
|
|
40
40
|
},
|
|
41
41
|
"name": "magic-renamer",
|
|
42
|
-
"version": "18.0.
|
|
42
|
+
"version": "18.0.18",
|
|
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.
|
|
49
|
+
"tnp-helpers": "~18.0.18"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {},
|
|
52
52
|
"private": false,
|
|
53
|
-
"lastBuildTagHash": "
|
|
54
|
-
"main": "
|
|
53
|
+
"lastBuildTagHash": "b6fa5c4c87e84fbe2c90a6d9c56f3f17e3f92b88",
|
|
54
|
+
"main": "dist/app.electron.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
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"workerPlugins": {}
|
|
44
44
|
},
|
|
45
45
|
"name": "magic-renamer",
|
|
46
|
-
"version": "18.0.
|
|
46
|
+
"version": "18.0.18",
|
|
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.
|
|
53
|
+
"tnp-helpers": "~18.0.18"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
@@ -216,13 +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.
|
|
219
|
+
"incremental-compiler": "~18.0.19",
|
|
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
|
+
"inquirer-toggle": "1.0.1",
|
|
224
225
|
"is-elevated": "3.0.0",
|
|
225
|
-
"isomorphic-region-loader": "~18.0.
|
|
226
|
+
"isomorphic-region-loader": "~18.0.18",
|
|
226
227
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
227
228
|
"jest": "29.7.0",
|
|
228
229
|
"jest-date-mock": "1.0.10",
|
|
@@ -233,8 +234,8 @@
|
|
|
233
234
|
"joi": "17.13.3",
|
|
234
235
|
"jscodeshift": "0.6.3",
|
|
235
236
|
"json-stringify-safe": "5.0.1",
|
|
236
|
-
"json10": "~18.0.
|
|
237
|
-
"json10-writer": "~18.0.
|
|
237
|
+
"json10": "~18.0.18",
|
|
238
|
+
"json10-writer": "~18.0.18",
|
|
238
239
|
"json5": "2.2.3",
|
|
239
240
|
"json5-writer": "0.2.0",
|
|
240
241
|
"jszip": "3.10.1",
|
|
@@ -243,9 +244,9 @@
|
|
|
243
244
|
"localforage": "1.10.0",
|
|
244
245
|
"lockfile": "1.0.4",
|
|
245
246
|
"lodash": "4.17.21",
|
|
246
|
-
"lodash-walk-object": "~18.0.
|
|
247
|
+
"lodash-walk-object": "~18.0.18",
|
|
247
248
|
"lowdb": "7.0.1",
|
|
248
|
-
"magic-renamer": "~18.0.
|
|
249
|
+
"magic-renamer": "~18.0.17",
|
|
249
250
|
"material-design-icons": "3.0.1",
|
|
250
251
|
"method-override": "2.3.10",
|
|
251
252
|
"minimist": "1.2.8",
|
|
@@ -256,11 +257,11 @@
|
|
|
256
257
|
"ng-in-viewport": "16.1.0",
|
|
257
258
|
"ng-lock": "18.0.1",
|
|
258
259
|
"ng-packagr": "18.1.0",
|
|
259
|
-
"ng-talkback": "~18.0.
|
|
260
|
-
"ng2-logger": "~18.0.
|
|
260
|
+
"ng-talkback": "~18.0.16",
|
|
261
|
+
"ng2-logger": "~18.0.20",
|
|
261
262
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
262
|
-
"ng2-rest": "~18.0.
|
|
263
|
-
"ng2-rest-swagger-generator": "18.0.
|
|
263
|
+
"ng2-rest": "~18.0.17",
|
|
264
|
+
"ng2-rest-swagger-generator": "18.0.14",
|
|
264
265
|
"ngx-ace-wrapper": "17.0.0",
|
|
265
266
|
"ngx-editor": "17.5.4",
|
|
266
267
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -274,7 +275,7 @@
|
|
|
274
275
|
"ngx-scrolltop": "18.0.0",
|
|
275
276
|
"ngx-store": "3.1.1",
|
|
276
277
|
"ngx-typed-js": "2.1.1",
|
|
277
|
-
"node-cli-tester": "~18.0.
|
|
278
|
+
"node-cli-tester": "~18.0.16",
|
|
278
279
|
"node-localstorage": "2.1.6",
|
|
279
280
|
"node-notifier": "10.0.1",
|
|
280
281
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -305,7 +306,7 @@
|
|
|
305
306
|
"q": "1.5.1",
|
|
306
307
|
"rallax.js": "2.0.4",
|
|
307
308
|
"randomcolor": "0.5.3",
|
|
308
|
-
"record-replay-req-res-scenario": "~18.0.
|
|
309
|
+
"record-replay-req-res-scenario": "~18.0.16",
|
|
309
310
|
"reflect-metadata": "0.2.2",
|
|
310
311
|
"rimraf": "2.6.2",
|
|
311
312
|
"rxjs": "~7.8.1",
|
|
@@ -319,22 +320,22 @@
|
|
|
319
320
|
"sql-template-strings": "2.2.2",
|
|
320
321
|
"sql-template-tag": "5.2.1",
|
|
321
322
|
"sql.js": "1.8.0",
|
|
322
|
-
"static-columns": "~18.0.
|
|
323
|
+
"static-columns": "~18.0.18",
|
|
323
324
|
"string-similarity": "4.0.4",
|
|
324
325
|
"sudo-block": "3.0.0",
|
|
325
326
|
"supertest": "7.0.0",
|
|
326
327
|
"sweetalert2": "11.7.32",
|
|
327
328
|
"systeminformation": "3.45.7",
|
|
328
329
|
"taon": "^18",
|
|
329
|
-
"taon-storage": "18.0.
|
|
330
|
-
"taon-type-sql": "18.0.
|
|
331
|
-
"taon-typeorm": "18.0.
|
|
330
|
+
"taon-storage": "18.0.26",
|
|
331
|
+
"taon-type-sql": "18.0.17",
|
|
332
|
+
"taon-typeorm": "18.0.16",
|
|
332
333
|
"task.js": "0.1.5",
|
|
333
334
|
"threads": "1.7.0",
|
|
334
|
-
"tnp": "~18.0.
|
|
335
|
-
"tnp-config": "~18.0.
|
|
336
|
-
"tnp-core": "~18.0.
|
|
337
|
-
"tnp-models": "~18.0.
|
|
335
|
+
"tnp": "~18.0.19",
|
|
336
|
+
"tnp-config": "~18.0.20",
|
|
337
|
+
"tnp-core": "~18.0.45",
|
|
338
|
+
"tnp-models": "~18.0.19",
|
|
338
339
|
"ts-debug": "1.3.0",
|
|
339
340
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
340
341
|
"ts-loader": "2.3.1",
|
|
@@ -346,14 +347,14 @@
|
|
|
346
347
|
"typedoc": "0.26.5",
|
|
347
348
|
"typedoc-plugin-markdown": "4.2.3",
|
|
348
349
|
"typescript": "~5.5.4",
|
|
349
|
-
"typescript-class-helpers": "~18.0.
|
|
350
|
+
"typescript-class-helpers": "~18.0.19",
|
|
350
351
|
"typescript-formatter": "~7.2.2",
|
|
351
352
|
"typescript-string-enums": "~1.0.0",
|
|
352
353
|
"underscore": "1.13.7",
|
|
353
354
|
"uuid": "10.0.0",
|
|
354
355
|
"validator": "13.5.2",
|
|
355
356
|
"video.js": "8.3.0",
|
|
356
|
-
"vpn-split": "~18.0.
|
|
357
|
+
"vpn-split": "~18.0.16",
|
|
357
358
|
"vscode": "1.1.37",
|
|
358
359
|
"wait-on": "8.0.1",
|
|
359
360
|
"watch": "1.0.2",
|
|
@@ -364,18 +365,18 @@
|
|
|
364
365
|
"zone.js": "~0.13.0"
|
|
365
366
|
},
|
|
366
367
|
"private": false,
|
|
367
|
-
"lastBuildTagHash": "
|
|
368
|
+
"lastBuildTagHash": "b6fa5c4c87e84fbe2c90a6d9c56f3f17e3f92b88",
|
|
368
369
|
"main": "dist/app.electron.js"
|
|
369
370
|
},
|
|
370
371
|
"build": {
|
|
371
|
-
"number":
|
|
372
|
-
"date": "
|
|
373
|
-
"hash": "
|
|
372
|
+
"number": 298,
|
|
373
|
+
"date": "2025-01-06T22:21:53.000Z",
|
|
374
|
+
"hash": "be31e023ca94d6c87d63887aefc80f68c32800ba"
|
|
374
375
|
},
|
|
375
376
|
"currentProjectName": "magic-renamer",
|
|
376
377
|
"currentProjectGenericName": "magic-renamer",
|
|
377
378
|
"currentProjectType": "isomorphic-lib",
|
|
378
|
-
"currentFrameworkVersion": "18.0.
|
|
379
|
+
"currentFrameworkVersion": "18.0.22",
|
|
379
380
|
"isStandaloneProject": true,
|
|
380
381
|
"isSmartContainer": false,
|
|
381
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.
|