@hypermedialabs/uploader
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@hypermedialabs/uploader", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Client Uploader is a powerful, flexible TypeScript library designed to streamline the process of uploading videos to your hypermedia account.", | ||
"main": "dist/index.js", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/uploader.umd.js", | ||
"module": "dist/uploader.es.js", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1", |
@@ -1,6 +0,11 @@ | ||
// vite.config.js | ||
import { defineConfig } from 'vite'; | ||
export default defineConfig({ | ||
// Tus configuraciones específicas van aquí | ||
build: { | ||
lib: { | ||
entry: 'src/index.js', | ||
name: '@hypermedialabs/uploader', | ||
fileName: (format) => `uploader.${format}.js`, | ||
}, | ||
}, | ||
}); |
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
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
256414
4784