@ordis_co_th/execute-powershell 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +2 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,21 +16,8 @@ Add the plugin to your OpenCode configuration:
16
16
 
17
17
  ```json
18
18
  {
19
- "plugins": [
20
- "@ordis_co_th/execute-powershell"
21
- ]
22
- }
23
- ```
24
-
25
- Or with explicit import path:
26
-
27
- ```json
28
- {
29
- "plugins": [
30
- {
31
- "import": "@ordis_co_th/execute-powershell",
32
- "config": {}
33
- }
19
+ "plugin": [
20
+ "@ordis_co_th/execute-powershell@1.0.1"
34
21
  ]
35
22
  }
36
23
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ordis_co_th/execute-powershell",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "packageManager": "bun@1.3.9",
6
6
  "files": [