@stylable/runtime
Advanced tools
Comparing version 2.3.1 to 2.3.2
{ | ||
"name": "@stylable/runtime", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Stylable runtime DOM integration", | ||
@@ -10,3 +10,3 @@ "main": "cjs/index.js", | ||
"build": "ts-build ./src --cjs && yarn bundle", | ||
"bundle": "node -r @ts-tools/node/r ./scripts/build-runtime.ts", | ||
"bundle": "node -r @ts-tools/node/r -r tsconfig-paths/register ./scripts/build-runtime.ts", | ||
"test:unit": "mocha \"test/unit/**/*.spec.ts?(x)\"", | ||
@@ -20,3 +20,2 @@ "test:e2e": "mocha \"test/e2e/**/*.spec.[tj]s?(x)\" --timeout 20000", | ||
"src", | ||
"!src/tsconfig.json", | ||
"runtime.lib.js", | ||
@@ -34,3 +33,3 @@ "runtime-legacy.lib.js" | ||
"license": "BSD-3-Clause", | ||
"gitHead": "f28edefa3aa4a1276789b206e9e9f25d7869447f" | ||
"gitHead": "aa79998a8378f074a431aeea44c60d0e33531293" | ||
} |
@@ -1,2 +0,2 @@ | ||
/* runtime version: 2.3.1 */ | ||
/* runtime version: 2.3.2 */ | ||
function StylableRuntime(exports){ | ||
@@ -3,0 +3,0 @@ exports = exports || {}; |
@@ -1,2 +0,2 @@ | ||
/* runtime version: 2.3.1 */ | ||
/* runtime version: 2.3.2 */ | ||
function StylableRuntime(exports){ | ||
@@ -3,0 +3,0 @@ exports = exports || {}; |
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
72912