@le-space/rootfs 0.1.7 → 0.1.8

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/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -215,6 +215,7 @@ function createRootfsBuildPlan(contract, options) {
215
215
  }
216
216
  function rootfsBuildShellEnv(plan) {
217
217
  return {
218
+ PROJECT_DIR: plan.projectDir,
218
219
  OUT_DIR: plan.outDir,
219
220
  ROOTFS_CONTRACT_FILE: plan.contractPath,
220
221
  ROOTFS_BUILD_DRIVER: plan.driver,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@le-space/rootfs",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Shared rootfs contract parsing, reference profile assets, and build helpers.",
5
5
  "license": "MIT",
6
6
  "type": "module",