@shipload/sdk 1.0.0-next.27 → 1.0.0-next.29
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/lib/shipload.d.ts +10 -2
- package/lib/shipload.js +83 -48
- package/lib/shipload.js.map +1 -1
- package/lib/shipload.m.js +76 -48
- package/lib/shipload.m.js.map +1 -1
- package/lib/testing.js +3 -3
- package/lib/testing.js.map +1 -1
- package/lib/testing.m.js +3 -3
- package/lib/testing.m.js.map +1 -1
- package/package.json +1 -1
- package/src/capabilities/storage.ts +15 -0
- package/src/data/colors.ts +1 -1
- package/src/data/item-ids.ts +1 -1
- package/src/data/metadata.ts +3 -3
- package/src/data/recipes.json +10 -10
- package/src/derivation/capabilities.ts +11 -11
- package/src/derivation/index.ts +9 -0
- package/src/derivation/stars.test.ts +51 -0
- package/src/derivation/stars.ts +15 -0
- package/src/derivation/stats.ts +5 -4
- package/src/entities/makers.ts +1 -1
- package/src/index-module.ts +9 -0
- package/src/nft/buildImmutableData.ts +13 -11
- package/src/nft/description.ts +2 -2
- package/src/resolution/resolve-item.ts +2 -2
- package/src/scheduling/projection.ts +2 -2
package/lib/testing.js
CHANGED
|
@@ -3427,9 +3427,9 @@ const itemMetadata = {
|
|
|
3427
3427
|
color: '#B877FF',
|
|
3428
3428
|
},
|
|
3429
3429
|
10010: {
|
|
3430
|
-
name: '
|
|
3431
|
-
description: '
|
|
3432
|
-
color: '#
|
|
3430
|
+
name: 'Resin',
|
|
3431
|
+
description: 'Saturated organic binder cured from biomass. A pliable matrix for haulage and field components.',
|
|
3432
|
+
color: '#5A8B3E',
|
|
3433
3433
|
},
|
|
3434
3434
|
10100: {
|
|
3435
3435
|
name: 'Engine',
|