@spexcode/session-selflaunch 0.7.0-next.14 → 0.7.0-next.15

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spexcode/session-selflaunch",
3
- "version": "0.7.0-next.14",
3
+ "version": "0.7.0-next.15",
4
4
  "publishConfig": { "access": "public" },
5
5
  "type": "module",
6
6
  "description": "A fail-closed self-launch adopter for the SpexCode session protocol.",
@@ -24,8 +24,8 @@
24
24
  "test": "npm run build && tsx --import ../../scripts/test-home.mjs --test src/*.test.ts"
25
25
  },
26
26
  "dependencies": {
27
- "@spexcode/session-protocol": "0.7.0-next.14",
28
- "@spexcode/session-runtime": "0.7.0-next.14"
27
+ "@spexcode/session-protocol": "0.7.0-next.15",
28
+ "@spexcode/session-runtime": "0.7.0-next.15"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^20.16.0",