embedboard-cli 0.1.0-alpha.83 → 0.1.0-alpha.85

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,4 +7,4 @@ npm install -g embedboard-cli@alpha
7
7
  embedboard-cli --help
8
8
  ```
9
9
 
10
- This package forwards to `@kvell007/embed-labs-cli@0.1.0-alpha.83`.
10
+ This package forwards to `@kvell007/embed-labs-cli@0.1.0-alpha.85`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "embedboard-cli",
3
- "version": "0.1.0-alpha.83",
3
+ "version": "0.1.0-alpha.85",
4
4
  "description": "EmbedBoard CLI alias package for Embed Labs Cloud integration testing.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -12,7 +12,7 @@
12
12
  "README.md"
13
13
  ],
14
14
  "dependencies": {
15
- "@kvell007/embed-labs-cli": "0.1.0-alpha.83"
15
+ "@kvell007/embed-labs-cli": "0.1.0-alpha.85"
16
16
  },
17
17
  "publishConfig": {
18
18
  "access": "public",