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