shipstatic 1.2.0 → 1.3.0

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/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -28,8 +28,8 @@ npx shipstatic ./index.html
28
28
 
29
29
  | | |
30
30
  |---|---|
31
- | `npx shipstatic ./dist` | **Nothing.** No account, no API key, no deploy token, no login. |
32
- | Every other command — domains, tokens, `whoami`, listing deployments | **Requires an API key.** |
31
+ | **Deploying** — `npx shipstatic ./dist`, and `npx shipstatic deployments upload ./dist` | **Nothing.** No account, no API key, no deploy token, no login. |
32
+ | **Everything else** — domains, tokens, `whoami`, listing deployments | **Requires an API key.** |
33
33
 
34
34
  > **`ship whoami` failing is normal** without a key, and it says nothing about deploying. An authentication error from any other command is not a reason the deploy won't work — run the deploy anyway. It stays anonymous.
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shipstatic",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "CLI and SDK for ShipStatic — deploy static websites, landing pages, and prototypes instantly. The unscoped name for @shipstatic/ship.",
5
5
  "keywords": [
6
6
  "shipstatic",
@@ -62,7 +62,7 @@
62
62
  "format": "biome format --write ."
63
63
  },
64
64
  "dependencies": {
65
- "@shipstatic/ship": "^1.2.0"
65
+ "@shipstatic/ship": "^1.3.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@arethetypeswrong/cli": "^0.18.5",