@wix/ditto-codegen-public 1.0.222 → 1.0.223
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/out.js +5 -0
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -7662,6 +7662,11 @@ var require_CodeGenService = __commonJS({
|
|
|
7662
7662
|
}));
|
|
7663
7663
|
};
|
|
7664
7664
|
this.updateJobStatus = async (jobId, status) => {
|
|
7665
|
+
console.log("Updating job status", {
|
|
7666
|
+
jobId,
|
|
7667
|
+
status,
|
|
7668
|
+
ambassadorStatus: this.toAmbassadorStatus(status)
|
|
7669
|
+
});
|
|
7665
7670
|
await this.httpClient.request((0, http_1.updateJob)({
|
|
7666
7671
|
projectId: this.projectId,
|
|
7667
7672
|
job: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ditto-codegen-public",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.223",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"@wix/ditto-codegen": "1.0.0",
|
|
25
25
|
"esbuild": "^0.27.2"
|
|
26
26
|
},
|
|
27
|
-
"falconPackageHash": "
|
|
27
|
+
"falconPackageHash": "b4a09affaa1c6925b5e726fbc1140c778b980df29e8e7cb10648460f"
|
|
28
28
|
}
|