@goldfishjs/reactive-connect
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -1,5 +0,5 @@ | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn.js"; | ||
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf.js"; | ||
import _inherits from "@babel/runtime/helpers/inherits.js"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn"; | ||
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf"; | ||
import _inherits from "@babel/runtime/helpers/inherits"; | ||
import Store from './Store'; | ||
@@ -6,0 +6,0 @@ |
@@ -1,6 +0,6 @@ | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
import _createClass from "@babel/runtime/helpers/createClass.js"; | ||
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn.js"; | ||
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf.js"; | ||
import _inherits from "@babel/runtime/helpers/inherits.js"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn"; | ||
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf"; | ||
import _inherits from "@babel/runtime/helpers/inherits"; | ||
import Store from './Store'; | ||
@@ -7,0 +7,0 @@ |
@@ -1,2 +0,2 @@ | ||
import _defineProperty from "@babel/runtime/helpers/defineProperty.js"; | ||
import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
import COMPUTED_KEY from './COMPUTED_KEY'; | ||
@@ -3,0 +3,0 @@ export default function computed(target, key, descriptor) { |
import _markObservable from "@goldfishjs/reactive/lib/markObservable"; | ||
import _computed from "@goldfishjs/reactive/lib/computed"; | ||
import _observable from "@goldfishjs/reactive/lib/observable"; | ||
import _typeof from "@babel/runtime/helpers/typeof.js"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn.js"; | ||
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf.js"; | ||
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized.js"; | ||
import _inherits from "@babel/runtime/helpers/inherits.js"; | ||
import _typeof from "@babel/runtime/helpers/typeof"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn"; | ||
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf"; | ||
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized"; | ||
import _inherits from "@babel/runtime/helpers/inherits"; | ||
import STATE_KEY from './STATE_KEY'; | ||
@@ -11,0 +11,0 @@ import COMPUTED_KEY from './COMPUTED_KEY'; |
@@ -1,2 +0,2 @@ | ||
import _defineProperty from "@babel/runtime/helpers/defineProperty.js"; | ||
import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
import STATE_KEY from './STATE_KEY'; | ||
@@ -3,0 +3,0 @@ var ORIGIN_STATE_FLAG = {}; |
@@ -1,8 +0,8 @@ | ||
import _regeneratorRuntime from "@babel/runtime/regenerator/index.js"; | ||
import _defineProperty from "@babel/runtime/helpers/defineProperty.js"; | ||
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray.js"; | ||
import _regeneratorRuntime from "@babel/runtime/regenerator"; | ||
import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray"; | ||
import _generateKeyPathString from "@goldfishjs/reactive/lib/generateKeyPathString"; | ||
import _set from "@goldfishjs/reactive/lib/set"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
import _createClass from "@babel/runtime/helpers/createClass.js"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
@@ -9,0 +9,0 @@ var __awaiter = this && this.__awaiter || function (thisArg, _arguments, P, generator) { |
@@ -1,6 +0,6 @@ | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
import _createClass from "@babel/runtime/helpers/createClass.js"; | ||
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn.js"; | ||
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf.js"; | ||
import _inherits from "@babel/runtime/helpers/inherits.js"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn"; | ||
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf"; | ||
import _inherits from "@babel/runtime/helpers/inherits"; | ||
import Store from './Store'; | ||
@@ -7,0 +7,0 @@ |
@@ -1,7 +0,7 @@ | ||
import _regeneratorRuntime from "@babel/runtime/regenerator/index.js"; | ||
import _regeneratorRuntime from "@babel/runtime/regenerator"; | ||
import _watch from "@goldfishjs/reactive/lib/watch"; | ||
import _autorun from "@goldfishjs/reactive/lib/autorun"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
import _createClass from "@babel/runtime/helpers/createClass.js"; | ||
import _typeof from "@babel/runtime/helpers/typeof.js"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
import _typeof from "@babel/runtime/helpers/typeof"; | ||
@@ -8,0 +8,0 @@ var __decorate = this && this.__decorate || function (decorators, target, key, desc) { |
{ | ||
"name": "@goldfishjs/reactive-connect", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "goldfish-reactive-connect", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@goldfishjs/reactive": "^0.0.6", | ||
"@goldfishjs/reactive": "^0.0.7", | ||
"mini-types": "^0.0.4" | ||
@@ -22,0 +22,0 @@ }, |
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
50193
+ Added@goldfishjs/reactive@0.0.7(transitive)
- Removed@goldfishjs/reactive@0.0.6(transitive)
Updated@goldfishjs/reactive@^0.0.7