@atlaskit/chunkinator
Advanced tools
Comparing version 4.1.1 to 4.1.2
# Changelog | ||
## 4.1.2 | ||
### Patch Changes | ||
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5` | ||
## 4.1.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/chunkinator", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/chunkinator", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/chunkinator", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/chunkinator", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Upload large files from the browser with ease", | ||
@@ -15,2 +15,9 @@ "publishConfig": { | ||
"types": "dist/types/index.d.ts", | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
"*": [ | ||
"dist/types-ts4.0/*" | ||
] | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -44,5 +51,5 @@ "atlaskit:src": "src/index.ts", | ||
"react-dom": "^16.8.0", | ||
"typescript": "4.3.5" | ||
"typescript": "4.5.5" | ||
}, | ||
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1" | ||
} |
45825
55
877