@journeyapps/evaluator
Advanced tools
Comparing version 0.0.0-dev.bb22ffe to 0.0.0-dev.bc44788
{ | ||
"name": "@journeyapps/evaluator", | ||
"version": "0.0.0-dev.bb22ffe", | ||
"version": "0.0.0-dev.bc44788", | ||
"description": "Journey Evaluator library", | ||
"main": "./dist/index.js", | ||
"typings": "./dist/@types/index.d.ts", | ||
"main": "./dist/src/index.js", | ||
"typings": "./dist/@types/src/index", | ||
"dependencies": { | ||
"@journeyapps/core-xml": "0.0.0-dev.bc44788" | ||
}, | ||
"files": [ | ||
@@ -11,16 +14,11 @@ "dist/src", | ||
], | ||
"dependencies": { | ||
"acorn": "^8.11.3", | ||
"acorn-walk": "^8.3.2", | ||
"@journeyapps/core-xml": "0.0.0-dev.bb22ffe" | ||
"devDependencies": { | ||
"@journeyapps/core-test-helpers": "^0.0.0-dev.bc44788" | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"build": "tsc --build", | ||
"watch": "tsc -b --watch", | ||
"clean": "tsc -b --clean && rm -rf dist", | ||
"build": "../node_modules/.bin/tsc --build", | ||
"test": "pnpm build && pnpm test:node && pnpm test:browser", | ||
"test:browser": "vitest --run --config vitest.config.browser.ts", | ||
"test:node": "vitest --run --config vitest.config.unit.ts" | ||
"test:browser": "karma start karma.conf.js --single-run", | ||
"test:node": "jasmine dist/test/unit/all.js" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
124130
1
46
1161
1
+ Added@journeyapps/core-xml@0.0.0-dev.bc44788(transitive)
- Removedacorn@^8.11.3
- Removedacorn-walk@^8.3.2
- Removed@journeyapps/core-xml@0.0.0-dev.bb22ffe(transitive)
- Removedacorn@8.14.0(transitive)
- Removedacorn-walk@8.3.4(transitive)