@cascateer/core 2.4.13 → 2.4.14

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/terminal.ts +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cascateer/core",
3
- "version": "2.4.13",
3
+ "version": "2.4.14",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cascateer/core.git"
package/src/terminal.ts CHANGED
@@ -115,7 +115,6 @@ export class ExtendableTerminalAdapter<
115
115
  actions: StoreActions;
116
116
  };
117
117
  api: {
118
- effects: ApiEffects;
119
118
  actions: ApiActions;
120
119
  };
121
120
  terminal: {
@@ -143,7 +142,6 @@ export class ExtendableTerminalAdapter<
143
142
  actions: this.context.store.actions,
144
143
  },
145
144
  api: {
146
- effects: this.context.api.effects,
147
145
  actions: this.context.api.actions,
148
146
  },
149
147
  terminal: {