@locale-labs/miniapp-builder 0.1.5 → 0.1.7
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/index.js +1 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -57125,6 +57125,7 @@ ${fileContent}`;
|
|
|
57125
57125
|
},
|
|
57126
57126
|
body: JSON.stringify({
|
|
57127
57127
|
version,
|
|
57128
|
+
git_sha: process.env.MINIAPP_GIT_SHA?.slice(0, 7) || null,
|
|
57128
57129
|
html_content: fileContent,
|
|
57129
57130
|
env: process.env.DEPLOY_ENV || "prod"
|
|
57130
57131
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@locale-labs/miniapp-builder",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "Build tool for Localé Mini-Apps",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"security-check": "bunx @socketsecurity/cli ci"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@locale-labs/miniapp-sdk": "
|
|
22
|
+
"@locale-labs/miniapp-sdk": "0.2.0-beta.1",
|
|
23
23
|
"@types/html-minifier-terser": "7.0.2",
|
|
24
24
|
"autoprefixer": "10.4.23",
|
|
25
25
|
"html-minifier-terser": "7.2.0",
|