@operato/pull-to-refresh
Advanced tools
Comparing version 0.2.42 to 0.2.43
@@ -6,2 +6,10 @@ # Change Log | ||
### [0.2.43](https://github.com/hatiolab/operato/compare/v0.2.42...v0.2.43) (2021-12-08) | ||
**Note:** Version bump only for package @operato/pull-to-refresh | ||
### [0.2.42](https://github.com/hatiolab/operato/compare/v0.2.41...v0.2.42) (2021-12-07) | ||
@@ -8,0 +16,0 @@ |
@@ -7,2 +7,65 @@ { | ||
"kind": "javascript-module", | ||
"path": "stories/index.stories.ts", | ||
"declarations": [ | ||
{ | ||
"kind": "variable", | ||
"name": "Regular" | ||
}, | ||
{ | ||
"kind": "variable", | ||
"name": "CustomTitle" | ||
}, | ||
{ | ||
"kind": "variable", | ||
"name": "CustomCounter" | ||
}, | ||
{ | ||
"kind": "variable", | ||
"name": "SlottedContent" | ||
} | ||
], | ||
"exports": [ | ||
{ | ||
"kind": "js", | ||
"name": "default", | ||
"declaration": { | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "Regular", | ||
"declaration": { | ||
"name": "Regular", | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "CustomTitle", | ||
"declaration": { | ||
"name": "CustomTitle", | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "CustomCounter", | ||
"declaration": { | ||
"name": "CustomCounter", | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "SlottedContent", | ||
"declaration": { | ||
"name": "SlottedContent", | ||
"module": "stories/index.stories.ts" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"kind": "javascript-module", | ||
"path": "src/index.ts", | ||
@@ -123,67 +186,4 @@ "declarations": [], | ||
] | ||
}, | ||
{ | ||
"kind": "javascript-module", | ||
"path": "stories/index.stories.ts", | ||
"declarations": [ | ||
{ | ||
"kind": "variable", | ||
"name": "Regular" | ||
}, | ||
{ | ||
"kind": "variable", | ||
"name": "CustomTitle" | ||
}, | ||
{ | ||
"kind": "variable", | ||
"name": "CustomCounter" | ||
}, | ||
{ | ||
"kind": "variable", | ||
"name": "SlottedContent" | ||
} | ||
], | ||
"exports": [ | ||
{ | ||
"kind": "js", | ||
"name": "default", | ||
"declaration": { | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "Regular", | ||
"declaration": { | ||
"name": "Regular", | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "CustomTitle", | ||
"declaration": { | ||
"name": "CustomTitle", | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "CustomCounter", | ||
"declaration": { | ||
"name": "CustomCounter", | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "SlottedContent", | ||
"declaration": { | ||
"name": "SlottedContent", | ||
"module": "stories/index.stories.ts" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "0.2.42", | ||
"version": "0.2.43", | ||
"main": "dist/src/index.js", | ||
@@ -71,3 +71,3 @@ "module": "dist/src/index.js", | ||
}, | ||
"gitHead": "fa3123c9e7f26df80d1a89fc36ee2542d93ea295" | ||
"gitHead": "64c778b3d1fce5de4d5d53a2d1b34303f9c35556" | ||
} |
Sorry, the diff of this file is not supported yet
87573