@telemetryos/cli 1.8.3 → 1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @telemetryos/cli
2
2
 
3
+ ## 1.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Upgrade weather SDK and weather development tools
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @telemetryos/development-application-host-ui@1.9.0
13
+
3
14
  ## 1.8.3
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telemetryos/cli",
3
- "version": "1.8.3",
3
+ "version": "1.9.0",
4
4
  "description": "The official TelemetryOS application CLI package. Use it to build applications that run on the TelemetryOS platform",
5
5
  "type": "module",
6
6
  "bin": {
@@ -25,7 +25,7 @@
25
25
  "license": "",
26
26
  "repository": "github:TelemetryTV/Application-API",
27
27
  "dependencies": {
28
- "@telemetryos/development-application-host-ui": "^1.8.3",
28
+ "@telemetryos/development-application-host-ui": "^1.9.0",
29
29
  "@types/serve-handler": "^6.1.4",
30
30
  "commander": "^14.0.0",
31
31
  "inquirer": "^12.9.6",
@@ -11,7 +11,8 @@
11
11
  "Skill(tos-store-sync)",
12
12
  "Skill(tos-weather-api)",
13
13
  "Bash(npm run build:*)",
14
- "Bash(npm run dev:*)"
14
+ "Bash(npm run dev:*)",
15
+ "WebFetch(domain:docs.telemetryos.com)"
15
16
  ]
16
17
  }
17
18
  }