easy-reactive
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -1,3 +0,3 @@ | ||
import { simplyReactive } from './src/simply-reactive' | ||
import { simplyReactive } from './src/simply-reactive.js' | ||
export { simplyReactive as default } |
{ | ||
"name": "easy-reactive", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "reactive object", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
import get from 'lodash.get' | ||
import cloneDeep from 'lodash.clonedeep' | ||
import { createSubscription } from './utils/subscription' | ||
import { createTargetWatcher } from './utils/watcher' | ||
import { createSubscription } from './utils/subscription.js' | ||
import { createTargetWatcher } from './utils/watcher.js' | ||
@@ -7,0 +7,0 @@ export function simplyReactive(entities, options) { |
@@ -1,2 +0,2 @@ | ||
import { getDepNames, getUpdatedDeps, depsAreEqual } from './object' | ||
import { getDepNames, getUpdatedDeps, depsAreEqual } from './object.js' | ||
@@ -3,0 +3,0 @@ export const createSubscription = () => { |
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
18245