@expo/steps
Advanced tools
Comparing version 1.0.154 to 1.0.155
@@ -15,2 +15,3 @@ import assert from 'assert'; | ||
import { interpolateJobContext } from './interpolation.js'; | ||
import { fixEscapeCharactersInRawEnvValue } from './utils/envUtils.js'; | ||
export var BuildStepStatus; | ||
@@ -305,3 +306,4 @@ (function (BuildStepStatus) { | ||
const rawContents = await fs.readFile(path.join(envsDir, basename), 'utf-8'); | ||
return [basename, rawContents]; | ||
const updatedContents = fixEscapeCharactersInRawEnvValue(rawContents); | ||
return [basename, updatedContents]; | ||
})); | ||
@@ -308,0 +310,0 @@ this.ctx.global.updateEnv({ |
{ | ||
"name": "@expo/steps", | ||
"type": "module", | ||
"version": "1.0.154", | ||
"version": "1.0.155", | ||
"main": "./dist_commonjs/index.cjs", | ||
@@ -68,3 +68,3 @@ "types": "./dist_esm/index.d.ts", | ||
}, | ||
"gitHead": "9ff91c80ccc6cffe4461a7efd25cf6c41d655b29" | ||
"gitHead": "d171d1bbe910d12fd00b4791d6d8ad302b85421a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
720850
186
6179