@uifabric/foundation
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -5,2 +5,16 @@ { | ||
{ | ||
"version": "0.2.2", | ||
"tag": "@uifabric/foundation_v0.2.2", | ||
"date": "Fri, 03 Aug 2018 10:25:59 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "Jason Gore <jagore@microsoft.com>", | ||
"commit": "adf6e2883a19f03298b0f2ae89a495724e47a4e4", | ||
"comment": "Add tslib as dependency." | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.2.1", | ||
@@ -7,0 +21,0 @@ "tag": "@uifabric/foundation_v0.2.1", |
# Change Log - @uifabric/foundation | ||
This log was last generated on Thu, 02 Aug 2018 10:23:19 GMT and should not be manually modified. | ||
This log was last generated on Fri, 03 Aug 2018 10:25:59 GMT and should not be manually modified. | ||
## 0.2.2 | ||
Fri, 03 Aug 2018 10:25:59 GMT | ||
### Patches | ||
- Add tslib as dependency. | ||
## 0.2.1 | ||
@@ -6,0 +13,0 @@ Thu, 02 Aug 2018 10:23:19 GMT |
@@ -75,3 +75,3 @@ var FabricFoundation = | ||
/***/ "../../node_modules/tslib/tslib.es6.js": | ||
/***/ "../../common/temp/node_modules/tslib/tslib.es6.js": | ||
/***/ (function(module, __webpack_exports__, __webpack_require__) { | ||
@@ -297,3 +297,3 @@ | ||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createComponent", function() { return createComponent; }); | ||
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("../../node_modules/tslib/tslib.es6.js"); | ||
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("../../common/temp/node_modules/tslib/tslib.es6.js"); | ||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("react"); | ||
@@ -300,0 +300,0 @@ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__); |
@@ -7,4 +7,4 @@ { | ||
"packages/foundation/.vscode/settings.json": "a47d61e2fb865a31a0ee471e65cfb447269f23f2", | ||
"packages/foundation/CHANGELOG.json": "869904fc66f218f98df6f419ac555a01f4fa21a7", | ||
"packages/foundation/CHANGELOG.md": "4d4d308d96802ed07e212b4aab05b98c87ccb239", | ||
"packages/foundation/CHANGELOG.json": "0f9c40ec8abead89301c0e762beafceb300c4202", | ||
"packages/foundation/CHANGELOG.md": "d3ab52202ea0a6aaf0f7e3491ee3c76399c254ac", | ||
"packages/foundation/LICENSE": "f40682078e868be480a62821f1def5fbe0dd965e", | ||
@@ -16,3 +16,3 @@ "packages/foundation/README.md": "87ad8e5781287ca710d32d79abd8cbe53593a151", | ||
"packages/foundation/jsconfig.json": "c25b2cc60e6443982c62d0847d67b6ac6960dddc", | ||
"packages/foundation/package.json": "4d7bff0793a07ff43c53eee67f7b33a4f17cf0d5", | ||
"packages/foundation/package.json": "cd043633042b44ceada2f4dc2aef08b5a45ac6db", | ||
"packages/foundation/src/createComponent.tsx": "1d31a5ba1280ff526d54c16245060e36f0de0422", | ||
@@ -19,0 +19,0 @@ "packages/foundation/src/index.ts": "ee6e311e0dfffc26dda52974ea5e34c58ea94e51", |
{ | ||
"name": "@uifabric/foundation", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Foundation library for building Fabric components.", | ||
@@ -38,3 +38,5 @@ "main": "lib-commonjs/index.js", | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"tslib": "^1.7.1" | ||
}, | ||
"peerDependencies": { | ||
@@ -41,0 +43,0 @@ "react": "^0.14.9 || ^15.0.1-0 || ^16.0.0-0", |
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
131224
1103
3
+ Addedtslib@^1.7.1
+ Addedtslib@1.14.1(transitive)