wao 0.20.0 → 0.20.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/cjs/workspace/README.md
CHANGED
|
@@ -12,7 +12,7 @@ npx wao proxy
|
|
|
12
12
|
|
|
13
13
|
#### 3. Connect the Browser to the Proxy
|
|
14
14
|
|
|
15
|
-
Go to [the web app](https://wao
|
|
15
|
+
Go to [the web app](https://preview.wao.eco) and open `Networks`, then click `Proxy`.
|
|
16
16
|
|
|
17
17
|
#### 4. Run Test
|
|
18
18
|
|
package/esm/workspace/README.md
CHANGED
|
@@ -12,7 +12,7 @@ npx wao proxy
|
|
|
12
12
|
|
|
13
13
|
#### 3. Connect the Browser to the Proxy
|
|
14
14
|
|
|
15
|
-
Go to [the web app](https://wao
|
|
15
|
+
Go to [the web app](https://preview.wao.eco) and open `Networks`, then click `Proxy`.
|
|
16
16
|
|
|
17
17
|
#### 4. Run Test
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wao",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.2",
|
|
4
4
|
"bin": {
|
|
5
5
|
"wao": "./cjs/cli.js",
|
|
6
6
|
"wao-esm": "./esm/cli.js"
|
|
7
7
|
},
|
|
8
8
|
"main": "cjs/index.js",
|
|
9
9
|
"module": "esm/index.js",
|
|
10
|
+
"types": "./types/index.d.ts",
|
|
10
11
|
"exports": {
|
|
11
12
|
".": {
|
|
12
13
|
"require": "./cjs/index.js",
|