@sketchscreens/viewer 0.1.0 → 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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sketchscreens/viewer",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A tiny local server that serves the SketchScreens renderer and a map.json, then opens the browser. Local-first: binds to localhost only.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -17,8 +17,8 @@
17
17
  "typecheck": "tsc --noEmit"
18
18
  },
19
19
  "dependencies": {
20
- "@sketchscreens/core-schema": "workspace:*",
21
- "@sketchscreens/renderer": "workspace:*"
20
+ "@sketchscreens/core-schema": "^0.1.2",
21
+ "@sketchscreens/renderer": "^0.1.2"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/node": "^22.0.0",