vue-inbrowser-compiler-utils
Advanced tools
Comparing version 4.0.1 to 4.14.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.14.0](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.13.1...v4.14.0) (2020-03-18) | ||
### Features | ||
* expose typescript types for theming ([3110fb5](https://github.com/vue-styleguidist/vue-styleguidist/commit/3110fb5b8342b3c89a70e9ecaf710a4c3a77bee5)) | ||
## [4.0.1](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.0.0...v4.0.1) (2019-11-15) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = global || self, factory(global.vueInbrowserCompilerUtils = {})); | ||
}(this, function (exports) { 'use strict'; | ||
}(this, (function (exports) { 'use strict'; | ||
@@ -293,2 +293,2 @@ /* eslint-disable no-control-regex */ | ||
})); | ||
}))); |
{ | ||
"name": "vue-inbrowser-compiler-utils", | ||
"version": "4.0.1", | ||
"version": "4.14.0", | ||
"description": "use this with vue-inbrowser-compiler to allow jsx compilation", | ||
@@ -33,3 +33,3 @@ "module": "lib/vue-inbrowser-compiler-utils.esm.js", | ||
"license": "MIT", | ||
"gitHead": "3122c172798d46350ffc7c52b5651efb399203bf" | ||
"gitHead": "53180e9c9c2273bb5ed26b994499abcc4c316f68" | ||
} |
@@ -9,4 +9,4 @@ { | ||
}, | ||
"include": ["src/**/*.ts"], | ||
"include": ["src/**/*.ts", "../../@types/**/*"], | ||
"exclude": ["node_modules", "src/**/__tests__/**/*.ts"] | ||
} |
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
43831