@linaria/core
Advanced tools
Comparing version 3.0.0-beta.2 to 3.0.0-beta.3
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.0.0-beta.3](https://github.com/callstack/linaria/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2021-04-20) | ||
**Note:** Version bump only for package @linaria/core | ||
# [3.0.0-beta.2](https://github.com/callstack/linaria/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2021-04-11) | ||
@@ -8,0 +16,0 @@ |
@@ -6,3 +6,3 @@ "use strict"; | ||
const css = () => { | ||
var css = function css() { | ||
throw new Error('Using the "css" tag in runtime is not supported. Make sure you have set up the Babel plugin correctly.'); | ||
@@ -9,0 +9,0 @@ }; |
@@ -6,3 +6,3 @@ "use strict"; | ||
const cx = function cx() { | ||
var cx = function cx() { | ||
return Array.prototype.slice.call(arguments).filter(Boolean).join(' '); | ||
@@ -9,0 +9,0 @@ }; |
{ | ||
"name": "@linaria/core", | ||
"version": "3.0.0-beta.2", | ||
"version": "3.0.0-beta.3", | ||
"publishConfig": { | ||
@@ -31,3 +31,3 @@ "access": "public" | ||
"scripts": { | ||
"build:lib": "NODE_ENV=legacy babel src --out-dir lib --extensions '.js,.jsx,.ts,.tsx' --source-maps --delete-dir-on-start", | ||
"build:lib": "cross-env NODE_ENV=legacy babel src --out-dir lib --extensions '.js,.jsx,.ts,.tsx' --source-maps --delete-dir-on-start", | ||
"build:esm": "babel src --out-dir esm --extensions '.js,.jsx,.ts,.tsx' --source-maps --delete-dir-on-start", | ||
@@ -41,3 +41,3 @@ "build": "yarn build:lib && yarn build:esm", | ||
}, | ||
"gitHead": "37c459ce01662a9b3df606e00db519f1db8c0665" | ||
"gitHead": "3c56c067edf4d1a3563b121e476b3400e5e5e720" | ||
} |
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
10111