@aurelia/platform-browser
Advanced tools
Comparing version 0.9.0-dev.202012081749 to 0.9.0-dev.202012231727
{ | ||
"name": "@aurelia/platform-browser", | ||
"version": "0.9.0-dev.202012081749", | ||
"main": "dist/umd/index.js", | ||
"module": "dist/esnext/index.js", | ||
"version": "0.9.0-dev.202012231727", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/index.d.ts", | ||
@@ -30,4 +30,7 @@ "typings": "dist/index.d.ts", | ||
"lint": "eslint --cache --ext .js,.ts src/", | ||
"lint:ci": "eslint --cache --ext .js,.ts --quiet --report-unused-disable-directives src/", | ||
"build": "tsc -b", | ||
"dev": "tsc -b -w --preserveWatchOutput" | ||
"dev": "tsc -b -w --preserveWatchOutput", | ||
"publish:dev": "npm publish --tag dev", | ||
"publish:latest": "npm publish --tag latest" | ||
}, | ||
@@ -38,8 +41,7 @@ "publishConfig": { | ||
"dependencies": { | ||
"@aurelia/platform": "^0.9.0-dev.202012081749" | ||
"@aurelia/platform": "0.9.0-dev.202012231727" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^4.0.3" | ||
}, | ||
"gitHead": "4d302b3acd26d1e014b00c31a9358f58b5dcac98" | ||
} | ||
} | ||
} |
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | ||
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/) | ||
[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/) | ||
[![CircleCI](https://circleci.com/gh/aurelia/aurelia.svg?style=shield)](https://circleci.com/gh/aurelia/aurelia) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/5ac0e13689735698073a/test_coverage)](https://codeclimate.com/github/aurelia/aurelia/test_coverage) | ||
[![npm](https://img.shields.io/npm/v/@aurelia/platform-browser.svg?maxAge=3600)](https://www.npmjs.com/package/@aurelia/platform-browser) | ||
@@ -7,0 +5,0 @@ # @aurelia/platform-browser |
@@ -44,3 +44,2 @@ import { Platform, TaskQueue } from '@aurelia/platform'; | ||
/* eslint-disable @typescript-eslint/no-unnecessary-type-assertion */ | ||
this.Node = 'Node' in overrides ? overrides.Node! : g.Node; | ||
@@ -47,0 +46,0 @@ this.Element = 'Element' in overrides ? overrides.Element! : g.Element; |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
34712
372
20
1
+ Added@aurelia/platform@0.9.0-dev.202012231727(transitive)
- Removed@aurelia/platform@0.9.0(transitive)