@pulse-editor/shared-utils 0.1.1-alpha.29 → 0.1.1-alpha.30

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.
@@ -107,7 +107,6 @@ export type AgentMethod = {
107
107
  };
108
108
  export type TypedVariable = {
109
109
  type: TypedVariableType;
110
- name: string;
111
110
  description: string;
112
111
  optional?: boolean;
113
112
  defaultValue?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulse-editor/shared-utils",
3
- "version": "0.1.1-alpha.29",
3
+ "version": "0.1.1-alpha.30",
4
4
  "main": "dist/main.js",
5
5
  "files": [
6
6
  "dist"