@sayari/trellis
Advanced tools
Comparing version 0.7.0-rc.4 to 0.7.0-rc.5
{ | ||
"name": "@sayari/trellis", | ||
"version": "0.7.0-rc.4", | ||
"version": "0.7.0-rc.5", | ||
"description": "High-performance network visualization library, rendering to WebGL as well as other targets", | ||
"source": "src/index.ts", | ||
"main": "./main.js", | ||
"module": "./module.js", | ||
"types": "./index.d.ts", | ||
"author": "James Conkling <james.lane.conkling@gmail.com> jameslaneconkling.github.io", | ||
"license": "ISC", | ||
"scripts": { | ||
"clean": "rm -rf dist && rm -rf .parcel-cache && mkdir dist", | ||
"clean": "rm -rf dist && rm -rf .parcel-cache", | ||
"format": "prettier . --write", | ||
@@ -17,5 +15,6 @@ "test": "echo \"Error: no test specified\" && exit 1", | ||
"perf": "parcel perf/index.html", | ||
"copy": "mv main* module* index.d* dist/", | ||
"copy": "cp package* README.md dist/", | ||
"build:tsc": "tsc --project ./tsconfig.json", | ||
"build": "npm run clean && parcel build && npm run copy && npm run build:tsc", | ||
"build": "npm run clean && npm run build:tsc && parcel build", | ||
"build:analyze": "npm run clean && parcel build --detailed-report --reporter @parcel/reporter-bundle-analyzer", | ||
"examples:dev": "npm run clean && parcel examples/index.html", | ||
@@ -25,4 +24,40 @@ "docs:dev": "npm run clean && parcel docs-src/index.html", | ||
}, | ||
"author": "James Conkling <james.lane.conkling@gmail.com> jameslaneconkling.github.io", | ||
"license": "ISC", | ||
"targets": { | ||
"main": { | ||
"source": "src/index.ts", | ||
"outputFormat": "commonjs", | ||
"isLibrary": true | ||
}, | ||
"module": { | ||
"source": "src/index.ts", | ||
"outputFormat": "esmodule", | ||
"isLibrary": true | ||
} | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./module/index.js", | ||
"require": "./main/index.js", | ||
"types": "./src/index.d.ts" | ||
}, | ||
"./react": { | ||
"default": "./src/bindings/react/index.js", | ||
"types": "./src/bindings/react/index.d.ts" | ||
}, | ||
"./native": { | ||
"default": "./src/bindings/native/index.js", | ||
"types": "./src/bindings/native/index.d.ts" | ||
}, | ||
"./webgl": { | ||
"default": "./src/renderers/webgl/index.js", | ||
"types": "./src/renderers/webgl/index.d.ts" | ||
}, | ||
"./image": { | ||
"default": "./src/renderers/image/index.js", | ||
"types": "./src/renderers/image/index.d.ts" | ||
} | ||
}, | ||
"@parcel/resolver-default": { | ||
"packageExports": true | ||
}, | ||
"dependencies": { | ||
@@ -39,2 +74,3 @@ "@pixi/unsafe-eval": "^6.5.5", | ||
"@parcel/packager-ts": "^2.9.3", | ||
"@parcel/reporter-bundle-analyzer": "^2.9.3", | ||
"@parcel/transformer-typescript-tsc": "^2.9.3", | ||
@@ -41,0 +77,0 @@ "@parcel/transformer-typescript-types": "^2.9.3", |
@@ -69,3 +69,3 @@ # Trellis | ||
cp package* README.md dist/ | ||
npm run copy | ||
@@ -84,5 +84,5 @@ npm publish dist/ --tag next | ||
cp package* README.md dist/ | ||
npm run copy | ||
npm publish dist/ | ||
``` |
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
123
674634
35
7434
1