weaviate-cloud-win32-x64 0.0.0
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 +1 -0
- package/package.json +8 -0
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Placeholder for the Weaviate Cloud CLI (`wcloud`). Not yet released.
|
package/package.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "weaviate-cloud-win32-x64",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Name placeholder for the Weaviate Cloud CLI. Not yet released.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": { "type": "git", "url": "git+https://github.com/weaviate/weaviate-cloud.git" },
|
|
7
|
+
"homepage": "https://weaviate.io"
|
|
8
|
+
}
|