@primitivedotdev/sdk 0.18.0 → 0.20.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@primitivedotdev/sdk",
3
- "version": "0.18.0",
4
- "description": "Official Primitive Node.js SDK webhook, api, openapi, contract, and parser modules",
3
+ "version": "0.20.0",
4
+ "description": "Official Primitive Node.js SDK: webhook, api, openapi, contract, and parser modules",
5
5
  "type": "module",
6
6
  "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -59,6 +59,9 @@
59
59
  "@oclif/plugin-autocomplete"
60
60
  ],
61
61
  "topics": {
62
+ "cli": {
63
+ "description": "Browser-assisted CLI authentication"
64
+ },
62
65
  "account": {
63
66
  "description": "Manage your account settings, storage, and webhook secret"
64
67
  },
@@ -79,6 +82,9 @@
79
82
  },
80
83
  "webhook-deliveries": {
81
84
  "description": "View and replay webhook delivery attempts"
85
+ },
86
+ "functions": {
87
+ "description": "Deploy JavaScript handlers that run on inbound mail. Use `primitive functions:deploy --name <name> --file <bundle.js>` for the file-input ergonomic, or `functions:create-function` / `functions:update-function` for the full body-string surface."
82
88
  }
83
89
  },
84
90
  "topicSeparator": " "