feat: enable bundling of encrypted modules with CSS injection and external dependency support

This commit is contained in:
Vitalii Litvinchuk
2026-06-10 22:55:37 +03:00
parent 8fa7846da0
commit c20540e4ca
7 changed files with 89 additions and 18 deletions
+21 -2
View File
@@ -1,12 +1,12 @@
{
"name": "vite-plugin-component-locker",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vite-plugin-component-locker",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"crypto-js": "^4.2.0",
@@ -15,6 +15,7 @@
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/mime-types": "^3.0.1",
"@types/node": "^25.9.2",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@vitejs/plugin-react": "^4.5.2",
@@ -1226,6 +1227,17 @@
"dev": true,
"license": "MIT"
},
"node_modules/@types/node": {
"version": "25.9.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.2.tgz",
"integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==",
"dev": true,
"license": "MIT",
"peer": true,
"dependencies": {
"undici-types": ">=7.24.0 <7.24.7"
}
},
"node_modules/@types/react": {
"version": "19.2.17",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz",
@@ -1768,6 +1780,13 @@
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "7.24.6",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz",
"integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==",
"dev": true,
"license": "MIT"
},
"node_modules/update-browserslist-db": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",