magic-renamer 18.0.9 → 18.0.12
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/lib/index._auto-generated_.d.ts +0 -0
- package/lib/index._auto-generated_.js +6 -0
- package/lib/index._auto-generated_.js.map +1 -0
- package/lib/rename-rule.backend.js +1 -0
- package/lib/rename-rule.backend.js.map +1 -1
- package/package.json +4 -4
- package/taon.jsonc +38 -38
- package/tmp-environment.json +31 -30
- 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.12)
|
|
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.
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,cAAc;AACd,8CAA8C;AAC9C,2BAA2B;AAC3B,uDAAuD;AACvD,2CAA2C"}
|
|
@@ -34,6 +34,7 @@ var RenameRule = /** @class */ (function () {
|
|
|
34
34
|
var thisFrom = this.fromWhiteSpaceReplaced;
|
|
35
35
|
return [
|
|
36
36
|
// TODO 'rs.asdasd-asd-A.'
|
|
37
|
+
[tnp_core_1.UtilsString.kebabCaseNoSplitNumbers(thisFrom), tnp_core_1.UtilsString.kebabCaseNoSplitNumbers(thisTo)], // my-entity => hello1-kitty
|
|
37
38
|
[tnp_core_1._.kebabCase(thisFrom), tnp_core_1._.kebabCase(thisTo)], // my-entity => hello-kitty
|
|
38
39
|
[tnp_core_1._.camelCase(thisFrom), tnp_core_1._.camelCase(thisTo)], // myEntity => helloKitty
|
|
39
40
|
[tnp_core_1._.upperFirst(tnp_core_1._.camelCase(thisFrom)), tnp_core_1._.upperFirst(tnp_core_1._.camelCase(thisTo))], // MyEntity => HelloKitty
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rename-rule.backend.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;;AAAA,2CAAsC;AACtC,
|
|
1
|
+
{"version":3,"file":"rename-rule.backend.js","sourceRoot":"","sources":[""],"names":[],"mappings":"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"}
|
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.12",
|
|
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.12"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {},
|
|
52
52
|
"private": false,
|
|
53
|
-
"lastBuildTagHash": "
|
|
54
|
-
"main": "
|
|
53
|
+
"lastBuildTagHash": "9c2a826977eabd2cc44c8662241334fc807e6732",
|
|
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.12",
|
|
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.12"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
@@ -141,7 +141,6 @@
|
|
|
141
141
|
"animate.css": "4.1.1",
|
|
142
142
|
"app-root-path": "3.1.0",
|
|
143
143
|
"axios": "1.7.3",
|
|
144
|
-
"background-worker-process": "~16.100.10",
|
|
145
144
|
"base32": "0.0.7",
|
|
146
145
|
"bcryptjs": "2.4.3",
|
|
147
146
|
"body-parser": "1.20.2",
|
|
@@ -210,13 +209,13 @@
|
|
|
210
209
|
"image-focus": "1.2.1",
|
|
211
210
|
"immer": "10.0.2",
|
|
212
211
|
"immutable": "4.3.7",
|
|
213
|
-
"incremental-compiler": "~18.0.
|
|
212
|
+
"incremental-compiler": "~18.0.12",
|
|
214
213
|
"inquirer": "7.3.3",
|
|
215
214
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
216
215
|
"inquirer-autocomplete-standalone": "0.8.1",
|
|
217
216
|
"inquirer-select-pro": "1.0.0-alpha.7",
|
|
218
217
|
"is-elevated": "3.0.0",
|
|
219
|
-
"isomorphic-region-loader": "~18.0.
|
|
218
|
+
"isomorphic-region-loader": "~18.0.12",
|
|
220
219
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
221
220
|
"jest": "29.7.0",
|
|
222
221
|
"jest-date-mock": "1.0.10",
|
|
@@ -227,8 +226,8 @@
|
|
|
227
226
|
"joi": "17.13.3",
|
|
228
227
|
"jscodeshift": "0.6.3",
|
|
229
228
|
"json-stringify-safe": "5.0.1",
|
|
230
|
-
"json10": "~18.0.
|
|
231
|
-
"json10-writer": "~18.0.
|
|
229
|
+
"json10": "~18.0.12",
|
|
230
|
+
"json10-writer": "~18.0.12",
|
|
232
231
|
"json5": "2.2.3",
|
|
233
232
|
"json5-writer": "0.2.0",
|
|
234
233
|
"jszip": "3.10.1",
|
|
@@ -237,9 +236,9 @@
|
|
|
237
236
|
"localforage": "1.10.0",
|
|
238
237
|
"lockfile": "1.0.4",
|
|
239
238
|
"lodash": "4.17.21",
|
|
240
|
-
"lodash-walk-object": "~18.0.
|
|
239
|
+
"lodash-walk-object": "~18.0.12",
|
|
241
240
|
"lowdb": "7.0.1",
|
|
242
|
-
"magic-renamer": "~18.0.
|
|
241
|
+
"magic-renamer": "~18.0.10",
|
|
243
242
|
"material-design-icons": "3.0.1",
|
|
244
243
|
"method-override": "2.3.10",
|
|
245
244
|
"minimist": "1.2.8",
|
|
@@ -250,14 +249,15 @@
|
|
|
250
249
|
"ng-in-viewport": "16.1.0",
|
|
251
250
|
"ng-lock": "18.0.1",
|
|
252
251
|
"ng-packagr": "18.1.0",
|
|
253
|
-
"ng-talkback": "~18.0.
|
|
254
|
-
"ng2-logger": "~18.0.
|
|
252
|
+
"ng-talkback": "~18.0.9",
|
|
253
|
+
"ng2-logger": "~18.0.14",
|
|
255
254
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
256
|
-
"ng2-rest": "~18.0.
|
|
257
|
-
"ng2-rest-swagger-generator": "18.0.
|
|
255
|
+
"ng2-rest": "~18.0.10",
|
|
256
|
+
"ng2-rest-swagger-generator": "18.0.7",
|
|
258
257
|
"ngx-ace-wrapper": "17.0.0",
|
|
259
258
|
"ngx-editor": "17.5.4",
|
|
260
259
|
"ngx-highlightjs": "12.0.0",
|
|
260
|
+
"ngx-infinite-scroll": "18.0.0",
|
|
261
261
|
"ngx-moment": "6.0.2",
|
|
262
262
|
"ngx-monaco-editor": "12.0.0",
|
|
263
263
|
"ngx-photo-editor": "0.4.4",
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
"ngx-scrolltop": "18.0.0",
|
|
268
268
|
"ngx-store": "3.1.1",
|
|
269
269
|
"ngx-typed-js": "2.1.1",
|
|
270
|
-
"node-cli-tester": "~18.0.
|
|
270
|
+
"node-cli-tester": "~18.0.9",
|
|
271
271
|
"node-localstorage": "2.1.6",
|
|
272
272
|
"node-notifier": "10.0.1",
|
|
273
273
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
"q": "1.5.1",
|
|
298
298
|
"rallax.js": "2.0.4",
|
|
299
299
|
"randomcolor": "0.5.3",
|
|
300
|
-
"record-replay-req-res-scenario": "~18.0.
|
|
300
|
+
"record-replay-req-res-scenario": "~18.0.9",
|
|
301
301
|
"reflect-metadata": "0.2.2",
|
|
302
302
|
"rimraf": "2.6.2",
|
|
303
303
|
"rxjs": "~7.8.1",
|
|
@@ -309,22 +309,22 @@
|
|
|
309
309
|
"socket.io-client": "4.7.5",
|
|
310
310
|
"sort-package-json": "1.11.0",
|
|
311
311
|
"sql.js": "1.8.0",
|
|
312
|
-
"static-columns": "~18.0.
|
|
312
|
+
"static-columns": "~18.0.11",
|
|
313
313
|
"string-similarity": "4.0.4",
|
|
314
314
|
"sudo-block": "3.0.0",
|
|
315
315
|
"supertest": "7.0.0",
|
|
316
316
|
"sweetalert2": "11.7.32",
|
|
317
317
|
"systeminformation": "3.45.7",
|
|
318
318
|
"taon": "^18",
|
|
319
|
-
"taon-storage": "18.0.
|
|
320
|
-
"taon-type-sql": "18.0.
|
|
321
|
-
"taon-typeorm": "18.0.
|
|
319
|
+
"taon-storage": "18.0.9",
|
|
320
|
+
"taon-type-sql": "18.0.10",
|
|
321
|
+
"taon-typeorm": "18.0.9",
|
|
322
322
|
"task.js": "0.1.5",
|
|
323
323
|
"threads": "1.7.0",
|
|
324
|
-
"tnp": "~18.0.
|
|
325
|
-
"tnp-config": "~18.0.
|
|
326
|
-
"tnp-core": "~18.0.
|
|
327
|
-
"tnp-models": "~18.0.
|
|
324
|
+
"tnp": "~18.0.10",
|
|
325
|
+
"tnp-config": "~18.0.14",
|
|
326
|
+
"tnp-core": "~18.0.36",
|
|
327
|
+
"tnp-models": "~18.0.13",
|
|
328
328
|
"ts-debug": "1.3.0",
|
|
329
329
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
330
330
|
"ts-loader": "2.3.1",
|
|
@@ -336,13 +336,14 @@
|
|
|
336
336
|
"typedoc": "0.26.5",
|
|
337
337
|
"typedoc-plugin-markdown": "4.2.3",
|
|
338
338
|
"typescript": "~5.5.4",
|
|
339
|
-
"typescript-class-helpers": "~18.0.
|
|
339
|
+
"typescript-class-helpers": "~18.0.13",
|
|
340
340
|
"typescript-formatter": "~7.2.2",
|
|
341
|
+
"typescript-string-enums": "~1.0.0",
|
|
341
342
|
"underscore": "1.13.7",
|
|
342
343
|
"uuid": "10.0.0",
|
|
343
344
|
"validator": "13.5.2",
|
|
344
345
|
"video.js": "8.3.0",
|
|
345
|
-
"vpn-split": "~18.0.
|
|
346
|
+
"vpn-split": "~18.0.9",
|
|
346
347
|
"vscode": "1.1.37",
|
|
347
348
|
"wait-on": "7.0.1",
|
|
348
349
|
"watch": "1.0.2",
|
|
@@ -353,18 +354,18 @@
|
|
|
353
354
|
"zone.js": "~0.13.0"
|
|
354
355
|
},
|
|
355
356
|
"private": false,
|
|
356
|
-
"lastBuildTagHash": "
|
|
357
|
+
"lastBuildTagHash": "9c2a826977eabd2cc44c8662241334fc807e6732",
|
|
357
358
|
"main": "dist/app.electron.js"
|
|
358
359
|
},
|
|
359
360
|
"build": {
|
|
360
|
-
"number":
|
|
361
|
-
"date": "2024-
|
|
362
|
-
"hash": "
|
|
361
|
+
"number": 289,
|
|
362
|
+
"date": "2024-10-03T07:14:42.000Z",
|
|
363
|
+
"hash": "3688ed8df25f0fd576a5ea854baae09ec5317ade"
|
|
363
364
|
},
|
|
364
365
|
"currentProjectName": "magic-renamer",
|
|
365
366
|
"currentProjectGenericName": "magic-renamer",
|
|
366
367
|
"currentProjectType": "isomorphic-lib",
|
|
367
|
-
"currentFrameworkVersion": "18.0.
|
|
368
|
+
"currentFrameworkVersion": "18.0.11",
|
|
368
369
|
"isStandaloneProject": true,
|
|
369
370
|
"isSmartContainer": false,
|
|
370
371
|
"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.
|