@le-space/node 0.1.5 → 0.1.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@le-space/node",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Node and GitHub Actions adapters for shared Aleph tooling.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -16,9 +16,9 @@
16
16
  "access": "public"
17
17
  },
18
18
  "dependencies": {
19
- "@le-space/core": "0.1.5",
20
- "@le-space/shared-types": "0.1.5",
21
- "@le-space/rootfs": "0.1.5",
19
+ "@le-space/core": "0.1.6",
20
+ "@le-space/shared-types": "0.1.6",
21
+ "@le-space/rootfs": "0.1.6",
22
22
  "ethers": "^6.15.0"
23
23
  }
24
24
  }
@@ -112,9 +112,10 @@ build_with_docker() {
112
112
  -e ROOTFS_IMAGE_SIZE="${ROOTFS_IMAGE_SIZE}" \
113
113
  -e PROJECT_DIR=/workspace/universal-connectivity \
114
114
  -v "${PROJECT_DIR}:/workspace/universal-connectivity" \
115
- -w /workspace/universal-connectivity/go-peer/aleph \
115
+ -v "${SCRIPT_DIR}:/workspace/shared-rootfs" \
116
+ -w /workspace/shared-rootfs \
116
117
  uc-go-peer-rootfs-builder:local \
117
- bash rootfs/build-rootfs-image.sh
118
+ /bin/bash /workspace/shared-rootfs/build-rootfs-image.sh
118
119
  }
119
120
 
120
121
  sync_manifest_copy_target() {