lucid-extension-sdk 0.0.243 → 0.0.244

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/commandtypes.d.ts CHANGED
@@ -20,7 +20,9 @@ import { PanelLocation } from './ui/panel';
20
20
  *
21
21
  * To use these directly, use [EditorClient.sendCommand](#classes_editorclient-EditorClient_sendcommand).
22
22
  *
23
- * IMPORTANT - Before you add a new command bring it up in #api-committee to get feedback
23
+ * FOR DEVELOPERS AT LUCID:
24
+ * Follow this guide to add new commands: https://lucidatlassian.atlassian.net/wiki/x/3AA3Xww
25
+ * Before you add a new command bring it up in #api-committee to get feedback.
24
26
  */
25
27
  export declare const enum CommandName {
26
28
  AddCardIntegration = "aci",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucid-extension-sdk",
3
- "version": "0.0.243",
3
+ "version": "0.0.244",
4
4
  "description": "Utility classes for writing Lucid Software editor extensions",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",