@aurelia/platform-browser
Advanced tools
Comparing version 2.1.0-dev.202304030920 to 2.1.0-dev.202304050629
@@ -12,5 +12,2 @@ import { Platform, TaskQueue } from '@aurelia/platform'; | ||
readonly document: TGlobal['document']; | ||
readonly location: TGlobal['location']; | ||
readonly history: TGlobal['history']; | ||
readonly navigator: TGlobal['navigator']; | ||
readonly customElements: TGlobal['customElements']; | ||
@@ -17,0 +14,0 @@ readonly fetch: TGlobal['window']['fetch']; |
{ | ||
"name": "@aurelia/platform-browser", | ||
"version": "2.1.0-dev.202304030920", | ||
"version": "2.1.0-dev.202304050629", | ||
"main": "dist/cjs/index.cjs", | ||
@@ -51,3 +51,3 @@ "module": "dist/esm/index.mjs", | ||
"dependencies": { | ||
"@aurelia/platform": "2.1.0-dev.202304030920" | ||
"@aurelia/platform": "2.1.0-dev.202304050629" | ||
}, | ||
@@ -54,0 +54,0 @@ "devDependencies": { |
@@ -16,5 +16,2 @@ import { Platform, TaskQueue } from '@aurelia/platform'; | ||
public readonly document!: TGlobal['document']; | ||
public readonly location!: TGlobal['location']; | ||
public readonly history!: TGlobal['history']; | ||
public readonly navigator!: TGlobal['navigator']; | ||
public readonly customElements!: TGlobal['customElements']; | ||
@@ -40,3 +37,3 @@ | ||
('Node Element HTMLElement CustomEvent CSSStyleSheet ShadowRoot MutationObserver ' | ||
+ 'window document location history navigator customElements') | ||
+ 'window document customElements') | ||
.split(' ') | ||
@@ -43,0 +40,0 @@ // eslint-disable-next-line |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41538
540
+ Added@aurelia/platform@2.1.0-dev.202304050629(transitive)
- Removed@aurelia/platform@2.1.0-dev.202304030920(transitive)