From d542fb00a56e8091df0ddcf7b5835d01917daa37 Mon Sep 17 00:00:00 2001 From: Marcel N <67131061+xLuxy@users.noreply.github.com> Date: Sat, 9 Mar 2024 02:28:12 +0100 Subject: [PATCH] chore(typings, webview): Add @altv/shared as peer depeendency and bump version --- types/webview/package.json | 71 ++++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 34 deletions(-) diff --git a/types/webview/package.json b/types/webview/package.json index 78baf6b30..6568e5594 100644 --- a/types/webview/package.json +++ b/types/webview/package.json @@ -1,35 +1,38 @@ { - "name": "@altv/webview", - "version": "0.0.3", - "description": "This package contains the type definitions for the alt:V JS module v2 WebView types", - "types": "index.d.ts", - "files": [ - "index.d.ts" - ], - "scripts": { - "test": "tsc", - "preversion": "yarn run test", - "release": "yarn version --no-git-tag-version" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/altmp/altv-js-module-v2.git" - }, - "keywords": [ - "altmp", - "altv", - "node", - "v8", - "js-module", - "js-module-v2", - "gta", - "gta5", - "gtav" - ], - "author": "altMP Team", - "license": "MIT", - "bugs": { - "url": "https://github.com/altmp/altv-js-module-v2/issues" - }, - "homepage": "https://github.com/altmp/altv-js-module-v2/tree/dev/types/webview" - } + "name": "@altv/webview", + "version": "0.0.4", + "description": "This package contains the type definitions for the alt:V JS module v2 WebView types", + "types": "index.d.ts", + "files": [ + "index.d.ts" + ], + "scripts": { + "test": "tsc", + "preversion": "yarn run test", + "release": "yarn version --no-git-tag-version" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/altmp/altv-js-module-v2.git" + }, + "peerDependencies": { + "@altv/shared": "^0.0.0" + }, + "keywords": [ + "altmp", + "altv", + "node", + "v8", + "js-module", + "js-module-v2", + "gta", + "gta5", + "gtav" + ], + "author": "altMP Team", + "license": "MIT", + "bugs": { + "url": "https://github.com/altmp/altv-js-module-v2/issues" + }, + "homepage": "https://github.com/altmp/altv-js-module-v2/tree/dev/types/webview" +}