@hunsu/bridge 0.2.0-next.7 → 0.2.0-next.9
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 +1 -1
- package/dist/cli.js +129 -129
- package/dist/index.d.ts +1 -1
- package/dist/index.js +130 -130
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ For advanced local package verification only, run setup from an absolute
|
|
|
32
32
|
tarball path:
|
|
33
33
|
|
|
34
34
|
```sh
|
|
35
|
-
hunsu-bridge setup --runtime-package /absolute/path/hunsu-bridge-0.2.0-next.
|
|
35
|
+
hunsu-bridge setup --runtime-package /absolute/path/hunsu-bridge-0.2.0-next.9.tgz
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
This option rejects URLs, dist-tags, ranges, Git specs, relative paths, and
|