@kata-sh/pi-symphony-extension 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,13 +22,13 @@ The extension resolves the Symphony binary in this order:
22
22
  pi install npm:@kata-sh/pi-symphony-extension
23
23
 
24
24
  # Pinned npm release
25
- pi install npm:@kata-sh/pi-symphony-extension@0.1.1
25
+ pi install npm:@kata-sh/pi-symphony-extension@0.1.2
26
26
 
27
27
  # Latest monorepo git package
28
28
  pi install git:github.com/gannonh/kata
29
29
 
30
30
  # Pinned monorepo git package
31
- pi install git:github.com/gannonh/kata@pi-symphony-v0.1.1
31
+ pi install git:github.com/gannonh/kata@pi-symphony-v0.1.2
32
32
  ```
33
33
 
34
34
  ## Local development
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kata-sh/pi-symphony-extension",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Pi extension for launching, attaching to, and monitoring Kata Symphony",
5
5
  "license": "MIT",
6
6
  "private": false,