Skip to content

Commit

Permalink
⬆️ Update jfetchs-memory@0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zswang committed Sep 16, 2018
1 parent 5e1d22a commit 7bad653
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export interface ICacheOptions<T> {
* Cache of fetch data
* @author
* zswang (http://weibo.com/zswang)
* @version 0.1.26
* @date 2018-09-12
* @version 0.1.27
* @date 2018-09-16
*/
export declare class Cache<T> {
/**
Expand Down
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ exports.MemoryStore = jfetchs_memory_1.MemoryStore;
* Cache of fetch data
* @author
* zswang (http://weibo.com/zswang)
* @version 0.1.26
* @date 2018-09-12
* @version 0.1.27
* @date 2018-09-16
*/
var Cache = /** @class */ (function () {
function Cache(options) {
Expand Down
4 changes: 2 additions & 2 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export interface ICacheOptions<T> {
* Cache of fetch data
* @author
* zswang (http://weibo.com/zswang)
* @version 0.1.26
* @date 2018-09-12
* @version 0.1.27
* @date 2018-09-16
*/
export class Cache<T> {
/**
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jfetchs",
"version": "0.1.26",
"version": "0.1.27",
"description": "Cache of fetch data",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -43,11 +43,11 @@
"ts-node": "^7.0.0",
"typescript": "^2.9.2"
},
"dependencies": {
"jfetchs-memory": "^0.0.6",
"jfetchs-util": "^0.0.1"
},
"files": [
"lib"
],
"dependencies": {
"jfetchs-memory": "0.0.1",
"jfetchs-util": "0.0.1"
}
]
}

0 comments on commit 7bad653

Please sign in to comment.