ddd-react 1.3.10 → 1.3.11

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/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -456,7 +456,7 @@ class S {
456
456
  console.log("return");
457
457
  return;
458
458
  }
459
- console.log("isProvider(this.parent as Component)", k(this.parent)), k(this) && this.notify(), this.patch();
459
+ console.log("isProvider(this as Component)", k(this)), k(this) && this.notify(), this.patch();
460
460
  }
461
461
  setState(e) {
462
462
  typeof e == "function" ? this.state = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ddd-react",
3
- "version": "1.3.10",
3
+ "version": "1.3.11",
4
4
  "scripts": {
5
5
  "test": "echo \"Error: no test specified\" && exit 1",
6
6
  "type-check": "tsc --noEmit",