@airgap/beacon-ui
Advanced tools
Comparing version 0.0.1-beta.3 to 0.0.1-beta.4
{ | ||
"name": "@airgap/beacon-ui", | ||
"version": "0.0.1-beta.3", | ||
"version": "0.0.1-beta.4", | ||
"description": "> TODO: description", | ||
@@ -8,3 +8,4 @@ "author": "Andreas Gassmann <andreas@andreasgassmann.ch>", | ||
"license": "ISC", | ||
"main": "lib/index.js", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"directories": { | ||
@@ -15,3 +16,3 @@ "lib": "lib", | ||
"files": [ | ||
"lib" | ||
"dist" | ||
], | ||
@@ -26,4 +27,4 @@ "publishConfig": { | ||
"scripts": { | ||
"tsc": "tsc", | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", | ||
"test": "TS_NODE_PROJECT='tsconfig-cjs.json' nyc mocha --require ts-node/register --require source-map-support/register --full-trace --timeout 40000 ./__tests__/**/**.spec.ts" | ||
}, | ||
@@ -33,3 +34,3 @@ "bugs": { | ||
}, | ||
"gitHead": "a531ebdc643b3ab087288a751dc00d3b8152e921" | ||
"gitHead": "e1fa737a1879c772fa882f9d2d997f5ac439f37f" | ||
} |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
2425
9
2
1