@aurelia/fetch-client
Advanced tools
Comparing version 2.0.0-beta.4 to 2.0.0-beta.5
@@ -6,2 +6,9 @@ # Change Log | ||
<a name="2.0.0-beta.5"></a> | ||
# 2.0.0-beta.5 (2023-04-27) | ||
### Refactorings: | ||
* **build:** preserve pure annotation for better tree shaking (#1745) ([0bc5cd6](https://github.com/aurelia/aurelia/commit/0bc5cd6)) | ||
<a name="2.0.0-beta.4"></a> | ||
@@ -8,0 +15,0 @@ # 2.0.0-beta.4 (2023-04-13) |
{ | ||
"name": "@aurelia/fetch-client", | ||
"version": "2.0.0-beta.4", | ||
"version": "2.0.0-beta.5", | ||
"main": "dist/cjs/index.cjs", | ||
@@ -52,4 +52,4 @@ "module": "dist/esm/index.mjs", | ||
"dependencies": { | ||
"@aurelia/kernel": "2.0.0-beta.4", | ||
"@aurelia/metadata": "2.0.0-beta.4" | ||
"@aurelia/kernel": "2.0.0-beta.5", | ||
"@aurelia/metadata": "2.0.0-beta.5" | ||
}, | ||
@@ -56,0 +56,0 @@ "devDependencies": { |
@@ -8,3 +8,3 @@ import { DI, IIndexable } from '@aurelia/kernel'; | ||
export const IHttpClient = DI.createInterface<IHttpClient>('IHttpClient', x => x.singleton(HttpClient)); | ||
export const IHttpClient = /*@__PURE__*/DI.createInterface<IHttpClient>('IHttpClient', x => x.singleton(HttpClient)); | ||
export interface IHttpClient extends HttpClient {} | ||
@@ -11,0 +11,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
160519
3109
+ Added@aurelia/kernel@2.0.0-beta.5(transitive)
+ Added@aurelia/metadata@2.0.0-beta.5(transitive)
+ Added@aurelia/platform@2.0.0-beta.5(transitive)
- Removed@aurelia/kernel@2.0.0-beta.4(transitive)
- Removed@aurelia/metadata@2.0.0-beta.4(transitive)
- Removed@aurelia/platform@2.0.0-beta.4(transitive)
Updated@aurelia/kernel@2.0.0-beta.5