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.
- package/README.md +7 -4
- package/package.json +6 -8
- package/cli.js +0 -8
package/README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
# gemmein
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
You probably want the SDK:
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
```
|
|
6
|
+
npm i @gemmein/sdk
|
|
7
|
+
```
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
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.
|
|
4
|
-
"description": "Gemmein
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
|
|
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("");
|