@gunshi/plugin-dryrun 0.26.3 → 0.27.0-alpha.10
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 +8 -1
- package/lib/index.d.ts +0 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# `@gunshi/plugin-dryrun`
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
> dryrun option plugin for gunshi
|
|
4
|
+
|
|
5
|
+
<!-- eslint-disable markdown/no-missing-label-refs -->
|
|
6
|
+
|
|
7
|
+
> ![WARNING]
|
|
8
|
+
> This package is still work in progress
|
|
9
|
+
|
|
10
|
+
<!-- eslint-enable markdown/no-missing-label-refs -->
|
|
4
11
|
|
|
5
12
|
## ©️ License
|
|
6
13
|
|
package/lib/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gunshi/plugin-dryrun",
|
|
3
3
|
"description": "dryrun option plugin for gunshi",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.27.0-alpha.10",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "kazuya kawaguchi",
|
|
7
7
|
"email": "kawakazu80@gmail.com"
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@gunshi/plugin": "0.
|
|
55
|
+
"@gunshi/plugin": "0.27.0-alpha.10"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"deno": "^2.
|
|
59
|
-
"jsr": "^0.13.
|
|
58
|
+
"deno": "^2.4.2",
|
|
59
|
+
"jsr": "^0.13.5",
|
|
60
60
|
"jsr-exports-lint": "^0.4.1",
|
|
61
61
|
"publint": "^0.3.12",
|
|
62
|
-
"tsdown": "^0.
|
|
62
|
+
"tsdown": "^0.13.0"
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
65
|
"build": "tsdown",
|