@kit-data-manager/mapping-service-input
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -6,3 +6,3 @@ { | ||
"license": "Apache License 2.0", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"private": false, | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"type": "module", | ||
"main": "index.js", | ||
"main": "./dist/com_mapping-service-input.umd.js", | ||
"scripts": { | ||
@@ -26,0 +26,0 @@ "dev": "vite", |
@@ -14,5 +14,5 @@ import { resolve, dirname } from "path"; | ||
entry: resolve(__dirname, "src/main.ts"), | ||
name: "webcomponent_typed-pid-maker_pid-list", | ||
name: "com_mapping-service-input", | ||
formats: ["es", "umd"], | ||
fileName: (format) => `typid-known-pids-table.${format}.js`, | ||
fileName: (format) => `com_mapping-service-input.${format}.js`, | ||
}, | ||
@@ -19,0 +19,0 @@ rollupOptions: {}, |
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
24335