@goldfishjs/reactive-connect
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -5,2 +5,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf"; | ||
import _get from "@babel/runtime/helpers/get"; | ||
import _inherits from "@babel/runtime/helpers/inherits"; | ||
@@ -25,2 +26,9 @@ import Store from './Store'; | ||
_createClass(ComponentStore, [{ | ||
key: "getStateKeys", | ||
value: function getStateKeys() { | ||
return _get(_getPrototypeOf(ComponentStore.prototype), "getStateKeys", this).call(this).filter(function (key) { | ||
return key !== 'props'; | ||
}); | ||
} | ||
}, { | ||
key: "appStore", | ||
@@ -27,0 +35,0 @@ get: function get() { |
{ | ||
"name": "@goldfishjs/reactive-connect", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "goldfish-reactive-connect", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@goldfishjs/reactive": "^0.0.8", | ||
"@goldfishjs/reactive": "^0.0.9", | ||
"mini-types": "^0.0.4" | ||
@@ -22,0 +22,0 @@ }, |
@@ -23,2 +23,6 @@ import Store from './Store'; | ||
public abstract props: P; | ||
public getStateKeys() { | ||
return super.getStateKeys().filter(key => key !== 'props'); | ||
} | ||
} |
@@ -11,2 +11,3 @@ import Store from './Store'; | ||
abstract props: P; | ||
getStateKeys(): string[]; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51523
1431
+ Added@goldfishjs/reactive@0.0.9(transitive)
- Removed@goldfishjs/reactive@0.0.8(transitive)
Updated@goldfishjs/reactive@^0.0.9