@playcademy/sdk 0.3.0 → 0.3.1
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/internal.js +1 -1
- package/package.json +2 -2
package/dist/internal.js
CHANGED
|
@@ -1658,7 +1658,7 @@ function createDevNamespace(client) {
|
|
|
1658
1658
|
let lastProgressAt = Date.now();
|
|
1659
1659
|
while (true) {
|
|
1660
1660
|
if (Date.now() - lastProgressAt > DEPLOY_JOB_INACTIVITY_TIMEOUT_MS) {
|
|
1661
|
-
throw new Error("Deployment job timed out after
|
|
1661
|
+
throw new Error("Deployment job timed out after 1 minute without progress");
|
|
1662
1662
|
}
|
|
1663
1663
|
const job = await client["request"](`/games/${slug}/deploy?jobId=${encodeURIComponent(jobId)}`, "GET");
|
|
1664
1664
|
const newEvents = job.events.slice(seenEvents);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@playcademy/sdk",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@playcademy/timeback": "0.0.1",
|
|
50
50
|
"@playcademy/utils": "0.0.1",
|
|
51
51
|
"@types/bun": "latest",
|
|
52
|
-
"playcademy": "0.
|
|
52
|
+
"playcademy": "0.17.0",
|
|
53
53
|
"rollup": "^4.50.2",
|
|
54
54
|
"rollup-plugin-dts": "^6.2.3",
|
|
55
55
|
"typescript": "^5.7.2"
|