@s3p/cli 0.1.1 → 0.1.3

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/package.json +4 -2
  2. package/s3p.mjs +31 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@s3p/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "CLI for s3p — the S3-native app platform. Create, build and deploy backend-free apps on AWS S3 + Cognito + IAM.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -25,5 +25,7 @@
25
25
  ],
26
26
  "homepage": "https://s3p.dev",
27
27
  "license": "MIT",
28
- "dependencies": {}
28
+ "dependencies": {
29
+ "esbuild": "^0.24.2"
30
+ }
29
31
  }