Skip to content

Commit f49e412

Browse files
authored
feat(types-minimal): paired down typings optimized for smaller footprint editing environments (#9947)
1 parent e5fffa1 commit f49e412

8 files changed

Lines changed: 8132 additions & 2 deletions

File tree

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.0",
3+
"version": "8.2.2",
44
"description": "NativeScript 'Minimal' Types for only the latest Android and iOS sdks.",
55
"homepage": "https://nativescript.org",
66
"repository": {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
/// <reference path="runtime.d.ts" />
2+
/// <reference path="objc-x86_64/objc!ARKit.d.ts" />
3+
/// <reference path="objc-x86_64/objc!AVFAudio.d.ts" />
24
/// <reference path="objc-x86_64/objc!AVFoundation.d.ts" />
35
/// <reference path="objc-x86_64/objc!Foundation.d.ts" />
46
/// <reference path="objc-x86_64/objc!ObjectiveC.d.ts" />
7+
/// <reference path="objc-x86_64/objc!PDFKit.d.ts" />
8+
/// <reference path="objc-x86_64/objc!Speech.d.ts" />
59
/// <reference path="objc-x86_64/objc!UIKit.d.ts" />
10+
/// <reference path="objc-x86_64/objc!Vision.d.ts" />

0 commit comments

Comments
 (0)