@arcjet/rollup-config
Advanced tools
Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6
@@ -90,2 +90,3 @@ import fs from "fs"; | ||
declarationDir: ".", | ||
noEmitOnError: true, | ||
}), | ||
@@ -97,2 +98,3 @@ typescript({ | ||
include: "test/*.ts", | ||
noEmitOnError: true, | ||
}), | ||
@@ -99,0 +101,0 @@ ...plugins, |
{ | ||
"name": "@arcjet/rollup-config", | ||
"version": "1.0.0-alpha.5", | ||
"version": "1.0.0-alpha.6", | ||
"description": "Custom rollup config for Arcjet projects", | ||
@@ -38,7 +38,7 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@arcjet/eslint-config": "1.0.0-alpha.5", | ||
"@arcjet/tsconfig": "1.0.0-alpha.5", | ||
"@arcjet/eslint-config": "1.0.0-alpha.6", | ||
"@arcjet/tsconfig": "1.0.0-alpha.6", | ||
"@jest/globals": "29.7.0", | ||
"@types/node": "18.18.0", | ||
"@rollup/wasm-node": "4.8.0", | ||
"@rollup/wasm-node": "4.9.0", | ||
"jest": "29.7.0", | ||
@@ -45,0 +45,0 @@ "typescript": "5.3.3" |
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
17081
97