headroom-cms 0.1.6 → 0.1.7
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/lambda/api/bootstrap
CHANGED
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "headroom-cms",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "Headroom CMS — Serverless headless CMS for AWS, deployed with SST",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -17,14 +17,6 @@
|
|
|
17
17
|
"admin",
|
|
18
18
|
"src"
|
|
19
19
|
],
|
|
20
|
-
"scripts": {
|
|
21
|
-
"build": "tsc",
|
|
22
|
-
"build:lambdas": "./scripts/build-lambdas.sh",
|
|
23
|
-
"build:admin": "./scripts/build-admin.sh",
|
|
24
|
-
"build:functions": "./scripts/build-functions.sh",
|
|
25
|
-
"build:image-lambda": "./scripts/build-image-lambda.sh",
|
|
26
|
-
"build:all": "pnpm build:lambdas && pnpm build:admin && pnpm build:functions && pnpm build:image-lambda && pnpm build"
|
|
27
|
-
},
|
|
28
20
|
"peerDependencies": {
|
|
29
21
|
"sst": "^4.0.0"
|
|
30
22
|
},
|
|
@@ -46,5 +38,13 @@
|
|
|
46
38
|
"@types/node": "^25.3.2",
|
|
47
39
|
"esbuild": "^0.25.0",
|
|
48
40
|
"typescript": "^5.9.3"
|
|
41
|
+
},
|
|
42
|
+
"scripts": {
|
|
43
|
+
"build": "tsc",
|
|
44
|
+
"build:lambdas": "./scripts/build-lambdas.sh",
|
|
45
|
+
"build:admin": "./scripts/build-admin.sh",
|
|
46
|
+
"build:functions": "./scripts/build-functions.sh",
|
|
47
|
+
"build:image-lambda": "./scripts/build-image-lambda.sh",
|
|
48
|
+
"build:all": "pnpm build:lambdas && pnpm build:admin && pnpm build:functions && pnpm build:image-lambda && pnpm build"
|
|
49
49
|
}
|
|
50
|
-
}
|
|
50
|
+
}
|