isomorphic-region-loader 18.0.1 → 18.0.2
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 +32 -32
- 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 (isomorphic-region-loader@18.0.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (isomorphic-region-loader@18.0.2)
|
|
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": "isomorphic-region-loader",
|
|
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/isomorphic-region-loader.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/isomorphic-region-loader.mjs",
|
|
20
|
+
"esm": "./esm2022/isomorphic-region-loader.mjs",
|
|
21
|
+
"default": "./fesm2022/isomorphic-region-loader.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,33 +1,33 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": [],
|
|
3
|
-
|
|
4
|
-
"overrided": {
|
|
5
|
-
"linkedFolders": [],
|
|
6
|
-
"ignoreDepsPattern": ["*"],
|
|
7
|
-
"includeAsDev": [],
|
|
8
|
-
"includeOnly": ["tnp-models"],
|
|
9
|
-
"dependencies": {},
|
|
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
|
-
"license": "MIT",
|
|
29
|
-
"author": "Dariusz Filipiak @darekf77",
|
|
30
|
-
"type": "isomorphic-lib",
|
|
31
|
-
"version": "v18",
|
|
32
|
-
"private": false
|
|
1
|
+
{
|
|
2
|
+
"resources": [],
|
|
3
|
+
|
|
4
|
+
"overrided": {
|
|
5
|
+
"linkedFolders": [],
|
|
6
|
+
"ignoreDepsPattern": ["*"],
|
|
7
|
+
"includeAsDev": [],
|
|
8
|
+
"includeOnly": ["tnp-models"],
|
|
9
|
+
"dependencies": {},
|
|
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
|
+
"license": "MIT",
|
|
29
|
+
"author": "Dariusz Filipiak @darekf77",
|
|
30
|
+
"type": "isomorphic-lib",
|
|
31
|
+
"version": "v18",
|
|
32
|
+
"private": false
|
|
33
33
|
}
|
package/package.json
CHANGED
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"private": false
|
|
34
34
|
},
|
|
35
35
|
"name": "isomorphic-region-loader",
|
|
36
|
-
"version": "18.0.
|
|
36
|
+
"version": "18.0.2",
|
|
37
37
|
"author": "Dariusz Filipiak @darekf77",
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"devDependencies": {},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"tnp-models": "~18.0.
|
|
41
|
+
"tnp-models": "~18.0.3"
|
|
42
42
|
},
|
|
43
43
|
"private": false,
|
|
44
|
-
"lastBuildTagHash": "
|
|
44
|
+
"lastBuildTagHash": "2dd1785bbd8d218db3b7d943dbcdf3880f0cd9d3",
|
|
45
45
|
"main": "dist/app.electron.js"
|
|
46
46
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"private": false
|
|
38
38
|
},
|
|
39
39
|
"name": "isomorphic-region-loader",
|
|
40
|
-
"version": "18.0.
|
|
40
|
+
"version": "18.0.2",
|
|
41
41
|
"author": "Dariusz Filipiak @darekf77",
|
|
42
42
|
"license": "MIT",
|
|
43
43
|
"devDependencies": {
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"angular-material-css-vars": "7.0.0",
|
|
128
128
|
"angular-resize-event": "3.2.0",
|
|
129
129
|
"animate.css": "4.1.1",
|
|
130
|
-
"any-project-cli": "~
|
|
130
|
+
"any-project-cli": "~18.0.2",
|
|
131
131
|
"app-root-path": "3.1.0",
|
|
132
132
|
"axios": "1.7.3",
|
|
133
133
|
"background-worker-process": "~16.100.10",
|
|
@@ -139,10 +139,10 @@
|
|
|
139
139
|
"bun": "1.1.22",
|
|
140
140
|
"callsite-record": "4.1.5",
|
|
141
141
|
"chai": "4.5.0",
|
|
142
|
-
"chalk": "
|
|
142
|
+
"chalk": "2.3.2",
|
|
143
143
|
"check-node-version": "3.2.0",
|
|
144
144
|
"cheerio": "1.0.0",
|
|
145
|
-
"chokidar": "
|
|
145
|
+
"chokidar": "3.5.3",
|
|
146
146
|
"circular-json": "0.5.1",
|
|
147
147
|
"class-transformer": "0.5.1",
|
|
148
148
|
"class-validator": "0.14.1",
|
|
@@ -184,10 +184,10 @@
|
|
|
184
184
|
"file-type": "19.1.1",
|
|
185
185
|
"firedev": "^18",
|
|
186
186
|
"firedev-crud": "~16.444.15",
|
|
187
|
-
"firedev-crud-deamon": "~
|
|
187
|
+
"firedev-crud-deamon": "~18.0.2",
|
|
188
188
|
"firedev-ports": "~16.444.15",
|
|
189
189
|
"firedev-storage": "~16.444.11",
|
|
190
|
-
"firedev-type-sql": "~
|
|
190
|
+
"firedev-type-sql": "~18.0.1",
|
|
191
191
|
"firedev-typeorm": "~16.444.11",
|
|
192
192
|
"firedev-ui": "~16.444.1",
|
|
193
193
|
"fkill": "6.1.0",
|
|
@@ -207,11 +207,11 @@
|
|
|
207
207
|
"image-focus": "1.2.1",
|
|
208
208
|
"immer": "10.0.2",
|
|
209
209
|
"immutable": "4.3.7",
|
|
210
|
-
"incremental-compiler": "~
|
|
210
|
+
"incremental-compiler": "~18.0.2",
|
|
211
211
|
"inquirer": "7.3.3",
|
|
212
212
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
213
213
|
"is-elevated": "3.0.0",
|
|
214
|
-
"isomorphic-region-loader": "~
|
|
214
|
+
"isomorphic-region-loader": "~18.0.1",
|
|
215
215
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
216
216
|
"jest": "29.7.0",
|
|
217
217
|
"jest-date-mock": "1.0.10",
|
|
@@ -222,19 +222,19 @@
|
|
|
222
222
|
"joi": "17.13.3",
|
|
223
223
|
"jscodeshift": "0.6.3",
|
|
224
224
|
"json-stringify-safe": "5.0.1",
|
|
225
|
-
"json10": "~
|
|
226
|
-
"json10-writer": "~
|
|
225
|
+
"json10": "~18.0.1",
|
|
226
|
+
"json10-writer": "~18.0.2",
|
|
227
227
|
"json5": "2.2.3",
|
|
228
228
|
"json5-writer": "0.2.0",
|
|
229
229
|
"jszip": "3.10.1",
|
|
230
|
-
"karma-cli": "0.1
|
|
230
|
+
"karma-cli": "1.0.1",
|
|
231
231
|
"lnk": "1.0.1",
|
|
232
232
|
"localforage": "1.10.0",
|
|
233
233
|
"lockfile": "1.0.4",
|
|
234
234
|
"lodash": "4.17.21",
|
|
235
|
-
"lodash-walk-object": "~
|
|
235
|
+
"lodash-walk-object": "~18.0.1",
|
|
236
236
|
"lowdb": "7.0.1",
|
|
237
|
-
"magic-renamer": "~
|
|
237
|
+
"magic-renamer": "~18.0.2",
|
|
238
238
|
"material-design-icons": "3.0.1",
|
|
239
239
|
"method-override": "2.3.10",
|
|
240
240
|
"minimist": "1.2.8",
|
|
@@ -246,9 +246,9 @@
|
|
|
246
246
|
"ng-lock": "18.0.1",
|
|
247
247
|
"ng-packagr": "18.1.0",
|
|
248
248
|
"ng-talkback": "~16.444.7",
|
|
249
|
-
"ng2-logger": "~
|
|
249
|
+
"ng2-logger": "~18.0.4",
|
|
250
250
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
251
|
-
"ng2-rest": "~
|
|
251
|
+
"ng2-rest": "~18.0.1",
|
|
252
252
|
"ngx-ace-wrapper": "17.0.0",
|
|
253
253
|
"ngx-editor": "17.5.4",
|
|
254
254
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"node-cli-tester": "~16.444.7",
|
|
265
265
|
"node-localstorage": "2.1.6",
|
|
266
266
|
"node-notifier": "10.0.1",
|
|
267
|
-
"node-polyfill-webpack-plugin": "
|
|
267
|
+
"node-polyfill-webpack-plugin": "2.0.1",
|
|
268
268
|
"nodemon": "2.0.22",
|
|
269
269
|
"npm-get-dependents": "1.0.1",
|
|
270
270
|
"npm-run": "4.1.2",
|
|
@@ -310,11 +310,12 @@
|
|
|
310
310
|
"systeminformation": "3.45.7",
|
|
311
311
|
"task.js": "0.1.5",
|
|
312
312
|
"threads": "1.7.0",
|
|
313
|
+
"tnp": "~18.0.1",
|
|
313
314
|
"tnp-cli": "~16.444.7",
|
|
314
|
-
"tnp-config": "~
|
|
315
|
-
"tnp-core": "~18.0.
|
|
316
|
-
"tnp-db": "~
|
|
317
|
-
"tnp-helpers": "~
|
|
315
|
+
"tnp-config": "~18.0.4",
|
|
316
|
+
"tnp-core": "~18.0.26",
|
|
317
|
+
"tnp-db": "~18.0.2",
|
|
318
|
+
"tnp-helpers": "~18.0.2",
|
|
318
319
|
"ts-debug": "1.3.0",
|
|
319
320
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
320
321
|
"ts-loader": "2.3.1",
|
|
@@ -325,7 +326,7 @@
|
|
|
325
326
|
"typedoc": "0.26.5",
|
|
326
327
|
"typedoc-plugin-markdown": "4.2.3",
|
|
327
328
|
"typescript": "~5.5.4",
|
|
328
|
-
"typescript-class-helpers": "~
|
|
329
|
+
"typescript-class-helpers": "~18.0.3",
|
|
329
330
|
"typescript-formatter": "~7.2.2",
|
|
330
331
|
"underscore": "1.13.7",
|
|
331
332
|
"uuid": "10.0.0",
|
|
@@ -333,7 +334,7 @@
|
|
|
333
334
|
"video.js": "8.3.0",
|
|
334
335
|
"vpn-split": "~16.444.7",
|
|
335
336
|
"vscode": "1.1.37",
|
|
336
|
-
"wait-on": "
|
|
337
|
+
"wait-on": "7.0.1",
|
|
337
338
|
"watch": "1.0.2",
|
|
338
339
|
"webpack": "~5.80",
|
|
339
340
|
"webpack-dev-middleware": "~6.1.3",
|
|
@@ -342,21 +343,21 @@
|
|
|
342
343
|
"zone.js": "~0.13.0"
|
|
343
344
|
},
|
|
344
345
|
"dependencies": {
|
|
345
|
-
"tnp-models": "~18.0.
|
|
346
|
+
"tnp-models": "~18.0.3"
|
|
346
347
|
},
|
|
347
348
|
"private": false,
|
|
348
|
-
"lastBuildTagHash": "
|
|
349
|
+
"lastBuildTagHash": "2dd1785bbd8d218db3b7d943dbcdf3880f0cd9d3",
|
|
349
350
|
"main": "dist/app.electron.js"
|
|
350
351
|
},
|
|
351
352
|
"build": {
|
|
352
|
-
"number":
|
|
353
|
-
"date": "2024-
|
|
354
|
-
"hash": "
|
|
353
|
+
"number": 221,
|
|
354
|
+
"date": "2024-08-12T19:20:35.000Z",
|
|
355
|
+
"hash": "16e3412aeb6ce2efdfef16bdde7d752434b4729e"
|
|
355
356
|
},
|
|
356
357
|
"currentProjectName": "isomorphic-region-loader",
|
|
357
358
|
"currentProjectGenericName": "isomorphic-region-loader",
|
|
358
359
|
"currentProjectType": "isomorphic-lib",
|
|
359
|
-
"currentFrameworkVersion": "18.0.
|
|
360
|
+
"currentFrameworkVersion": "18.0.1",
|
|
360
361
|
"isStandaloneProject": true,
|
|
361
362
|
"isSmartContainer": false,
|
|
362
363
|
"pathesTsconfig": "\"paths\": {\"isomorphic-region-loader\":[\"./src/lib\"],\"isomorphic-region-loader/*\":[\"./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": "isomorphic-region-loader",
|
|
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/isomorphic-region-loader.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/isomorphic-region-loader.mjs",
|
|
20
|
+
"esm": "./esm2022/isomorphic-region-loader.mjs",
|
|
21
|
+
"default": "./fesm2022/isomorphic-region-loader.mjs"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"sideEffects": false
|
|
25
|
+
}
|