@xstyled/core
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.0.2](https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v3.0.1...v3.0.2) (2021-06-18) | ||
### Bug Fixes | ||
* move away from mjs extension to work in more environments ([9098b83](https://github.com/gregberge/xstyled/tree/master/packages/core/commit/9098b83407888dea985081029dc93c18d5bb6eab)) | ||
# [2.5.0](https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v2.4.1...v2.5.0) (2021-05-02) | ||
@@ -8,0 +19,0 @@ |
@@ -420,3 +420,3 @@ 'use strict'; | ||
function getColorModeInitScriptTag(options) { | ||
return `<script>${getInitScript(options)}</script>`; | ||
return `<script>${getInitScript(options)}<\/script>`; | ||
} | ||
@@ -423,0 +423,0 @@ |
{ | ||
"name": "@xstyled/core", | ||
"description": "xstyled core utilities.", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"sideEffects": false, | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"module": "dist/index.esm.js", | ||
"typings": "dist/index.d.ts", | ||
@@ -26,5 +26,5 @@ "author": "Greg Bergé <berge.greg@gmail.com>", | ||
"dependencies": { | ||
"@xstyled/system": "^3.0.1" | ||
"@xstyled/system": "^3.0.2" | ||
}, | ||
"gitHead": "dfdddc0acb1439bb3d3801405eafcfa662ef410f" | ||
"gitHead": "2f74a07671c544e65728a156ff8eb2d7a29dc5e2" | ||
} |
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
116393
Updated@xstyled/system@^3.0.2