@gitpod/supervisor-api-grpc 0.1.5-pd-ssh-gateway.10 → 0.1.5-pd-ssh-gateway.11

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.
@@ -68,7 +68,7 @@ exposePort: {
68
68
  responseSerialize: serialize_supervisor_ExposePortResponse,
69
69
  responseDeserialize: deserialize_supervisor_ExposePortResponse,
70
70
  },
71
- // CreateSSHKeyPair Create a pair of SSH Keys and put them in ~/.ssh/authorized_keys
71
+ // CreateSSHKeyPair Create a pair of SSH Keys and put them in ~/.ssh/authorized_keys, this will only be generated once in the entire workspace lifecycle
72
72
  createSSHKeyPair: {
73
73
  path: '/supervisor.ControlService/CreateSSHKeyPair',
74
74
  requestStream: false,
package/package.json CHANGED
@@ -19,5 +19,5 @@
19
19
  "scripts": {
20
20
  "build": "sh build.sh"
21
21
  },
22
- "version": "0.1.5-pd-ssh-gateway.10"
22
+ "version": "0.1.5-pd-ssh-gateway.11"
23
23
  }
package/pkg-yarn.lock CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  "@gitpod/supervisor-api-grpc@0.1.5":
6
6
  version "0.1.5"
7
- resolved "file:///tmp/cache/e981154f6c8c73fa1dc3dedd9b4dee2e1cb32f68.tar.gz"
7
+ resolved "file:///tmp/cache/bbe84841feb9b6771999c3b7283c5911de41d3e8.tar.gz"
8
8
  dependencies:
9
9
  "@grpc/grpc-js" "^1.3.7"
10
10
  google-protobuf "^3.19.1"