@nosana/node 1.0.8-rc → 1.0.9-rc

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nosana/node",
3
- "version": "1.0.8-rc",
3
+ "version": "1.0.9-rc",
4
4
  "description": "",
5
5
  "bin": {
6
6
  "nosana-node": "./dist/src/index.js"
@@ -233,7 +233,7 @@ export class Provider {
233
233
  name: `bridge-${name}`,
234
234
  cmd: ['sleep', 'infinity'],
235
235
  });
236
- createContainerOptions.bind_network_to_container = `bridge-${name}`;
236
+ createContainerOptions.bind_network_to_container = `container:bridge-${name}`;
237
237
  }
238
238
  container = await this.containerOrchestration.runFlowContainer(op.args.image ?? flow.jobDefinition.global?.image, createContainerOptions);
239
239
  const info = await container.inspect();
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@nosana/node",
3
- "version": "1.0.8-rc",
3
+ "version": "1.0.9-rc",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@nosana/node",
9
- "version": "1.0.8-rc",
9
+ "version": "1.0.9-rc",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@coral-xyz/anchor": "^0.28.1-beta.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nosana/node",
3
- "version": "1.0.8-rc",
3
+ "version": "1.0.9-rc",
4
4
  "description": "",
5
5
  "bin": {
6
6
  "nosana-node": "./dist/src/index.js"