@bulmil/react
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.10.0](https://github.com/gomah/bulmil/compare/v0.9.0...v0.10.0) (2020-09-01) | ||
### Bug Fixes | ||
* **react:** defineCustomElements in plugin ([1645b70](https://github.com/gomah/bulmil/commit/1645b70a43d82d35950e9de68b32d03c228d6847)) | ||
# [0.9.0](https://github.com/gomah/bulmil/compare/v0.8.0...v0.9.0) (2020-09-01) | ||
@@ -8,0 +19,0 @@ |
@@ -13,3 +13,7 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const loader_1 = require("@bulmil/core/dist/loader"); | ||
__exportStar(require("./components"), exports); | ||
if (typeof window !== 'undefined') { | ||
loader_1.defineCustomElements(window); | ||
} | ||
//# sourceMappingURL=index.js.map |
@@ -0,2 +1,6 @@ | ||
import { defineCustomElements } from '@bulmil/core/dist/loader'; | ||
export * from './components'; | ||
if (typeof window !== 'undefined') { | ||
defineCustomElements(window); | ||
} | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@bulmil/react", | ||
"sideEffects": false, | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"author": "Gomah", | ||
@@ -44,3 +44,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@bulmil/core": "0.9.0" | ||
"@bulmil/core": "0.10.0" | ||
}, | ||
@@ -51,3 +51,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "01a2da680cafeaf8dc75c3319d44ac5fc78fc136" | ||
"gitHead": "13d8a34c132947e03339a04a199326e354999a08" | ||
} |
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
301950
1858
+ Added@bulmil/core@0.10.0(transitive)
- Removed@bulmil/core@0.9.0(transitive)
Updated@bulmil/core@0.10.0