@shipload/sdk 1.0.0-next.37 → 1.0.0-next.38
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 +15 -3
- package/lib/shipload.js +162 -83
- package/lib/shipload.js.map +1 -1
- package/lib/shipload.m.js +161 -84
- package/lib/shipload.m.js.map +1 -1
- package/lib/testing.js +4 -4
- package/lib/testing.js.map +1 -1
- package/lib/testing.m.js +4 -4
- package/lib/testing.m.js.map +1 -1
- package/package.json +1 -1
- package/src/data/capabilities.ts +7 -10
- package/src/data/capability-formulas.ts +8 -8
- package/src/data/metadata.ts +4 -5
- package/src/data/recipes.json +5 -5
- package/src/derivation/capabilities.test.ts +3 -3
- package/src/derivation/capabilities.ts +30 -31
- package/src/entities/slot-multiplier.ts +4 -0
- package/src/index-module.ts +2 -1
- package/src/nft/buildImmutableData.ts +23 -6
- package/src/nft/description.ts +31 -8
- package/src/resolution/describe-module.ts +13 -5
- package/src/resolution/resolve-item.ts +31 -9
- package/src/travel/route-planner.ts +29 -3
package/lib/testing.js
CHANGED
|
@@ -3649,8 +3649,8 @@ const itemMetadata = {
|
|
|
3649
3649
|
color: '#B877FF',
|
|
3650
3650
|
},
|
|
3651
3651
|
10105: {
|
|
3652
|
-
name: '
|
|
3653
|
-
description: '
|
|
3652
|
+
name: 'Cargo Bay',
|
|
3653
|
+
description: 'Expanded cargo storage with reinforced internal holds.',
|
|
3654
3654
|
color: '#8B7355',
|
|
3655
3655
|
},
|
|
3656
3656
|
10106: {
|
|
@@ -3664,8 +3664,8 @@ const itemMetadata = {
|
|
|
3664
3664
|
color: '#9be4ff',
|
|
3665
3665
|
},
|
|
3666
3666
|
10108: {
|
|
3667
|
-
name: 'Battery',
|
|
3668
|
-
description: '
|
|
3667
|
+
name: 'Battery Bank',
|
|
3668
|
+
description: 'Stores additional charge produced by generators.',
|
|
3669
3669
|
color: '#4ADBFF',
|
|
3670
3670
|
},
|
|
3671
3671
|
10200: {
|