@shipload/item-renderer 1.0.0-next.16 → 1.0.0-next.18

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipload/item-renderer",
3
- "version": "1.0.0-next.16",
3
+ "version": "1.0.0-next.18",
4
4
  "description": "Deterministic SVG rendering for Shipload items",
5
5
  "homepage": "https://github.com/shipload/toolkit/tree/master/packages/item-renderer",
6
6
  "repository": {
@@ -45,7 +45,7 @@
45
45
  "fonts:copy": "bun run scripts/copy-fonts.ts"
46
46
  },
47
47
  "dependencies": {
48
- "@shipload/sdk": "^1.0.0-next.16",
48
+ "@shipload/sdk": "^1.0.0-next.18",
49
49
  "@wharfkit/antelope": "1.2.0"
50
50
  },
51
51
  "devDependencies": {
@@ -49,7 +49,7 @@ export function cargoShipT1Packed(opts?: {
49
49
  })
50
50
  }
51
51
 
52
- export const ITEM_HULL_PLATES = 10001
52
+ export const ITEM_PLATE = 10001
53
53
 
54
54
  export const FIXTURES = {
55
55
  oreT1: cargoOreT1('0x123456789ABCDEF'),
@@ -61,8 +61,8 @@ export const FIXTURES = {
61
61
  stats: '0xDEADBEEF1234',
62
62
  modules: [],
63
63
  }),
64
- hullPlates: ServerContract.Types.cargo_item.from({
65
- item_id: ITEM_HULL_PLATES,
64
+ plate: ServerContract.Types.cargo_item.from({
65
+ item_id: ITEM_PLATE,
66
66
  quantity: 1,
67
67
  stats: '0x7FFF',
68
68
  modules: [],