@hanivanrizky/nestjs-browser-action 0.3.1 → 0.3.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/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,19 +25,19 @@ A NestJS module that provides Puppeteer-based browser automation with configurab
|
|
|
25
25
|
### From npm
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
|
-
npm install @hanivanrizky/nestjs-browser-action
|
|
28
|
+
npm install @hanivanrizky/nestjs-browser-action
|
|
29
29
|
# or
|
|
30
|
-
yarn add @hanivanrizky/nestjs-browser-action
|
|
30
|
+
yarn add @hanivanrizky/nestjs-browser-action
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
### From GitHub
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
npm install https://github.com/Hanivan/nestjs-browser-action.git
|
|
36
|
+
npm install https://github.com/Hanivan/nestjs-browser-action.git
|
|
37
37
|
# or
|
|
38
|
-
yarn add https://github.com/Hanivan/nestjs-browser-action.git
|
|
38
|
+
yarn add https://github.com/Hanivan/nestjs-browser-action.git
|
|
39
39
|
# or using SSH
|
|
40
|
-
yarn add git@github.com:Hanivan/nestjs-browser-action.git
|
|
40
|
+
yarn add git@github.com:Hanivan/nestjs-browser-action.git
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
## Quick Start
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanivanrizky/nestjs-browser-action",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Puppeteer-based browser automation module for NestJS",
|
|
5
5
|
"author": "Hanivan Rizky S <hanivan20@gmail.com> (https://www.hanivan.my.id)",
|
|
6
6
|
"license": "MIT",
|