create-headroom 0.1.2 → 0.1.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-headroom",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Create a new Headroom CMS project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -9,7 +9,7 @@
9
9
  "remove": "sst remove"
10
10
  },
11
11
  "dependencies": {
12
- "headroom-cms": "^0.1.2"
12
+ "headroom-cms": "^0.1.4"
13
13
  },
14
14
  "devDependencies": {
15
15
  "sst": "^3.17.0",
@@ -25,8 +25,8 @@ echo "==> Setting up stage: $STAGE"
25
25
 
26
26
  # Generate a random image signing secret
27
27
  SECRET=$(openssl rand -hex 32)
28
- echo "==> Setting CMSImageSigningSecret..."
29
- npx sst secret set CMSImageSigningSecret "$SECRET" --stage "$STAGE"
28
+ echo "==> Setting HeadroomImageSigningSecret..."
29
+ npx sst secret set HeadroomImageSigningSecret "$SECRET" --stage "$STAGE"
30
30
 
31
31
  echo ""
32
32
  echo "==> Deploying stage: $STAGE"