dotsec 4.0.0-alpha.1 → 4.0.0-alpha.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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
With AWS support:
|
|
9
9
|
|
|
10
10
|
```sh
|
|
11
|
-
npm install dotsec @dotsec/plugin-aws
|
|
11
|
+
npm install --save dotsec @dotsec/plugin-aws
|
|
12
12
|
npx dotsec --plugin @dotsec/plugin-aws aws init
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
With PKE support:
|
|
16
16
|
|
|
17
17
|
```sh
|
|
18
|
-
npm install dotsec @dotsec/plugin-pke
|
|
18
|
+
npm install --save dotsec @dotsec/plugin-pke
|
|
19
19
|
npx dotsec --plugin @dotsec/plugin-pke pke init
|
|
20
20
|
```
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dotsec",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"typescript": "~4.9.3",
|
|
63
63
|
"yargs-parser": "^21.1.1"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "f96cd7947eb5b39c8cda32afb350f90360109455"
|
|
66
66
|
}
|