@goldfishjs/reactive
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -5,5 +5,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
var Runner = | ||
/*#__PURE__*/ | ||
function () { | ||
var Runner = /*#__PURE__*/function () { | ||
function Runner(fn, errorCb) { | ||
@@ -10,0 +8,0 @@ _classCallCheck(this, Runner); |
@@ -8,5 +8,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
export var Dep = | ||
/*#__PURE__*/ | ||
function () { | ||
export var Dep = /*#__PURE__*/function () { | ||
function Dep(obj, key) { | ||
@@ -47,5 +45,3 @@ _classCallCheck(this, Dep); | ||
}(); | ||
export var DepList = | ||
/*#__PURE__*/ | ||
function () { | ||
export var DepList = /*#__PURE__*/function () { | ||
function DepList() { | ||
@@ -52,0 +48,0 @@ _classCallCheck(this, DepList); |
@@ -9,5 +9,3 @@ import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray"; | ||
var Watcher = | ||
/*#__PURE__*/ | ||
function () { | ||
var Watcher = /*#__PURE__*/function () { | ||
function Watcher(fn, cb, options) { | ||
@@ -14,0 +12,0 @@ _classCallCheck(this, Watcher); |
@@ -10,5 +10,3 @@ import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray"; | ||
var StopFns = | ||
/*#__PURE__*/ | ||
function () { | ||
var StopFns = /*#__PURE__*/function () { | ||
function StopFns() { | ||
@@ -70,5 +68,3 @@ _classCallCheck(this, StopFns); | ||
var Watcher = | ||
/*#__PURE__*/ | ||
function () { | ||
var Watcher = /*#__PURE__*/function () { | ||
function Watcher(obj, callback, options) { | ||
@@ -75,0 +71,0 @@ _classCallCheck(this, Watcher); |
{ | ||
"name": "@goldfishjs/reactive", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Reactive.", | ||
@@ -18,3 +18,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@goldfishjs/utils": "^1.0.0" | ||
"@goldfishjs/utils": "^1.1.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
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
59814
64
1937
Updated@goldfishjs/utils@^1.1.0