Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit 6821cbe

Browse files
committed
7.0.46
1 parent 3c832ee commit 6821cbe

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "blockception-minecraft-client",
3-
"version": "7.0.45",
3+
"version": "7.0.46",
44
"lockfileVersion": 2,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "blockception-minecraft-client",
9-
"version": "7.0.45",
9+
"version": "7.0.46",
1010
"license": "BSD-3-Clause",
1111
"dependencies": {
1212
"bc-minecraft-bedrock-project": "^1.19.50-1",

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "blockception-minecraft-client",
55
"private": true,
66
"publisher": "BlockceptionLtd",
7-
"version": "7.0.45",
7+
"version": "7.0.46",
88
"author": {
99
"name": "Blockception Ltd",
1010
"url": "https://www.blockception.com/"

package-lock.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "blockceptionvscodeminecraftbedrockdevelopmentextension",
3-
"version": "7.0.45",
3+
"version": "7.0.46",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "blockceptionvscodeminecraftbedrockdevelopmentextension",
9-
"version": "7.0.45",
9+
"version": "7.0.46",
1010
"license": "BSD-3-Clause",
1111
"workspaces": [
1212
"client",
@@ -33,7 +33,8 @@
3333
}
3434
},
3535
"client": {
36-
"version": "7.0.45",
36+
"name": "blockception-minecraft-client",
37+
"version": "7.0.46",
3738
"license": "BSD-3-Clause",
3839
"dependencies": {
3940
"@blockception/shared": "^0.0.1",
@@ -5237,7 +5238,8 @@
52375238
}
52385239
},
52395240
"server": {
5240-
"version": "7.0.46",
5241+
"name": "blockception-minecraft-server",
5242+
"version": "7.0.47",
52415243
"license": "BSD-3-Clause",
52425244
"dependencies": {
52435245
"@blockception/shared": "^0.0.1",
@@ -5293,6 +5295,7 @@
52935295
}
52945296
},
52955297
"shared": {
5298+
"name": "@blockception/shared",
52965299
"version": "0.0.1",
52975300
"license": "ISC",
52985301
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "./client/out/extension.js",
88
"name": "blockceptionvscodeminecraftbedrockdevelopmentextension",
99
"publisher": "BlockceptionLtd",
10-
"version": "7.0.45",
10+
"version": "7.0.46",
1111
"pricing": "Free",
1212
"workspaces": [
1313
"client",

0 commit comments

Comments
 (0)