@baklavajs/core
Advanced tools
Comparing version 1.9.1 to 2.0.1-next.0
{ | ||
"name": "@baklavajs/core", | ||
"version": "1.9.1", | ||
"version": "2.0.1-next.0+e58f3bd", | ||
"description": "Core logic of BaklavaJS, a graph editor / node editor for the web", | ||
@@ -9,10 +9,13 @@ "author": "newcat <freddy.wagner@web.de>", | ||
"files": [ | ||
"dist/**/!(report.html)" | ||
"dist/*" | ||
], | ||
"main": "dist/index.js", | ||
"types": "dist/baklavajs-core/src/index.d.ts", | ||
"main": "dist/cjs/index.js", | ||
"types": "dist/index.d.ts", | ||
"module": "dist/esm/index.js", | ||
"scripts": { | ||
"build": "webpack", | ||
"test": "mocha -r @ts-tools/node/r \"test/**/*.spec.ts\"", | ||
"docs": "typedoc --json ../../docs/api/core.json --options ../../typedoc.json" | ||
"build:esm": "tsc --declaration false --outDir dist/esm --module esnext", | ||
"build:cjs": "tsc --declaration false --outDir dist/cjs", | ||
"build:declaration": "tsc --emitDeclarationOnly --outDir dist", | ||
"build": "rimraf dist && yarn run build:esm && yarn run build:cjs && yarn run build:declaration", | ||
"test": "mocha -r ts-node/register \"test/**/*.spec.ts\"" | ||
}, | ||
@@ -27,19 +30,18 @@ "repository": { | ||
"dependencies": { | ||
"@baklavajs/events": "^1.8.2" | ||
"@baklavajs/events": "^2.0.1-next.0+e58f3bd", | ||
"uuid": "^8.3.2" | ||
}, | ||
"devDependencies": { | ||
"@ts-tools/node": "^2.1.1", | ||
"@types/chai": "^4.2.14", | ||
"@types/mocha": "^8.2.0", | ||
"@types/sinon": "^9.0.10", | ||
"chai": "^4.2.0", | ||
"clean-webpack-plugin": "^3.0.0", | ||
"mocha": "^8.2.1", | ||
"sinon": "^9.2.4", | ||
"ts-loader": "^8.0.14", | ||
"typescript": "^4.1.3", | ||
"webpack": "^4.42.1", | ||
"webpack-bundle-analyzer": "^4.4.0", | ||
"webpack-cli": "^4.4.0", | ||
"webpack-merge": "^4.2.2" | ||
"@types/chai": "^4.2.22", | ||
"@types/lodash.mapvalues": "^4.6.6", | ||
"@types/mocha": "^9.0.0", | ||
"@types/sinon": "^10.0.4", | ||
"@types/uuid": "^8.3.1", | ||
"chai": "^4.3.4", | ||
"mocha": "^9.1.2", | ||
"rimraf": "^3.0.2", | ||
"sinon": "^11.1.2", | ||
"ts-node": "^10.2.0", | ||
"typedoc": "^0.22.4", | ||
"typescript": "^4.3.5" | ||
}, | ||
@@ -49,3 +51,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "16ba1018c9a96e94e7596944218729faf228ce1d" | ||
"gitHead": "e58f3bdae14afff45c62291ac7ed3f96aca9680b" | ||
} |
@@ -0,0 +0,0 @@ # `baklavajs-core` |
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
98742
12
36
2514
2
1
2
+ Addeduuid@^8.3.2
+ Added@baklavajs/events@2.5.0(transitive)
+ Addeduuid@8.3.2(transitive)
- Removed@baklavajs/events@1.10.2(transitive)