nuxt-electron
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -0,1 +1,11 @@ | ||
## 0.4.3 (2023-03-29) | ||
- 12d8c58 refactor: cleanup | ||
## 0.4.2 (2023-03-12) | ||
#### Main Changed | ||
c0a9c54 feat: support use Node.js in Renderer process #14 | ||
## 0.4.1 (2023-02-18) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "nuxt-electron", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Nuxt Integration with Electron", | ||
@@ -13,7 +13,3 @@ "main": "./dist/index.cjs", | ||
}, | ||
"./*": { | ||
"types": "./dist/*.d.ts", | ||
"import": "./dist/*.mjs", | ||
"require": "./dist/*.cjs" | ||
} | ||
"./*": "./*" | ||
}, | ||
@@ -20,0 +16,0 @@ "repository": { |
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
201
13946