@fluentui-react-native/memo-cache
Advanced tools
Comparing version
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Fri, 23 Oct 2020 22:23:58 GMT", | ||
"date": "Fri, 18 Jun 2021 00:34:22 GMT", | ||
"tag": "@fluentui-react-native/memo-cache_v1.1.1", | ||
"version": "1.1.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Apply prettier to framework, run", | ||
"author": "ruaraki@microsoft.com", | ||
"commit": "907fea51098ba59a8235128e17fb82a327b7adb2", | ||
"package": "@fluentui-react-native/memo-cache" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 23 Oct 2020 22:27:37 GMT", | ||
"tag": "@fluentui-react-native/memo-cache_v1.1.0", | ||
@@ -8,0 +23,0 @@ "version": "1.1.0", |
# Change Log - @fluentui-react-native/memo-cache | ||
This log was last generated on Fri, 23 Oct 2020 22:23:58 GMT and should not be manually modified. | ||
This log was last generated on Fri, 18 Jun 2021 00:34:22 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.1.1 | ||
Fri, 18 Jun 2021 00:34:22 GMT | ||
### Patches | ||
- Apply prettier to framework, run (ruaraki@microsoft.com) | ||
## 1.1.0 | ||
Fri, 23 Oct 2020 22:23:58 GMT | ||
Fri, 23 Oct 2020 22:27:37 GMT | ||
@@ -11,0 +19,0 @@ ### Minor changes |
@@ -14,3 +14,3 @@ "use strict"; | ||
return function () { return ({ | ||
id: obj.id++ | ||
id: obj.id++, | ||
}); }; | ||
@@ -17,0 +17,0 @@ } |
@@ -12,3 +12,3 @@ var __spreadArrays = (this && this.__spreadArrays) || function () { | ||
return function () { return ({ | ||
id: obj.id++ | ||
id: obj.id++, | ||
}); }; | ||
@@ -15,0 +15,0 @@ } |
{ | ||
"name": "@fluentui-react-native/memo-cache", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Layered memoization style cache helper", | ||
@@ -25,3 +25,5 @@ "repository": { | ||
"verify-api": "fluentui-scripts verify-api-extractor", | ||
"update-api": "fluentui-scripts update-api-extractor" | ||
"update-api": "fluentui-scripts update-api-extractor", | ||
"prettier": "fluentui-scripts prettier", | ||
"prettier-fix": "fluentui-scripts prettier --fix true" | ||
}, | ||
@@ -28,0 +30,0 @@ "keywords": [], |
@@ -10,3 +10,3 @@ import { getMemoCache } from './getMemoCache'; | ||
return () => ({ | ||
id: obj.id++ | ||
id: obj.id++, | ||
}); | ||
@@ -13,0 +13,0 @@ } |
88878
0.77%1354
1.12%