@layers/amba 1.0.0 → 1.0.1
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 +2 -2
- package/package.json +5 -6
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# `@layers/amba` — the amba CLI
|
|
2
2
|
|
|
3
3
|
amba is an agent-native backend-as-a-service for mobile apps: functions,
|
|
4
|
-
collections, storage, AI
|
|
5
|
-
|
|
4
|
+
collections, storage, AI, queues, and static sites — one CLI to spin up
|
|
5
|
+
your project and ship to production.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layers/amba",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "amba — agent-native backend-as-a-service. Functions, collections, storage, AI
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "amba — agent-native backend-as-a-service. Functions, collections, storage, AI, email, queues, sites — one CLI to spin up your project and ship to production. `npx @layers/amba init` to start.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"amba": "dist/index.js"
|
|
@@ -31,12 +31,11 @@
|
|
|
31
31
|
"baas",
|
|
32
32
|
"backend",
|
|
33
33
|
"cli",
|
|
34
|
-
"cloudflare-workers",
|
|
35
|
-
"neon",
|
|
36
|
-
"postgres",
|
|
37
34
|
"agent",
|
|
38
35
|
"functions",
|
|
39
|
-
"collections"
|
|
36
|
+
"collections",
|
|
37
|
+
"storage",
|
|
38
|
+
"ai"
|
|
40
39
|
],
|
|
41
40
|
"dependencies": {
|
|
42
41
|
"commander": "^13.1.0",
|