shipstatic 1.1.3 → 1.2.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 +11 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,6 +24,17 @@ npx shipstatic ./index.html
24
24
 
25
25
  > Anonymous deployments are **public** and **expire in 3 days**. The claim URL is how one becomes permanent — surface it to whoever asked for the deploy.
26
26
 
27
+ ## Auth — deploy needs none, everything else does
28
+
29
+ | | |
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.** |
33
+
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
+
36
+ Need the rest? Get a free key at [my.shipstatic.com/api-key](https://my.shipstatic.com/api-key), then `ship config`.
37
+
27
38
  ## Common tasks
28
39
 
29
40
  | Goal | Command |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shipstatic",
3
- "version": "1.1.3",
3
+ "version": "1.2.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.1.0"
65
+ "@shipstatic/ship": "^1.2.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@arethetypeswrong/cli": "^0.18.5",