gemmein 0.0.1 → 0.0.2

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 (3) hide show
  1. package/README.md +7 -4
  2. package/package.json +6 -8
  3. package/cli.js +0 -8
package/README.md CHANGED
@@ -1,8 +1,11 @@
1
1
  # gemmein
2
2
 
3
- The secure backend for AI-built apps — passwordless auth, safe storage, payment-safety. The unsafe paths don't exist.
3
+ You probably want the SDK:
4
4
 
5
- The `gemmein` CLI (including `npx gemmein auth`) is coming soon.
5
+ ```
6
+ npm i @gemmein/sdk
7
+ ```
6
8
 
7
- - Product: https://gemmein.com
8
- - Docs: https://docs.gemmein.com
9
+ This package name is reserved for the future Gemmein CLI.
10
+
11
+ Docs: https://docs.gemmein.com · Site: https://gemmein.com
package/package.json CHANGED
@@ -1,10 +1,8 @@
1
1
  {
2
2
  "name": "gemmein",
3
- "version": "0.0.1",
4
- "description": "Gemmein the secure backend for AI-built apps. CLI coming soon.",
5
- "bin": { "gemmein": "./cli.js" },
6
- "files": ["cli.js", "README.md"],
7
- "keywords": ["gemmein", "backend", "auth", "storage", "ai"],
8
- "homepage": "https://gemmein.com",
9
- "license": "MIT"
10
- }
3
+ "version": "0.0.2",
4
+ "description": "Gemmein \u2014 the secure backend for AI-built apps. For the SDK, install @gemmein/sdk. This name is reserved for the future Gemmein CLI.",
5
+ "license": "MIT",
6
+ "author": "Gemmein Limited",
7
+ "homepage": "https://gemmein.com"
8
+ }
package/cli.js DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env node
2
- console.log("");
3
- console.log(" ◆ gemmein — the secure backend for AI-built apps");
4
- console.log("");
5
- console.log(" The CLI is coming soon. Meanwhile:");
6
- console.log(" → https://gemmein.com the product");
7
- console.log(" → https://docs.gemmein.com the docs");
8
- console.log("");