@linaria/core
Advanced tools
Comparing version 4.2.8 to 4.2.9
@@ -29,3 +29,7 @@ "use strict"; | ||
// src/css.ts | ||
var idx = 0; | ||
var css = () => { | ||
if (process.env.NODE_ENV === "test") { | ||
return `mocked-css-${idx++}`; | ||
} | ||
throw new Error( | ||
@@ -32,0 +36,0 @@ 'Using the "css" tag in runtime is not supported. Make sure you have set up the Babel plugin correctly.' |
{ | ||
"name": "@linaria/core", | ||
"version": "4.2.8", | ||
"version": "4.2.9", | ||
"description": "Blazing fast zero-runtime CSS in JS library", | ||
@@ -52,4 +52,4 @@ "keywords": [ | ||
"@linaria/logger": "^4.0.0", | ||
"@linaria/tags": "^4.3.3", | ||
"@linaria/utils": "^4.3.2" | ||
"@linaria/tags": "^4.3.4", | ||
"@linaria/utils": "^4.3.3" | ||
}, | ||
@@ -56,0 +56,0 @@ "devDependencies": { |
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 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
24387
252
Updated@linaria/tags@^4.3.4
Updated@linaria/utils@^4.3.3