@goldfishjs/reactive
Advanced tools
Comparing version 2.25.2-alpha.2 to 2.25.2-alpha.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.25.2-alpha.3](https://github.com/alipay/goldfish/compare/v2.25.2-alpha.2...v2.25.2-alpha.3) (2023-05-16) | ||
### Bug Fixes | ||
* pass in absolute path ([37b4fd3](https://github.com/alipay/goldfish/commit/37b4fd394c047497844481244dca11359204e2a9)) | ||
## [2.25.2-alpha.2](https://github.com/alipay/goldfish/compare/v2.25.2-alpha.1...v2.25.2-alpha.2) (2023-05-15) | ||
@@ -8,0 +19,0 @@ |
@@ -10,5 +10,4 @@ import _DeepVisitBreak from "@goldfishjs/utils/lib/DeepVisitBreak"; | ||
import { getCurrent, Dep } from './dep'; | ||
import { genId, isArray } from './utils'; | ||
import { genId, isArray, hasOwnProperty } from './utils'; | ||
import silentValue, { isSilentValue } from './silentValue'; | ||
import { hasOwnProperty } from './utils'; | ||
var OBSERVE_FLAG = {}; | ||
@@ -15,0 +14,0 @@ var OBSERVE_KEY = '__reactive-ob__'; |
{ | ||
"name": "@goldfishjs/reactive", | ||
"version": "2.25.2-alpha.2", | ||
"version": "2.25.2-alpha.3", | ||
"description": "Reactive.", | ||
@@ -17,4 +17,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@goldfishjs/module-usage": "^2.25.2-alpha.2", | ||
"@goldfishjs/utils": "^2.25.2-alpha.2" | ||
"@goldfishjs/module-usage": "^2.25.2-alpha.3", | ||
"@goldfishjs/utils": "^2.25.2-alpha.3" | ||
}, | ||
@@ -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
58493
1208