@cascateer/core 2.0.19 → 2.0.20

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/component.ts +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cascateer/core",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/cascateer/core.git"
package/src/component.ts CHANGED
@@ -130,7 +130,9 @@ export class ExtendableComponentsAdapter<
130
130
  actions: this.context.store.actions,
131
131
  },
132
132
  api: {
133
- effects: this.context.api.effects,
133
+ effects:
134
+ (console.log(this.context.api.effects),
135
+ this.context.api.effects),
134
136
  actions: this.context.api.actions,
135
137
  },
136
138
  terminal: {