Comparing version 3.4.0 to 4.0.0
@@ -1,4 +0,4 @@ | ||
export { Quarx, createAtom, autorun, batch, untracked } from './src/core'; | ||
export { computed } from './src/computed'; | ||
import { box } from './src/box' | ||
export { Quarx, createAtom, autorun, batch, untracked } from './src/core.js'; | ||
export { computed } from './src/computed.js'; | ||
import { box } from './src/box.js' | ||
export const observable = { box }; |
{ | ||
"devDependencies": { | ||
"ava": "^3.15.0", | ||
"esbuild": "^0.11.12" | ||
}, | ||
"name": "quarx", | ||
"version": "3.4.0", | ||
"version": "4.0.0", | ||
"description": "Simple dependency graph engine, MobX inspired", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"main": "index.js", | ||
"module": "index.js", | ||
@@ -15,8 +12,9 @@ "types": "index.d.ts", | ||
}, | ||
"dependencies": {}, | ||
"scripts": { | ||
"build": "esbuild index.js --sourcemap --bundle --platform=node --outfile=dist/index.js", | ||
"test": "ava -v", | ||
"perf": "ava -v --config test.perf.config.js --node-arguments='--expose-gc'" | ||
"perf": "ava -v --config test.perf.config.js --no-worker-threads --node-arguments='--expose-gc'" | ||
}, | ||
"devDependencies": { | ||
"ava": "^4.0.1" | ||
}, | ||
"ava": { | ||
@@ -23,0 +21,0 @@ "files": [ |
@@ -1,2 +0,2 @@ | ||
import { createAtom } from './core'; | ||
import { createAtom } from './core.js'; | ||
@@ -3,0 +3,0 @@ export function box(value, options = {}) { |
@@ -1,2 +0,2 @@ | ||
import { createAtom, autorun } from './core'; | ||
import { createAtom, autorun } from './core.js'; | ||
@@ -3,0 +3,0 @@ export function computed(evaluate, options = {}) { |
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
1
Yes
15432
9
246