typescript-class-helpers 18.0.2 → 18.0.3
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/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/browser/package.json +25 -0
- package/client/README.md +24 -24
- package/firedev.jsonc +43 -43
- package/package.json +3 -3
- package/tmp-environment.json +29 -28
- package/websql/README.md +24 -24
- package/websql/package.json +25 -0
|
@@ -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 (typescript-class-helpers@18.0.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (typescript-class-helpers@18.0.3)
|
|
4
4
|
created from this project.
|
|
5
5
|
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
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.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "typescript-class-helpers",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^13.2.0",
|
|
6
|
+
"@angular/core": "^13.2.0"
|
|
7
|
+
},
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"tslib": "^2.3.0"
|
|
10
|
+
},
|
|
11
|
+
"module": "fesm2022/typescript-class-helpers.mjs",
|
|
12
|
+
"typings": "index.d.ts",
|
|
13
|
+
"exports": {
|
|
14
|
+
"./package.json": {
|
|
15
|
+
"default": "./package.json"
|
|
16
|
+
},
|
|
17
|
+
".": {
|
|
18
|
+
"types": "./index.d.ts",
|
|
19
|
+
"esm2022": "./esm2022/typescript-class-helpers.mjs",
|
|
20
|
+
"esm": "./esm2022/typescript-class-helpers.mjs",
|
|
21
|
+
"default": "./fesm2022/typescript-class-helpers.mjs"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"sideEffects": false
|
|
25
|
+
}
|
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/firedev.jsonc
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": [],
|
|
3
|
-
|
|
4
|
-
"overrided": {
|
|
5
|
-
"includeAsDev": [],
|
|
6
|
-
"includeOnly": ["ng2-logger", "enum-values"],
|
|
7
|
-
"ignoreDepsPattern": [],
|
|
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
|
-
"version": "v18",
|
|
30
|
-
"additionalNpmNames": ["firedev-class-helpers"],
|
|
31
|
-
"license": "MIT",
|
|
32
|
-
"private": false,
|
|
33
|
-
|
|
34
|
-
"scripts": {
|
|
35
|
-
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
36
|
-
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
37
|
-
},
|
|
38
|
-
|
|
39
|
-
"description": "Usefull helper to have in your typescript project",
|
|
40
|
-
"author": "Dariusz Filipiak",
|
|
41
|
-
"homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
|
|
42
|
-
"keywords": ["ng2-rest", "docs", "documentation"],
|
|
43
|
-
"workerPlugins": {}
|
|
1
|
+
{
|
|
2
|
+
"resources": [],
|
|
3
|
+
|
|
4
|
+
"overrided": {
|
|
5
|
+
"includeAsDev": [],
|
|
6
|
+
"includeOnly": ["ng2-logger", "enum-values"],
|
|
7
|
+
"ignoreDepsPattern": [],
|
|
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
|
+
"version": "v18",
|
|
30
|
+
"additionalNpmNames": ["firedev-class-helpers"],
|
|
31
|
+
"license": "MIT",
|
|
32
|
+
"private": false,
|
|
33
|
+
|
|
34
|
+
"scripts": {
|
|
35
|
+
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
36
|
+
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
37
|
+
},
|
|
38
|
+
|
|
39
|
+
"description": "Usefull helper to have in your typescript project",
|
|
40
|
+
"author": "Dariusz Filipiak",
|
|
41
|
+
"homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
|
|
42
|
+
"keywords": ["ng2-rest", "docs", "documentation"],
|
|
43
|
+
"workerPlugins": {}
|
|
44
44
|
}
|
package/package.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"name": "typescript-class-helpers",
|
|
50
50
|
"description": "Usefull helper to have in your typescript project",
|
|
51
|
-
"version": "18.0.
|
|
51
|
+
"version": "18.0.3",
|
|
52
52
|
"scripts": {
|
|
53
53
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
54
54
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"enum-values": "1.2.1",
|
|
72
|
-
"ng2-logger": "~
|
|
72
|
+
"ng2-logger": "~18.0.4"
|
|
73
73
|
},
|
|
74
74
|
"license": "MIT",
|
|
75
75
|
"private": false,
|
|
76
|
-
"lastBuildTagHash": "
|
|
76
|
+
"lastBuildTagHash": "04bb3897157aa81b3ab3c691a51aec8a13575db8",
|
|
77
77
|
"devDependencies": {},
|
|
78
78
|
"main": "dist/app.electron.js"
|
|
79
79
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"name": "typescript-class-helpers",
|
|
54
54
|
"description": "Usefull helper to have in your typescript project",
|
|
55
|
-
"version": "18.0.
|
|
55
|
+
"version": "18.0.3",
|
|
56
56
|
"scripts": {
|
|
57
57
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
58
58
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -73,11 +73,11 @@
|
|
|
73
73
|
"homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"enum-values": "1.2.1",
|
|
76
|
-
"ng2-logger": "~
|
|
76
|
+
"ng2-logger": "~18.0.4"
|
|
77
77
|
},
|
|
78
78
|
"license": "MIT",
|
|
79
79
|
"private": false,
|
|
80
|
-
"lastBuildTagHash": "
|
|
80
|
+
"lastBuildTagHash": "04bb3897157aa81b3ab3c691a51aec8a13575db8",
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
83
83
|
"@angular-devkit/build-angular": "~18.1.4",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"angular-material-css-vars": "7.0.0",
|
|
166
166
|
"angular-resize-event": "3.2.0",
|
|
167
167
|
"animate.css": "4.1.1",
|
|
168
|
-
"any-project-cli": "~
|
|
168
|
+
"any-project-cli": "~18.0.1",
|
|
169
169
|
"app-root-path": "3.1.0",
|
|
170
170
|
"axios": "1.7.3",
|
|
171
171
|
"background-worker-process": "~16.100.10",
|
|
@@ -177,10 +177,10 @@
|
|
|
177
177
|
"bun": "1.1.22",
|
|
178
178
|
"callsite-record": "4.1.5",
|
|
179
179
|
"chai": "4.5.0",
|
|
180
|
-
"chalk": "
|
|
180
|
+
"chalk": "2.3.2",
|
|
181
181
|
"check-node-version": "3.2.0",
|
|
182
182
|
"cheerio": "1.0.0",
|
|
183
|
-
"chokidar": "
|
|
183
|
+
"chokidar": "3.5.3",
|
|
184
184
|
"circular-json": "0.5.1",
|
|
185
185
|
"class-transformer": "0.5.1",
|
|
186
186
|
"class-validator": "0.14.1",
|
|
@@ -221,10 +221,10 @@
|
|
|
221
221
|
"file-type": "19.1.1",
|
|
222
222
|
"firedev": "^18",
|
|
223
223
|
"firedev-crud": "~16.444.15",
|
|
224
|
-
"firedev-crud-deamon": "~
|
|
224
|
+
"firedev-crud-deamon": "~18.0.1",
|
|
225
225
|
"firedev-ports": "~16.444.15",
|
|
226
226
|
"firedev-storage": "~16.444.11",
|
|
227
|
-
"firedev-type-sql": "~
|
|
227
|
+
"firedev-type-sql": "~18.0.1",
|
|
228
228
|
"firedev-typeorm": "~16.444.11",
|
|
229
229
|
"firedev-ui": "~16.444.1",
|
|
230
230
|
"fkill": "6.1.0",
|
|
@@ -244,11 +244,11 @@
|
|
|
244
244
|
"image-focus": "1.2.1",
|
|
245
245
|
"immer": "10.0.2",
|
|
246
246
|
"immutable": "4.3.7",
|
|
247
|
-
"incremental-compiler": "~
|
|
247
|
+
"incremental-compiler": "~18.0.1",
|
|
248
248
|
"inquirer": "7.3.3",
|
|
249
249
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
250
250
|
"is-elevated": "3.0.0",
|
|
251
|
-
"isomorphic-region-loader": "~
|
|
251
|
+
"isomorphic-region-loader": "~18.0.1",
|
|
252
252
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
253
253
|
"jest": "29.7.0",
|
|
254
254
|
"jest-date-mock": "1.0.10",
|
|
@@ -259,19 +259,19 @@
|
|
|
259
259
|
"joi": "17.13.3",
|
|
260
260
|
"jscodeshift": "0.6.3",
|
|
261
261
|
"json-stringify-safe": "5.0.1",
|
|
262
|
-
"json10": "~
|
|
263
|
-
"json10-writer": "~
|
|
262
|
+
"json10": "~18.0.1",
|
|
263
|
+
"json10-writer": "~18.0.1",
|
|
264
264
|
"json5": "2.2.3",
|
|
265
265
|
"json5-writer": "0.2.0",
|
|
266
266
|
"jszip": "3.10.1",
|
|
267
|
-
"karma-cli": "0.1
|
|
267
|
+
"karma-cli": "1.0.1",
|
|
268
268
|
"lnk": "1.0.1",
|
|
269
269
|
"localforage": "1.10.0",
|
|
270
270
|
"lockfile": "1.0.4",
|
|
271
271
|
"lodash": "4.17.21",
|
|
272
|
-
"lodash-walk-object": "~
|
|
272
|
+
"lodash-walk-object": "~18.0.1",
|
|
273
273
|
"lowdb": "7.0.1",
|
|
274
|
-
"magic-renamer": "~
|
|
274
|
+
"magic-renamer": "~18.0.1",
|
|
275
275
|
"material-design-icons": "3.0.1",
|
|
276
276
|
"method-override": "2.3.10",
|
|
277
277
|
"minimist": "1.2.8",
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
"ng-packagr": "18.1.0",
|
|
285
285
|
"ng-talkback": "~16.444.7",
|
|
286
286
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
287
|
-
"ng2-rest": "~
|
|
287
|
+
"ng2-rest": "~18.0.1",
|
|
288
288
|
"ngx-ace-wrapper": "17.0.0",
|
|
289
289
|
"ngx-editor": "17.5.4",
|
|
290
290
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"node-cli-tester": "~16.444.7",
|
|
301
301
|
"node-localstorage": "2.1.6",
|
|
302
302
|
"node-notifier": "10.0.1",
|
|
303
|
-
"node-polyfill-webpack-plugin": "
|
|
303
|
+
"node-polyfill-webpack-plugin": "2.0.1",
|
|
304
304
|
"nodemon": "2.0.22",
|
|
305
305
|
"npm-get-dependents": "1.0.1",
|
|
306
306
|
"npm-run": "4.1.2",
|
|
@@ -346,12 +346,13 @@
|
|
|
346
346
|
"systeminformation": "3.45.7",
|
|
347
347
|
"task.js": "0.1.5",
|
|
348
348
|
"threads": "1.7.0",
|
|
349
|
+
"tnp": "~18.0.1",
|
|
349
350
|
"tnp-cli": "~16.444.7",
|
|
350
|
-
"tnp-config": "~
|
|
351
|
-
"tnp-core": "~18.0.
|
|
352
|
-
"tnp-db": "~
|
|
353
|
-
"tnp-helpers": "~
|
|
354
|
-
"tnp-models": "~18.0.
|
|
351
|
+
"tnp-config": "~18.0.4",
|
|
352
|
+
"tnp-core": "~18.0.26",
|
|
353
|
+
"tnp-db": "~18.0.1",
|
|
354
|
+
"tnp-helpers": "~18.0.1",
|
|
355
|
+
"tnp-models": "~18.0.2",
|
|
355
356
|
"ts-debug": "1.3.0",
|
|
356
357
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
357
358
|
"ts-loader": "2.3.1",
|
|
@@ -362,7 +363,7 @@
|
|
|
362
363
|
"typedoc": "0.26.5",
|
|
363
364
|
"typedoc-plugin-markdown": "4.2.3",
|
|
364
365
|
"typescript": "~5.5.4",
|
|
365
|
-
"typescript-class-helpers": "~
|
|
366
|
+
"typescript-class-helpers": "~18.0.2",
|
|
366
367
|
"typescript-formatter": "~7.2.2",
|
|
367
368
|
"underscore": "1.13.7",
|
|
368
369
|
"uuid": "10.0.0",
|
|
@@ -370,7 +371,7 @@
|
|
|
370
371
|
"video.js": "8.3.0",
|
|
371
372
|
"vpn-split": "~16.444.7",
|
|
372
373
|
"vscode": "1.1.37",
|
|
373
|
-
"wait-on": "
|
|
374
|
+
"wait-on": "7.0.1",
|
|
374
375
|
"watch": "1.0.2",
|
|
375
376
|
"webpack": "~5.80",
|
|
376
377
|
"webpack-dev-middleware": "~6.1.3",
|
|
@@ -381,14 +382,14 @@
|
|
|
381
382
|
"main": "dist/app.electron.js"
|
|
382
383
|
},
|
|
383
384
|
"build": {
|
|
384
|
-
"number":
|
|
385
|
-
"date": "2024-08-12T19:
|
|
386
|
-
"hash": "
|
|
385
|
+
"number": 436,
|
|
386
|
+
"date": "2024-08-12T19:12:49.000Z",
|
|
387
|
+
"hash": "d15addb1cc355685a545b7c77511639c1839378a"
|
|
387
388
|
},
|
|
388
389
|
"currentProjectName": "typescript-class-helpers",
|
|
389
390
|
"currentProjectGenericName": "typescript-class-helpers",
|
|
390
391
|
"currentProjectType": "isomorphic-lib",
|
|
391
|
-
"currentFrameworkVersion": "18.0.
|
|
392
|
+
"currentFrameworkVersion": "18.0.1",
|
|
392
393
|
"isStandaloneProject": true,
|
|
393
394
|
"isSmartContainer": false,
|
|
394
395
|
"pathesTsconfig": "\"paths\": {\"typescript-class-helpers\":[\"./src/lib\"],\"typescript-class-helpers/*\":[\"./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.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "typescript-class-helpers",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^13.2.0",
|
|
6
|
+
"@angular/core": "^13.2.0"
|
|
7
|
+
},
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"tslib": "^2.3.0"
|
|
10
|
+
},
|
|
11
|
+
"module": "fesm2022/typescript-class-helpers.mjs",
|
|
12
|
+
"typings": "index.d.ts",
|
|
13
|
+
"exports": {
|
|
14
|
+
"./package.json": {
|
|
15
|
+
"default": "./package.json"
|
|
16
|
+
},
|
|
17
|
+
".": {
|
|
18
|
+
"types": "./index.d.ts",
|
|
19
|
+
"esm2022": "./esm2022/typescript-class-helpers.mjs",
|
|
20
|
+
"esm": "./esm2022/typescript-class-helpers.mjs",
|
|
21
|
+
"default": "./fesm2022/typescript-class-helpers.mjs"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"sideEffects": false
|
|
25
|
+
}
|