@capri-js/preact
Advanced tools
Comparing version 2.0.2 to 3.0.0
@@ -0,1 +1,21 @@ | ||
# @capri-js/preact [3.0.0](https://github.com/capri-js/capri/compare/@capri-js/preact@2.0.2...@capri-js/preact@3.0.0) (2022-06-15) | ||
### Bug Fixes | ||
* remove custom export condition ([068088a](https://github.com/capri-js/capri/commit/068088a38354fce79cfaec588ccd473d72ebc14a)) | ||
### BREAKING CHANGES | ||
* The vite plugin now needs to be imported from @capri-js/<framework>/vite-plugin | ||
### Dependencies | ||
* **capri:** upgraded to 3.0.0 | ||
## @capri-js/preact [2.0.2](https://github.com/capri-js/capri/compare/@capri-js/preact@2.0.1...@capri-js/preact@2.0.2) (2022-06-15) | ||
@@ -2,0 +22,0 @@ |
{ | ||
"name": "@capri-js/preact", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"description": "", | ||
@@ -13,10 +13,10 @@ "author": "Felix Gnass <fgnass@gmail.com>", | ||
"type": "module", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"exports": { | ||
".": { | ||
"server": "./lib/server.js", | ||
"browser": "./lib/browser.js", | ||
"node": "./lib/index.js" | ||
"default": "./lib/index.js" | ||
}, | ||
"./vite-plugin": { | ||
"default": "./lib/vite-plugin.js" | ||
}, | ||
"./hydrate": { | ||
@@ -26,4 +26,11 @@ "default": "./lib/hydrate.js" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"lib/*" | ||
] | ||
} | ||
}, | ||
"dependencies": { | ||
"capri": "^2.0.2" | ||
"capri": "^3.0.0" | ||
}, | ||
@@ -30,0 +37,0 @@ "peerDependencies": { |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
5967
3
0
1
+ Addedcapri@3.3.0(transitive)
- Removedcapri@2.0.2(transitive)
Updatedcapri@^3.0.0