bc-data 113.0.0-Beta.1 → 113.0.0

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/assetID.json CHANGED
@@ -1115,7 +1115,8 @@
1115
1115
  "BrickWall": 62,
1116
1116
  "PogoBall": 63,
1117
1117
  "BoundBar": 64,
1118
- "Throne": 65
1118
+ "Throne": 65,
1119
+ "ExclusiveWaitress": 66
1119
1120
  }
1120
1121
  },
1121
1122
  "ItemEars": {
package/assetVersion.json CHANGED
@@ -989,7 +989,6 @@
989
989
  "BBQ": "R98",
990
990
  "Bed": "R98",
991
991
  "BondageBench": "R98",
992
- "BoundBar": "R113",
993
992
  "BrickWall": "R107",
994
993
  "BurlapSack": "R98",
995
994
  "Cage": "R98",
@@ -1002,6 +1001,7 @@
1002
1001
  "Cushion": "R98",
1003
1002
  "DisplayCase": "R98",
1004
1003
  "DollBox": "R98",
1004
+ "ExclusiveWaitress": "R113",
1005
1005
  "Familiar": "R98",
1006
1006
  "FoldingScreen": "R98",
1007
1007
  "FuckMachine": "R98",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bc-data",
3
- "version": "113.0.0-Beta.1",
3
+ "version": "113.0.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/bananarama92/BC-stubs.git"
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "homepage": "https://github.com/bananarama92/BC-stubs/tree/main/bc_data#readme",
22
22
  "devDependencies": {
23
- "typescript": "^5.5.2",
23
+ "typescript": "^5.7.3",
24
24
  "@types/node": "^20.14.8",
25
25
  "minimist": "^1.2.8",
26
26
  "@types/minimist": "^1.2.5"