@opfr/services 0.37.0 → 0.37.1
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type EntityId } from '@opfr/items';
|
|
2
|
-
import { type BaseShopItemList, EquipmentShopItem, ObjectShopItem } from '../../../shop';
|
|
2
|
+
import { type BaseShopItemList, BottleShopItem, EquipmentShopItem, ObjectShopItem } from '../../../shop';
|
|
3
3
|
import { BackgroundShopItem, BoostXpShopItem, ChestShopItem, RepairShopItem, StoreShopItem, TitleShopItem } from '../../../shop';
|
|
4
4
|
import type { ShopDocument } from '../types';
|
|
5
|
-
export declare const getShopItem: (shop: ShopDocument, entityId: EntityId) => BackgroundShopItem | BoostXpShopItem | ChestShopItem | ObjectShopItem | EquipmentShopItem | RepairShopItem | StoreShopItem | TitleShopItem | undefined;
|
|
5
|
+
export declare const getShopItem: (shop: ShopDocument, entityId: EntityId) => BackgroundShopItem | BoostXpShopItem | ChestShopItem | ObjectShopItem | EquipmentShopItem | BottleShopItem | RepairShopItem | StoreShopItem | TitleShopItem | undefined;
|
|
6
6
|
export declare const getShopItemList: (shop: ShopDocument) => BaseShopItemList;
|
|
7
7
|
//# sourceMappingURL=getters.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getters.d.ts","sourceRoot":"","sources":["../../../../src/services/shop/query/getters.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"getters.d.ts","sourceRoot":"","sources":["../../../../src/services/shop/query/getters.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,QAAQ,EAId,MAAM,aAAa,CAAC;AAWrB,OAAO,EACL,KAAK,gBAAgB,EACrB,cAAc,EACd,iBAAiB,EACjB,cAAc,EACf,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,kBAAkB,EAClB,eAAe,EACf,aAAa,EACb,cAAc,EACd,aAAa,EACb,aAAa,EACd,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,eAAO,MAAM,WAAW,SAAU,YAAY,YAAY,QAAQ,4KA0BjE,CAAC;AAEF,eAAO,MAAM,eAAe,SAAU,YAAY,qBAQjD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opfr/services",
|
|
3
|
-
"version": "0.37.
|
|
3
|
+
"version": "0.37.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "OPFR services",
|
|
6
6
|
"author": "Matthieu VEIGA",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@opfr/canvas": "^0.8.0",
|
|
13
13
|
"@opfr/items": "^0.33.1",
|
|
14
14
|
"@opfr/ornaments": "^0.15.0",
|
|
15
|
-
"@opfr/raids": "^0.13.
|
|
15
|
+
"@opfr/raids": "^0.13.4",
|
|
16
16
|
"@opfr/translate": "^0.2.0",
|
|
17
17
|
"@opfr/utils-lang": "^0.13.0",
|
|
18
18
|
"@opfr/utils-type": "^0.17.0",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"node_modules",
|
|
38
38
|
"dist"
|
|
39
39
|
],
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "8ce4ff30b6a58831c5721ce9eed49825616240b0"
|
|
41
41
|
}
|