@sightmap/sightkick 0.7.0 → 0.9.0

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sightmap/sightkick",
3
- "version": "0.7.0",
3
+ "version": "0.9.0",
4
4
  "description": "sightkick — compile a .sightkick/ tool layer + sightmap corpus into WebMCP tool IR, and install the sightkick agent skills (native binary, no Go toolchain required)",
5
5
  "license": "MIT",
6
6
  "homepage": "https://sightmap.org",
@@ -34,11 +34,11 @@
34
34
  "access": "public"
35
35
  },
36
36
  "optionalDependencies": {
37
- "@sightmap/sightkick-darwin-arm64": "0.7.0",
38
- "@sightmap/sightkick-darwin-x64": "0.7.0",
39
- "@sightmap/sightkick-linux-arm64": "0.7.0",
40
- "@sightmap/sightkick-linux-x64": "0.7.0",
41
- "@sightmap/sightkick-win32-arm64": "0.7.0",
42
- "@sightmap/sightkick-win32-x64": "0.7.0"
37
+ "@sightmap/sightkick-darwin-arm64": "0.9.0",
38
+ "@sightmap/sightkick-darwin-x64": "0.9.0",
39
+ "@sightmap/sightkick-linux-arm64": "0.9.0",
40
+ "@sightmap/sightkick-linux-x64": "0.9.0",
41
+ "@sightmap/sightkick-win32-arm64": "0.9.0",
42
+ "@sightmap/sightkick-win32-x64": "0.9.0"
43
43
  }
44
44
  }