@wise-old-man/utils 4.0.9 → 4.0.10
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/dist/cjs/index.cjs +2 -0
- package/dist/es/index.js +2 -0
- package/dist/es/index.mjs +2 -0
- package/dist/index.d.ts +11 -0
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -959,6 +959,7 @@ const Boss = {
|
|
|
959
959
|
ARAXXOR: 'araxxor',
|
|
960
960
|
ARTIO: 'artio',
|
|
961
961
|
BARROWS_CHESTS: 'barrows_chests',
|
|
962
|
+
BOVINE_BULLY: 'bovine_bully',
|
|
962
963
|
BRYOPHYTA: 'bryophyta',
|
|
963
964
|
CALLISTO: 'callisto',
|
|
964
965
|
CALVARION: 'calvarion',
|
|
@@ -2120,6 +2121,7 @@ const BossProps = mapValues({
|
|
|
2120
2121
|
[Boss.ARAXXOR]: { name: 'Araxxor' },
|
|
2121
2122
|
[Boss.ARTIO]: { name: 'Artio' },
|
|
2122
2123
|
[Boss.BARROWS_CHESTS]: { name: 'Barrows Chests' },
|
|
2124
|
+
[Boss.BOVINE_BULLY]: { name: 'Bovine Bully', isMembers: false },
|
|
2123
2125
|
[Boss.BRYOPHYTA]: { name: 'Bryophyta', isMembers: false },
|
|
2124
2126
|
[Boss.CALLISTO]: { name: 'Callisto' },
|
|
2125
2127
|
[Boss.CALVARION]: { name: "Calvar'ion" },
|
package/dist/es/index.js
CHANGED
|
@@ -957,6 +957,7 @@ const Boss = {
|
|
|
957
957
|
ARAXXOR: 'araxxor',
|
|
958
958
|
ARTIO: 'artio',
|
|
959
959
|
BARROWS_CHESTS: 'barrows_chests',
|
|
960
|
+
BOVINE_BULLY: 'bovine_bully',
|
|
960
961
|
BRYOPHYTA: 'bryophyta',
|
|
961
962
|
CALLISTO: 'callisto',
|
|
962
963
|
CALVARION: 'calvarion',
|
|
@@ -2118,6 +2119,7 @@ const BossProps = mapValues({
|
|
|
2118
2119
|
[Boss.ARAXXOR]: { name: 'Araxxor' },
|
|
2119
2120
|
[Boss.ARTIO]: { name: 'Artio' },
|
|
2120
2121
|
[Boss.BARROWS_CHESTS]: { name: 'Barrows Chests' },
|
|
2122
|
+
[Boss.BOVINE_BULLY]: { name: 'Bovine Bully', isMembers: false },
|
|
2121
2123
|
[Boss.BRYOPHYTA]: { name: 'Bryophyta', isMembers: false },
|
|
2122
2124
|
[Boss.CALLISTO]: { name: 'Callisto' },
|
|
2123
2125
|
[Boss.CALVARION]: { name: "Calvar'ion" },
|
package/dist/es/index.mjs
CHANGED
|
@@ -957,6 +957,7 @@ const Boss = {
|
|
|
957
957
|
ARAXXOR: 'araxxor',
|
|
958
958
|
ARTIO: 'artio',
|
|
959
959
|
BARROWS_CHESTS: 'barrows_chests',
|
|
960
|
+
BOVINE_BULLY: 'bovine_bully',
|
|
960
961
|
BRYOPHYTA: 'bryophyta',
|
|
961
962
|
CALLISTO: 'callisto',
|
|
962
963
|
CALVARION: 'calvarion',
|
|
@@ -2118,6 +2119,7 @@ const BossProps = mapValues({
|
|
|
2118
2119
|
[Boss.ARAXXOR]: { name: 'Araxxor' },
|
|
2119
2120
|
[Boss.ARTIO]: { name: 'Artio' },
|
|
2120
2121
|
[Boss.BARROWS_CHESTS]: { name: 'Barrows Chests' },
|
|
2122
|
+
[Boss.BOVINE_BULLY]: { name: 'Bovine Bully', isMembers: false },
|
|
2121
2123
|
[Boss.BRYOPHYTA]: { name: 'Bryophyta', isMembers: false },
|
|
2122
2124
|
[Boss.CALLISTO]: { name: 'Callisto' },
|
|
2123
2125
|
[Boss.CALVARION]: { name: "Calvar'ion" },
|
package/dist/index.d.ts
CHANGED
|
@@ -67,6 +67,7 @@ declare const Boss: {
|
|
|
67
67
|
readonly ARAXXOR: "araxxor";
|
|
68
68
|
readonly ARTIO: "artio";
|
|
69
69
|
readonly BARROWS_CHESTS: "barrows_chests";
|
|
70
|
+
readonly BOVINE_BULLY: "bovine_bully";
|
|
70
71
|
readonly BRYOPHYTA: "bryophyta";
|
|
71
72
|
readonly CALLISTO: "callisto";
|
|
72
73
|
readonly CALVARION: "calvarion";
|
|
@@ -145,6 +146,7 @@ declare const Metric: {
|
|
|
145
146
|
readonly ARAXXOR: "araxxor";
|
|
146
147
|
readonly ARTIO: "artio";
|
|
147
148
|
readonly BARROWS_CHESTS: "barrows_chests";
|
|
149
|
+
readonly BOVINE_BULLY: "bovine_bully";
|
|
148
150
|
readonly BRYOPHYTA: "bryophyta";
|
|
149
151
|
readonly CALLISTO: "callisto";
|
|
150
152
|
readonly CALVARION: "calvarion";
|
|
@@ -356,6 +358,8 @@ interface Snapshot {
|
|
|
356
358
|
artioKills: number;
|
|
357
359
|
barrows_chestsRank: number;
|
|
358
360
|
barrows_chestsKills: number;
|
|
361
|
+
bovine_bullyRank: number;
|
|
362
|
+
bovine_bullyKills: number;
|
|
359
363
|
bryophytaRank: number;
|
|
360
364
|
bryophytaKills: number;
|
|
361
365
|
cerberusRank: number;
|
|
@@ -3278,6 +3282,13 @@ declare const MetricProps: {
|
|
|
3278
3282
|
type: MetricType;
|
|
3279
3283
|
measure: MetricMeasure;
|
|
3280
3284
|
};
|
|
3285
|
+
readonly bovine_bully: {
|
|
3286
|
+
name: string;
|
|
3287
|
+
minimumValue: number;
|
|
3288
|
+
isMembers: boolean;
|
|
3289
|
+
type: MetricType;
|
|
3290
|
+
measure: MetricMeasure;
|
|
3291
|
+
};
|
|
3281
3292
|
readonly bryophyta: {
|
|
3282
3293
|
name: string;
|
|
3283
3294
|
minimumValue: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise-old-man/utils",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.10",
|
|
4
4
|
"description": "A JavaScript/TypeScript client that interfaces and consumes the Wise Old Man API, an API that tracks and measures players' progress in Old School Runescape.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"wiseoldman",
|