Skip to content

Commit

Permalink
chore(shared): Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Jan 12, 2024
1 parent 4fa4478 commit 1670da8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/types-client",
"version": "15.0.16",
"version": "16.2.0",
"description": "This package contains types definitions for alt:V client-side module.",
"types": "index.d.ts",
"files": [
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"homepage": "https://github.com/altmp/altv-types#readme",
"peerDependencies": {
"@altv/types-shared": "^15.0.0",
"@altv/types-worker": "^15.0.0"
"@altv/types-shared": "^16.2.0",
"@altv/types-worker": "^16.2.0"
},
"typedoc": {
"displayName": "alt-client"
Expand Down
4 changes: 2 additions & 2 deletions natives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/types-natives",
"version": "15.0.13",
"version": "16.2.0",
"description": "This package contains types definitions for alt:V client-side natives.",
"types": "index.d.ts",
"files": [
Expand Down Expand Up @@ -32,6 +32,6 @@
},
"homepage": "https://github.com/altmp/altv-types#readme",
"peerDependencies": {
"@altv/types-client": "^15.0.0"
"@altv/types-client": "^16.2.0"
}
}
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/types-server",
"version": "15.0.11",
"version": "16.2.0",
"description": "This package contains types definitions for alt:V server-side module.",
"types": "index.d.ts",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/altmp/altv-types#readme",
"peerDependencies": {
"@altv/types-shared": "^15.0.0"
"@altv/types-shared": "^16.2.0"
},
"typedoc": {
"displayName": "alt-server"
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/types-shared",
"version": "15.0.9",
"version": "16.2.0",
"description": "This package contains types definitions for alt:V JS module shared types.",
"types": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion webview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/types-webview",
"version": "15.0.8",
"version": "16.2.0",
"description": "This package contains types definitions for alt:V client-side WebView.",
"types": "index.d.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/types-worker",
"version": "15.0.8",
"version": "16.2.0",
"description": "This package contains types definitions for alt:V client-side Worker.",
"types": "index.d.ts",
"files": [
Expand Down Expand Up @@ -32,6 +32,6 @@
},
"homepage": "https://github.com/altmp/altv-types#readme",
"peerDependencies": {
"@altv/types-client": "^15.0.0"
"@altv/types-client": "^16.2.0"
}
}

0 comments on commit 1670da8

Please sign in to comment.