@locale-labs/miniapp-builder 0.1.4-beta.1 → 0.1.4

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/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -57123,7 +57123,8 @@ ${fileContent}`;
57123
57123
  },
57124
57124
  body: JSON.stringify({
57125
57125
  version,
57126
- html_content: fileContent
57126
+ html_content: fileContent,
57127
+ env: process.env.DEPLOY_ENV || "prod"
57127
57128
  })
57128
57129
  });
57129
57130
  if (!response.ok) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locale-labs/miniapp-builder",
3
- "version": "0.1.4-beta.1",
3
+ "version": "0.1.4",
4
4
  "description": "Build tool for Localé Mini-Apps",
5
5
  "repository": {
6
6
  "type": "git",