@bulmil/react
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.11.0](https://github.com/gomah/bulmil/compare/v0.10.0...v0.11.0) (2020-09-02) | ||
### Features | ||
* remove window in defineCustomElements functions ([08cc2bc](https://github.com/gomah/bulmil/commit/08cc2bcace9e3e76d67a4204e7596ea11a3bb6ba)) | ||
# [0.10.0](https://github.com/gomah/bulmil/compare/v0.9.0...v0.10.0) (2020-09-01) | ||
@@ -8,0 +19,0 @@ |
@@ -15,5 +15,3 @@ "use strict"; | ||
__exportStar(require("./components"), exports); | ||
if (typeof window !== 'undefined') { | ||
loader_1.defineCustomElements(window); | ||
} | ||
loader_1.defineCustomElements(); | ||
//# sourceMappingURL=index.js.map |
import { defineCustomElements } from '@bulmil/core/dist/loader'; | ||
export * from './components'; | ||
if (typeof window !== 'undefined') { | ||
defineCustomElements(window); | ||
} | ||
defineCustomElements(); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@bulmil/react", | ||
"sideEffects": false, | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"author": "Gomah", | ||
@@ -44,3 +44,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@bulmil/core": "0.10.0" | ||
"@bulmil/core": "0.11.0" | ||
}, | ||
@@ -51,3 +51,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "13d8a34c132947e03339a04a199326e354999a08" | ||
"gitHead": "6788e6c05d7501618ca2f48110c107922bbeeb2f" | ||
} |
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
301995
1854
+ Added@bulmil/core@0.11.0(transitive)
- Removed@bulmil/core@0.10.0(transitive)
Updated@bulmil/core@0.11.0