@metasession.co/devaudit-plugin-evidence-export 0.1.0 → 0.1.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 +5 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -51,16 +51,16 @@ The schema is informational at v0; expect it to stabilise + version when an audi
|
|
|
51
51
|
|
|
52
52
|
## Install
|
|
53
53
|
|
|
54
|
-
While the portal `/plugins` registry isn't live, install directly from a Git URL:
|
|
55
|
-
|
|
56
54
|
```sh
|
|
57
|
-
devaudit plugin install
|
|
55
|
+
devaudit plugin install @metasession.co/devaudit-plugin-evidence-export
|
|
58
56
|
```
|
|
59
57
|
|
|
60
|
-
|
|
58
|
+
Published on npm. The CLI resolves the name against the registry and installs into `~/.config/devaudit/plugins/`.
|
|
59
|
+
|
|
60
|
+
Pre-release / from-source install (against a Git tag or commit) remains available:
|
|
61
61
|
|
|
62
62
|
```sh
|
|
63
|
-
devaudit plugin install devaudit-plugin-evidence-export
|
|
63
|
+
devaudit plugin install https://github.com/metasession-dev/DevAudit-Installer.git#plugins/devaudit-plugin-evidence-export
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
## Compatibility
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metasession.co/devaudit-plugin-evidence-export",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Bulk evidence bundle export for DevAudit consumers — for handing evidence to external auditors.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/plugin.js",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"typecheck": "tsc --noEmit"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@metasession.co/devaudit-plugin-sdk": "^0.1.
|
|
23
|
+
"@metasession.co/devaudit-plugin-sdk": "^0.1.3"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/node": "^22.9.0",
|
|
27
27
|
"msw": "^2.7.0",
|
|
28
28
|
"tsup": "^8.3.5",
|
|
29
29
|
"typescript": "^5.7.2",
|
|
30
|
-
"vitest": "^
|
|
30
|
+
"vitest": "^4.1.6"
|
|
31
31
|
},
|
|
32
32
|
"devaudit": {
|
|
33
33
|
"apiVersion": "1",
|