@glass-sdk/cli 0.0.1 → 0.0.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/CHANGELOG.md +5 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.0.2
4
+
5
+ Fix published npm metadata to use concrete public package versions instead of
6
+ workspace-only dependency ranges.
7
+
3
8
  ## 0.0.1
4
9
 
5
10
  Breaking internal rewrite: one binary file-picker capability, source-independent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glass-sdk/cli",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "The Glass consumer command for preparing, running, and packaging native app targets.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,9 +22,9 @@
22
22
  "build": "node --check bin/glass.mjs"
23
23
  },
24
24
  "dependencies": {
25
- "@glass-sdk/host-desktop": "workspace:*",
26
- "@glass-sdk/host-mobile": "workspace:*",
27
- "@glass-sdk/file-picker": "workspace:*"
25
+ "@glass-sdk/host-desktop": "0.0.1",
26
+ "@glass-sdk/host-mobile": "0.0.1",
27
+ "@glass-sdk/file-picker": "0.0.1"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">=22.12.0"