@stylable/runtime
Advanced tools
Comparing version 2.3.1-alpha.0 to 2.3.1
@@ -65,3 +65,2 @@ "use strict"; | ||
stylable_runtime_stylesheet.root = stylesheet.classes.root; | ||
stylable_runtime_stylesheet.originStylesheet = stylesheet; | ||
return stylable_runtime_stylesheet; | ||
@@ -68,0 +67,0 @@ } |
{ | ||
"name": "@stylable/runtime", | ||
"version": "2.3.1-alpha.0", | ||
"version": "2.3.1", | ||
"description": "Stylable runtime DOM integration", | ||
@@ -32,3 +32,3 @@ "main": "cjs/index.js", | ||
"license": "BSD-3-Clause", | ||
"gitHead": "df3e414745ed1a5d70ce7c8a7f5f27b5ca03a4d3" | ||
"gitHead": "f28edefa3aa4a1276789b206e9e9f25d7869447f" | ||
} |
@@ -1,2 +0,2 @@ | ||
/* runtime version: 2.3.1-alpha.0 */ | ||
/* runtime version: 2.3.1 */ | ||
function StylableRuntime(exports){ | ||
@@ -315,3 +315,2 @@ exports = exports || {}; | ||
stylable_runtime_stylesheet.root = stylesheet.classes.root; | ||
stylable_runtime_stylesheet.originStylesheet = stylesheet; | ||
return stylable_runtime_stylesheet; | ||
@@ -318,0 +317,0 @@ } |
@@ -1,2 +0,2 @@ | ||
/* runtime version: 2.3.1-alpha.0 */ | ||
/* runtime version: 2.3.1 */ | ||
function StylableRuntime(exports){ | ||
@@ -3,0 +3,0 @@ exports = exports || {}; |
@@ -85,5 +85,3 @@ import { RuntimeRenderer } from './css-runtime-renderer'; | ||
(stylable_runtime_stylesheet as any).originStylesheet = stylesheet; | ||
return stylable_runtime_stylesheet; | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
72911
1370