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

Commit c2b1f2c

Browse files
committed
7.0.47
1 parent edb2114 commit c2b1f2c

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.46",
3+
"version": "7.0.47",
44
"lockfileVersion": 2,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "blockception-minecraft-client",
9-
"version": "7.0.46",
9+
"version": "7.0.47",
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.46",
7+
"version": "7.0.47",
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.46",
3+
"version": "7.0.47",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "blockceptionvscodeminecraftbedrockdevelopmentextension",
9-
"version": "7.0.46",
9+
"version": "7.0.47",
1010
"license": "BSD-3-Clause",
1111
"workspaces": [
1212
"client",
@@ -33,7 +33,8 @@
3333
}
3434
},
3535
"client": {
36-
"version": "7.0.46",
36+
"name": "blockception-minecraft-client",
37+
"version": "7.0.47",
3738
"license": "BSD-3-Clause",
3839
"dependencies": {
3940
"@blockception/shared": "^0.0.1",
@@ -5430,7 +5431,8 @@
54305431
}
54315432
},
54325433
"server": {
5433-
"version": "7.0.47",
5434+
"name": "blockception-minecraft-server",
5435+
"version": "7.0.48",
54345436
"license": "BSD-3-Clause",
54355437
"dependencies": {
54365438
"@blockception/shared": "^0.0.1",
@@ -5486,6 +5488,7 @@
54865488
}
54875489
},
54885490
"shared": {
5491+
"name": "@blockception/shared",
54895492
"version": "0.0.1",
54905493
"license": "ISC",
54915494
"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.46",
10+
"version": "7.0.47",
1111
"pricing": "Free",
1212
"workspaces": [
1313
"client",

0 commit comments

Comments
 (0)