minecraft-inventory 0.1.39 → 0.1.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "minecraft-inventory",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "release": {
7
+ "sharedActionsOverride": {
8
+ "generateFields": {
9
+ "repository": false
10
+ }
11
+ },
7
12
  "initialVersion": {
8
13
  "version": "0.1.0"
9
14
  }
@@ -36,7 +41,6 @@
36
41
  "optional": true
37
42
  }
38
43
  },
39
- "repository": "https://github.com/zardoy/minecraft-inventory",
40
44
  "engines": {
41
45
  "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
42
46
  },
@@ -330,7 +330,7 @@ export function InventoryOverlay({
330
330
  lineHeight: 1,
331
331
  }}
332
332
  >
333
- INV 0.1.39
333
+ INV 0.1.40
334
334
  </a>
335
335
  )}
336
336