@twind/core
Advanced tools
Comparing version 1.1.1-next-20221218112843 to 1.1.1-next-20221220021500
# @twind/core | ||
## 1.1.1-next-20221218112843 | ||
## 1.1.1-next-20221220021500 | ||
### Patch Changes | ||
- create dedicated worker and deno bundles, and downgrade module to es2019 (fixes [#426](https://github.com/tw-in-js/twind/issues/426)) ([`02ea227a`](https://github.com/tw-in-js/twind/commit/02ea227afffe474cde5e843c3519f0836ee18f8a)) | ||
- add `@twind/with-react` package with support for React v18 streamed responses (fixes [#409](https://github.com/tw-in-js/twind/issues/409)) ([`6521e678`](https://github.com/tw-in-js/twind/commit/6521e678821f05de8cd3a87b0176083efee43405)) | ||
@@ -8,0 +10,0 @@ |
{ | ||
"name": "@twind/core", | ||
"version": "1.1.1-next-20221218112843", | ||
"version": "1.1.1-next-20221220021500", | ||
"description": "The core engine without any presets.", | ||
@@ -50,4 +50,5 @@ "type": "module", | ||
"esnext": "./core.esnext.dev.js", | ||
"deno": "./core.deno.dev.js", | ||
"module": "./core.dev.js", | ||
"worker": "./core.dev.js", | ||
"worker": "./core.worker.dev.js", | ||
"browser": "./core.browser.dev.js", | ||
@@ -62,4 +63,5 @@ "script": "./core.global.dev.js", | ||
"esnext": "./core.esnext.js", | ||
"deno": "./core.deno.js", | ||
"module": "./core.js", | ||
"worker": "./core.js", | ||
"worker": "./core.worker.js", | ||
"browser": "./core.browser.js", | ||
@@ -92,8 +94,5 @@ "script": "./core.global.js", | ||
"module": "./core.js", | ||
"worker": "./core.js", | ||
"esnext": "./core.esnext.js", | ||
"unpkg": "./core.global.js", | ||
"jsdelivr": "./core.global.js", | ||
"browser": "./core.browser.js", | ||
"types": "./core.d.ts" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
3816813
36
28637