@lightningjs/core
Advanced tools
Comparing version 2.12.0 to 2.12.1
/* | ||
* Lightning v2.12.0 | ||
* Lightning v2.12.1 | ||
* | ||
@@ -4,0 +4,0 @@ * https://github.com/rdkcentral/Lightning |
{ | ||
"author": "Metrological, Bas van Meurs <b.van.meurs@metrological.com>", | ||
"name": "@lightningjs/core", | ||
"version": "2.12.0", | ||
"version": "2.12.1", | ||
"license": "Apache-2.0", | ||
@@ -32,12 +32,12 @@ "type": "module", | ||
"scripts": { | ||
"build": "mkdir -p dist && rm -fr dist/* && concurrently -c \"auto\" \"npm:build:lightning\" \"npm:build:lightning.min\" \"npm:build:lightning.es5\" \"npm:build:lightning.es5.min\" \"npm:build:lightning-inspect.es5\" && npm run src-to-dist", | ||
"build": "shx mkdir -p dist && shx rm -fr dist/* && concurrently -c \"auto\" \"npm:build:lightning\" \"npm:build:lightning.min\" \"npm:build:lightning.es5\" \"npm:build:lightning.es5.min\" \"npm:build:lightning-inspect.es5\" && npm run src-to-dist", | ||
"release": "npm run build && npm publish --access public", | ||
"typedoc": "typedoc --tsconfig tsconfig.typedoc.json", | ||
"tsd": "tsd", | ||
"src-to-dist": "bash ./scripts/src-to-dist.sh", | ||
"build:lightning-inspect.es5": "BUILD_INSPECTOR=true BUILD_ES5=true vite build --mode production", | ||
"src-to-dist": "node ./scripts/src-to-dist.cjs", | ||
"build:lightning-inspect.es5": "cross-env BUILD_INSPECTOR=true BUILD_ES5=true vite build --mode production", | ||
"build:lightning": "vite build --mode production", | ||
"build:lightning.min": "BUILD_MINIFY=true vite build --mode production", | ||
"build:lightning.es5": "BUILD_ES5=true vite build --mode production", | ||
"build:lightning.es5.min": "BUILD_ES5=true BUILD_MINIFY=true vite build --mode production", | ||
"build:lightning.min": "cross-env BUILD_MINIFY=true vite build --mode production", | ||
"build:lightning.es5": "cross-env BUILD_ES5=true vite build --mode production", | ||
"build:lightning.es5.min": "cross-env BUILD_ES5=true BUILD_MINIFY=true vite build --mode production", | ||
"test": "vitest" | ||
@@ -62,4 +62,7 @@ }, | ||
"concurrently": "^7.6.0", | ||
"cross-env": "^7.0.3", | ||
"mocha": "^6.2.1", | ||
"rollup-plugin-cleanup": "^3.1.1", | ||
"shelljs": "^0.8.5", | ||
"shx": "^0.3.4", | ||
"sinon": "^7.5.0", | ||
@@ -66,0 +69,0 @@ "terser": "^5.16.8", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
105060
3
11470177
21
132