record-replay-req-res-scenario 18.0.1 → 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/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # record-replay-req-res-scenario
2
- ## library for recording/replaying requests/responses as scenarios
3
-
1
+ # record-replay-req-res-scenario
2
+ ## library for recording/replaying requests/responses as scenarios
3
+
@@ -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 (record-replay-req-res-scenario@18.0.1)
3
+ Assets from this folder are being shipped with this npm package (record-replay-req-res-scenario@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.
@@ -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/lib/start.backend.js'),
5
- bundle: path.join(crossPlatformPath(__dirname), '../start.backend.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/lib/start.backend.js'),
5
+ bundle: path.join(crossPlatformPath(__dirname), '../start.backend.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/lib/start.backend.js'),
5
- bundle: path.join(crossPlatformPath(__dirname), '../start.backend.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/lib/start.backend.js'),
5
+ bundle: path.join(crossPlatformPath(__dirname), '../start.backend.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-brk
2
- var { fse, crossPlatformPath, path } = require('tnp-core');
3
- var path = {
4
- dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
5
- bundle: path.join(crossPlatformPath(__dirname), '../start.backend.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-brk
2
+ var { fse, crossPlatformPath, path } = require('tnp-core');
3
+ var path = {
4
+ dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
5
+ bundle: path.join(crossPlatformPath(__dirname), '../start.backend.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/start.js CHANGED
@@ -1 +1 @@
1
- dupasd
1
+ dupasd
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/firedev.jsonc CHANGED
@@ -1,39 +1,39 @@
1
- {
2
- "resources": ["README.md"],
3
-
4
- "overrided": {
5
- "ignoreDepsPattern": [],
6
- "includeAsDev": [],
7
- "includeOnly": ["ng-talkback", "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": ["ng-talkback", "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/package.json CHANGED
@@ -40,11 +40,11 @@
40
40
  "workerPlugins": {}
41
41
  },
42
42
  "name": "record-replay-req-res-scenario",
43
- "version": "18.0.1",
43
+ "version": "18.0.3",
44
44
  "license": "UNLICENSED",
45
45
  "dependencies": {
46
- "ng-talkback": "~18.0.1",
47
- "tnp-helpers": "~18.0.2"
46
+ "ng-talkback": "~18.0.3",
47
+ "tnp-helpers": "~18.0.4"
48
48
  },
49
49
  "private": false,
50
50
  "bin": {
@@ -52,7 +52,7 @@
52
52
  "record-replay-req-res-scenario-debug": "bin/record-replay-req-res-scenario-debug",
53
53
  "record-replay-req-res-scenario-debug-brk": "bin/record-replay-req-res-scenario-debug-brk"
54
54
  },
55
- "lastBuildTagHash": "f902eb23806b0e705edfa86c4059b74535dce55d",
55
+ "lastBuildTagHash": "fa94828fcd36ef8b3738d0c3f09f359518cf7dfa",
56
56
  "devDependencies": {},
57
- "main": "index.js"
57
+ "main": "dist/app.electron.js"
58
58
  }
@@ -44,11 +44,11 @@
44
44
  "workerPlugins": {}
45
45
  },
46
46
  "name": "record-replay-req-res-scenario",
47
- "version": "18.0.1",
47
+ "version": "18.0.3",
48
48
  "license": "UNLICENSED",
49
49
  "dependencies": {
50
- "ng-talkback": "~18.0.1",
51
- "tnp-helpers": "~18.0.2"
50
+ "ng-talkback": "~18.0.3",
51
+ "tnp-helpers": "~18.0.4"
52
52
  },
53
53
  "private": false,
54
54
  "bin": {
@@ -56,7 +56,7 @@
56
56
  "record-replay-req-res-scenario-debug": "bin/record-replay-req-res-scenario-debug",
57
57
  "record-replay-req-res-scenario-debug-brk": "bin/record-replay-req-res-scenario-debug-brk"
58
58
  },
59
- "lastBuildTagHash": "f902eb23806b0e705edfa86c4059b74535dce55d",
59
+ "lastBuildTagHash": "fa94828fcd36ef8b3738d0c3f09f359518cf7dfa",
60
60
  "devDependencies": {
61
61
  "@angular-builders/custom-webpack": "~18.0.0",
62
62
  "@angular-devkit/build-angular": "~18.1.4",
@@ -115,7 +115,7 @@
115
115
  "@types/diff": "5.2.1",
116
116
  "@types/express": "4.17.21",
117
117
  "@types/express-fileupload": "1.5.0",
118
- "@types/fs-extra": "11.0.4",
118
+ "@types/fs-extra": "7.0.0",
119
119
  "@types/glob": "5.0.35",
120
120
  "@types/http-proxy": "1.17.15",
121
121
  "@types/http-proxy-middleware": "1.0.0",
@@ -131,7 +131,7 @@
131
131
  "@types/password-hash": "1.2.24",
132
132
  "@types/progress": "2.0.7",
133
133
  "@types/q": "1.5.8",
134
- "@types/rimraf": "4.0.5",
134
+ "@types/rimraf": "2.0.2",
135
135
  "@types/semver": "7.5.8",
136
136
  "@types/systeminformation": "3.54.1",
137
137
  "@types/vinyl": "2.0.12",
@@ -144,7 +144,7 @@
144
144
  "angular-material-css-vars": "7.0.0",
145
145
  "angular-resize-event": "3.2.0",
146
146
  "animate.css": "4.1.1",
147
- "any-project-cli": "~18.0.2",
147
+ "any-project-cli": "~18.0.4",
148
148
  "app-root-path": "3.1.0",
149
149
  "axios": "1.7.3",
150
150
  "background-worker-process": "~16.100.10",
@@ -178,9 +178,9 @@
178
178
  "dateformat": "3.0.3",
179
179
  "detect-mocha": "0.1.0",
180
180
  "diff": "4.0.2",
181
- "electron": "31.3.1",
182
- "electron-builder": "24.13.3",
183
- "electron-debug": "4.0.0",
181
+ "electron": "25.2.0",
182
+ "electron-builder": "24.4.0",
183
+ "electron-debug": "3.2.0",
184
184
  "electron-reloader": "1.2.3",
185
185
  "element-resize-detector": "1.2.4",
186
186
  "enquirer": "2.4.1",
@@ -200,17 +200,17 @@
200
200
  "file-saver": "2.0.5",
201
201
  "file-type": "19.1.1",
202
202
  "firedev": "^18",
203
- "firedev-crud": "~18.0.1",
204
- "firedev-crud-deamon": "~18.0.2",
205
- "firedev-ports": "~18.0.1",
206
- "firedev-storage": "~18.0.1",
207
- "firedev-type-sql": "~18.0.2",
208
- "firedev-typeorm": "~18.0.1",
209
- "firedev-ui": "~16.444.1",
203
+ "firedev-crud": "~18.0.3",
204
+ "firedev-crud-deamon": "~18.0.4",
205
+ "firedev-ports": "~18.0.3",
206
+ "firedev-storage": "~18.0.3",
207
+ "firedev-type-sql": "~18.0.4",
208
+ "firedev-typeorm": "~18.0.3",
209
+ "firedev-ui": "~18.0.4",
210
210
  "fkill": "6.1.0",
211
211
  "font-awesome": "4.7.0",
212
212
  "form-data": "4.0.0",
213
- "fs-extra": "11.1.1",
213
+ "fs-extra": "8.1.0",
214
214
  "fuzzy": "0.1.3",
215
215
  "glob": "7.1.2",
216
216
  "google-libphonenumber": "3.2.38",
@@ -224,11 +224,11 @@
224
224
  "image-focus": "1.2.1",
225
225
  "immer": "10.0.2",
226
226
  "immutable": "4.3.7",
227
- "incremental-compiler": "~18.0.2",
227
+ "incremental-compiler": "~18.0.4",
228
228
  "inquirer": "7.3.3",
229
229
  "inquirer-autocomplete-prompt": "1.3.0",
230
230
  "is-elevated": "3.0.0",
231
- "isomorphic-region-loader": "~18.0.2",
231
+ "isomorphic-region-loader": "~18.0.4",
232
232
  "istanbul-instrumenter-loader": "3.0.1",
233
233
  "jest": "29.7.0",
234
234
  "jest-date-mock": "1.0.10",
@@ -239,8 +239,8 @@
239
239
  "joi": "17.13.3",
240
240
  "jscodeshift": "0.6.3",
241
241
  "json-stringify-safe": "5.0.1",
242
- "json10": "~18.0.2",
243
- "json10-writer": "~18.0.2",
242
+ "json10": "~18.0.4",
243
+ "json10-writer": "~18.0.4",
244
244
  "json5": "2.2.3",
245
245
  "json5-writer": "0.2.0",
246
246
  "jszip": "3.10.1",
@@ -249,9 +249,9 @@
249
249
  "localforage": "1.10.0",
250
250
  "lockfile": "1.0.4",
251
251
  "lodash": "4.17.21",
252
- "lodash-walk-object": "~18.0.2",
252
+ "lodash-walk-object": "~18.0.4",
253
253
  "lowdb": "7.0.1",
254
- "magic-renamer": "~18.0.2",
254
+ "magic-renamer": "~18.0.4",
255
255
  "material-design-icons": "3.0.1",
256
256
  "method-override": "2.3.10",
257
257
  "minimist": "1.2.8",
@@ -262,9 +262,9 @@
262
262
  "ng-in-viewport": "16.1.0",
263
263
  "ng-lock": "18.0.1",
264
264
  "ng-packagr": "18.1.0",
265
- "ng2-logger": "~18.0.4",
265
+ "ng2-logger": "~18.0.6",
266
266
  "ng2-pdfjs-viewer": "18.0.0",
267
- "ng2-rest": "~18.0.2",
267
+ "ng2-rest": "~18.0.4",
268
268
  "ngx-ace-wrapper": "17.0.0",
269
269
  "ngx-editor": "17.5.4",
270
270
  "ngx-highlightjs": "12.0.0",
@@ -277,7 +277,7 @@
277
277
  "ngx-scrolltop": "18.0.0",
278
278
  "ngx-store": "3.1.1",
279
279
  "ngx-typed-js": "2.1.1",
280
- "node-cli-tester": "~18.0.1",
280
+ "node-cli-tester": "~18.0.3",
281
281
  "node-localstorage": "2.1.6",
282
282
  "node-notifier": "10.0.1",
283
283
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -286,12 +286,13 @@
286
286
  "npm-run": "4.1.2",
287
287
  "omelette": "0.4.17",
288
288
  "open": "10.0.4",
289
- "ora": "8.0.1",
289
+ "ora": "3.4.0",
290
290
  "passport": "0.7.0",
291
291
  "passport-http-bearer": "1.0.1",
292
292
  "password-hash": "1.2.2",
293
293
  "path-to-regexp": "6.2.2",
294
294
  "pica": "9.0.1",
295
+ "playwright": "1.43.1",
295
296
  "portfinder": "1.0.21",
296
297
  "prettier": "3.3.3",
297
298
  "prettier-eslint": "16.3.0",
@@ -306,7 +307,7 @@
306
307
  "q": "1.5.1",
307
308
  "rallax.js": "2.0.4",
308
309
  "randomcolor": "0.5.3",
309
- "record-replay-req-res-scenario": "~16.444.7",
310
+ "record-replay-req-res-scenario": "~18.0.2",
310
311
  "reflect-metadata": "0.2.2",
311
312
  "rimraf": "2.6.2",
312
313
  "rxjs": "~7.8.1",
@@ -318,7 +319,7 @@
318
319
  "socket.io-client": "4.7.5",
319
320
  "sort-package-json": "1.11.0",
320
321
  "sql.js": "1.8.0",
321
- "static-columns": "~18.0.3",
322
+ "static-columns": "~18.0.5",
322
323
  "string-similarity": "4.0.4",
323
324
  "sudo-block": "3.0.0",
324
325
  "supertest": "7.0.0",
@@ -326,12 +327,12 @@
326
327
  "systeminformation": "3.45.7",
327
328
  "task.js": "0.1.5",
328
329
  "threads": "1.7.0",
329
- "tnp": "~18.0.2",
330
- "tnp-cli": "~16.444.7",
331
- "tnp-config": "~18.0.4",
332
- "tnp-core": "~18.0.26",
333
- "tnp-db": "~18.0.2",
334
- "tnp-models": "~18.0.3",
330
+ "tnp": "~18.0.4",
331
+ "tnp-cli": "~18.0.2",
332
+ "tnp-config": "~18.0.6",
333
+ "tnp-core": "~18.0.28",
334
+ "tnp-db": "~18.0.4",
335
+ "tnp-models": "~18.0.5",
335
336
  "ts-debug": "1.3.0",
336
337
  "ts-json-schema-generator": "2.3.0-next.5",
337
338
  "ts-loader": "2.3.1",
@@ -342,13 +343,13 @@
342
343
  "typedoc": "0.26.5",
343
344
  "typedoc-plugin-markdown": "4.2.3",
344
345
  "typescript": "~5.5.4",
345
- "typescript-class-helpers": "~18.0.3",
346
+ "typescript-class-helpers": "~18.0.5",
346
347
  "typescript-formatter": "~7.2.2",
347
348
  "underscore": "1.13.7",
348
349
  "uuid": "10.0.0",
349
350
  "validator": "13.5.2",
350
351
  "video.js": "8.3.0",
351
- "vpn-split": "~16.444.7",
352
+ "vpn-split": "~18.0.2",
352
353
  "vscode": "1.1.37",
353
354
  "wait-on": "7.0.1",
354
355
  "watch": "1.0.2",
@@ -361,14 +362,14 @@
361
362
  "main": "dist/app.electron.js"
362
363
  },
363
364
  "build": {
364
- "number": 229,
365
- "date": "2024-08-13T07:12:32.000Z",
366
- "hash": "7c6639592fd397dc2213b1a9298575b9c0a6d2a9"
365
+ "number": 231,
366
+ "date": "2024-08-13T18:58:39.000Z",
367
+ "hash": "49187b7d939f43013ba0ab4f8c73ed28b6bc0771"
367
368
  },
368
369
  "currentProjectName": "record-replay-req-res-scenario",
369
370
  "currentProjectGenericName": "record-replay-req-res-scenario",
370
371
  "currentProjectType": "isomorphic-lib",
371
- "currentFrameworkVersion": "18.0.2",
372
+ "currentFrameworkVersion": "18.0.4",
372
373
  "isStandaloneProject": true,
373
374
  "isSmartContainer": false,
374
375
  "pathesTsconfig": "\"paths\": {\"record-replay-req-res-scenario\":[\"./src/lib\"],\"record-replay-req-res-scenario/*\":[\"./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.