permaweb-deploy 0.0.0-alpha-20251208223828 → 0.0.0-alpha-20251211194643
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/README.md +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -272,6 +272,7 @@ jobs:
|
|
|
272
272
|
```
|
|
273
273
|
|
|
274
274
|
When `preview` is enabled, the action will:
|
|
275
|
+
|
|
275
276
|
- Auto-generate an undername like `pr-123` from the PR number
|
|
276
277
|
- Post a comment on the PR with the preview URL
|
|
277
278
|
- Update the comment on subsequent pushes instead of creating new ones
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "permaweb-deploy",
|
|
3
|
-
"version": "0.0.0-alpha-
|
|
3
|
+
"version": "0.0.0-alpha-20251211194643",
|
|
4
4
|
"description": "Permaweb App Deployment Package",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"oclif.manifest.json"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@ar.io/sdk": "^3.
|
|
30
|
-
"@ardrive/turbo-sdk": "^1.
|
|
29
|
+
"@ar.io/sdk": "^3.22.1",
|
|
30
|
+
"@ardrive/turbo-sdk": "^1.39.1",
|
|
31
31
|
"@inquirer/prompts": "^7.2.0",
|
|
32
32
|
"@oclif/core": "^4.0.30",
|
|
33
33
|
"@permaweb/aoconnect": "^0.0.85",
|