create-stb 1.0.3 → 1.0.5

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 CHANGED
@@ -1,4 +1,4 @@
1
- # create-stb
1
+ # Serverless Typescript Boilerplate by Sam Newhouse
2
2
 
3
3
  **A CLI to instantly scaffold a production-ready Serverless TypeScript Boilerplate.**
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-stb",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "A CLI to quickly scaffold a Serverless TypeScript Boilerplate project.",
5
5
  "license": "ISC",
6
6
  "readme": "README.md",
@@ -16,7 +16,7 @@
16
16
  "dotenv": "17.2.3"
17
17
  },
18
18
  "devDependencies": {
19
- "@types/aws-lambda": "8.10.155",
19
+ "@types/aws-lambda": "8.10.158",
20
20
  "@types/dotenv": "6.1.1",
21
21
  "@types/node": "24.7.2",
22
22
  "prettier": "3.6.2",
@@ -2874,9 +2874,9 @@
2874
2874
  }
2875
2875
  },
2876
2876
  "node_modules/@types/aws-lambda": {
2877
- "version": "8.10.155",
2878
- "resolved": "https://registry.npmjs.org/@types/aws-lambda/-/aws-lambda-8.10.155.tgz",
2879
- "integrity": "sha512-wd1XgoL0gy/ybo7WozUKQBd+IOgUkdfG6uUGI0fQOTEq06FBFdO7tmPDSxgjkFkl8GlfApvk5TvqZlAl0g+Lbg==",
2877
+ "version": "8.10.158",
2878
+ "resolved": "https://registry.npmjs.org/@types/aws-lambda/-/aws-lambda-8.10.158.tgz",
2879
+ "integrity": "sha512-v/n2WsL1ksRKigfqZ9ff7ANobfT3t/T8kI8UOiur98tREwFulv9lRv+pDrocGPWOe3DpD2Y2GKRO+OiyxwgaCQ==",
2880
2880
  "dev": true,
2881
2881
  "license": "MIT"
2882
2882
  },
@@ -23,7 +23,7 @@
23
23
  "dotenv": "17.2.3"
24
24
  },
25
25
  "devDependencies": {
26
- "@types/aws-lambda": "8.10.155",
26
+ "@types/aws-lambda": "8.10.158",
27
27
  "@types/dotenv": "6.1.1",
28
28
  "@types/node": "24.7.2",
29
29
  "prettier": "3.6.2",