Skip to content

Commit

Permalink
remove -dev suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Oct 19, 2023
1 parent e4490ac commit 1eb23db
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.6-dev",
"version": "15.0.7",
"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": "dev",
"@altv/types-worker": "dev"
},
"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.6-dev",
"version": "15.0.7",
"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": "dev"
}
}
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.6-dev",
"version": "15.0.7",
"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": "dev"
},
"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.6-dev",
"version": "15.0.7",
"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.6-dev",
"version": "15.0.7",
"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.6-dev",
"version": "15.0.7",
"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": "dev"
}
}

0 comments on commit 1eb23db

Please sign in to comment.