Skip to content

Commit 24333a4

Browse files
committed
feat(types-minimal): include WebKit for ios
1 parent 3512c1d commit 24333a4

File tree

4 files changed

+1058
-2
lines changed

4 files changed

+1058
-2
lines changed

packages/types-minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/types-minimal",
3-
"version": "8.2.2",
3+
"version": "8.2.3",
44
"description": "NativeScript 'Minimal' Types for only the latest Android and iOS sdks.",
55
"homepage": "https://nativescript.org",
66
"repository": {

packages/types-minimal/src/lib/ios/ios.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
/// <reference path="objc-x86_64/objc!Speech.d.ts" />
99
/// <reference path="objc-x86_64/objc!UIKit.d.ts" />
1010
/// <reference path="objc-x86_64/objc!Vision.d.ts" />
11+
/// <reference path="objc-x86_64/objc!WebKit.d.ts" />

0 commit comments

Comments
 (0)