@primitivedotdev/cli 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/dist/oclif/index.js +2 -2
- package/package.json +1 -1
package/dist/oclif/index.js
CHANGED
|
@@ -17970,8 +17970,8 @@ const PRIMITIVE_TEAM_AUTHOR = {
|
|
|
17970
17970
|
name: "Primitive Team",
|
|
17971
17971
|
url: "https://primitive.dev"
|
|
17972
17972
|
};
|
|
17973
|
-
const SDK_VERSION_RANGE = "^1.0.
|
|
17974
|
-
const CLI_VERSION_RANGE = "^1.0.
|
|
17973
|
+
const SDK_VERSION_RANGE = "^1.0.1";
|
|
17974
|
+
const CLI_VERSION_RANGE = "^1.0.1";
|
|
17975
17975
|
const ESBUILD_VERSION_RANGE = "^0.27.0";
|
|
17976
17976
|
function renderHandler() {
|
|
17977
17977
|
return `// env.PRIMITIVE_API_KEY, env.PRIMITIVE_WEBHOOK_SECRET, and
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primitivedotdev/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Official Primitive CLI: deploy Primitive Functions, send and inspect mail, manage endpoints, all from the terminal. Wraps the @primitivedotdev/sdk runtime client with one-shot commands.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|