chore: 8.1.0-alpha.1

This commit is contained in:
Nathan Walker
2021-08-13 16:57:29 -07:00
parent c4e9a541ae
commit 66203d24ee
2 changed files with 3 additions and 3 deletions

View File

@ -319,8 +319,8 @@ export function initGlobal() {
global.registerModule('fetch', () => require('../fetch')); global.registerModule('fetch', () => require('../fetch'));
installPolyfills('fetch', ['fetch', 'Headers', 'Request', 'Response']); installPolyfills('fetch', ['fetch', 'Headers', 'Request', 'Response']);
global.registerModule('abortcontroller', () => require('../abortcontroller')); // global.registerModule('abortcontroller', () => require('../abortcontroller'));
installPolyfills('abortcontroller', ['AbortController', 'AbortSignal']); // installPolyfills('abortcontroller', ['AbortController', 'AbortSignal']);
// Custom decorators // Custom decorators

View File

@ -3,7 +3,7 @@
"main": "index", "main": "index",
"types": "index.d.ts", "types": "index.d.ts",
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
"version": "8.1.0-alpha.0", "version": "8.1.0-alpha.1",
"homepage": "https://nativescript.org", "homepage": "https://nativescript.org",
"repository": { "repository": {
"type": "git", "type": "git",