staklink 0.2.19 → 0.2.20

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/README.md CHANGED
@@ -4,7 +4,11 @@ VSCode extension for automating development and debugging in Codespaces.
4
4
 
5
5
  `staklink` is set up for Codespaces running one or more repositories in the /workspaces directory.
6
6
 
7
- # processes
7
+ ## CLI
8
+
9
+ npx -y staklink@latest start
10
+
11
+ ## processes
8
12
 
9
13
  There are 2 ways to configure your dev processes (like your backend, frontend, db, etc)
10
14
 
@@ -33892,7 +33892,7 @@ var SSEManager = class {
33892
33892
  var sseManager = new SSEManager();
33893
33893
 
33894
33894
  // src/proxy/version.ts
33895
- var VERSION = "0.2.19";
33895
+ var VERSION = "0.2.20";
33896
33896
 
33897
33897
  // node_modules/uuid/dist/esm/stringify.js
33898
33898
  var byteToHex = [];
@@ -10896,7 +10896,7 @@ var glob = Object.assign(glob_, {
10896
10896
  glob.glob = glob;
10897
10897
 
10898
10898
  // src/proxy/version.ts
10899
- var VERSION = "0.2.19";
10899
+ var VERSION = "0.2.20";
10900
10900
 
10901
10901
  // src/cli.ts
10902
10902
  var STAKLINK_PROXY = "staklink-proxy";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "staklink",
3
3
  "displayName": "staklink",
4
4
  "description": "staklink process manager",
5
- "version": "0.2.19",
5
+ "version": "0.2.20",
6
6
  "type": "module",
7
7
  "publisher": "stakwork",
8
8
  "engines": {