This commit is contained in:
Mute 2024-09-19 14:11:26 +00:00
parent 9a646716bf
commit 78e2d6ebda
4 changed files with 13 additions and 10 deletions

View File

@ -4,4 +4,7 @@ This document is updated with stable releases, for additional documentation plea
* Unstable doc: https://code.fleshless.org/mute/MBCHC/wiki/unstable
## PSA
The only supported version is unstable, don't use any other.
The only supported version is unstable, don't use any other.
## Feedback
We are available at the club in a private room named `MBCHC`. If Mute isn't there, leave a message.

View File

@ -1,5 +1,5 @@
// Take a look at the .d.ts for comments.
export const version = '107.13.1'
export const version = '108.13.1'
const W = window, D = W.document, /**fuck money*/$ = undefined, /**@type {''}*/$S = '', /**@type {{}}*/$O = {}, /**@type {Set<string>}*/$Ss = new Set() // /**@type {readonly []}*/$A = [],
const/**@type {TextDictionaryEntry}*/MISSING_PLAYER_DIALOG = {Tag: 'MISSING TEXT IN "Interface.csv": ', Text: '\u200C'} // Zero-width non-joiner, used to break up ligatures, does nothing here, but an empty string is a falsey value

12
package-lock.json generated
View File

@ -1,15 +1,15 @@
{
"name": "mbchc",
"version": "107.13.1",
"version": "108.13.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mbchc",
"version": "107.13.1",
"version": "108.13.1",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"bc-stubs": "^107.0.0",
"bc-stubs": "^108.0.0",
"bondage-club-mod-sdk": "^1.2.0",
"typescript": "^5.5.2",
"xo": "^0.56.0"
@ -1074,9 +1074,9 @@
"dev": true
},
"node_modules/bc-stubs": {
"version": "107.0.0",
"resolved": "https://registry.npmjs.org/bc-stubs/-/bc-stubs-107.0.0.tgz",
"integrity": "sha512-PUEvMGe7dDm+lKy6YJIWv1xWCOBVt/WAn4xrG8mBUoGobZVBqOrg+x5lOV0HvG9fcBB8K5NEaXMciE5TOTWkBA==",
"version": "108.0.0",
"resolved": "https://registry.npmjs.org/bc-stubs/-/bc-stubs-108.0.0.tgz",
"integrity": "sha512-b3ko8zl9zn5umYKC7uMQjEtOQxcbAdalUvJ7DoOPyJX4WcsdJFq+R76Rr8bhTtcRq7aW3tk7DtDjTy9awd7CRw==",
"dev": true,
"dependencies": {
"socket.io-client": "4.6.1"

View File

@ -1,12 +1,12 @@
{
"name": "mbchc",
"version": "107.13.1",
"version": "108.13.1",
"description": "Mute's Bondage Club Hacks Collection",
"author": "Mute",
"private": true,
"type": "module",
"devDependencies": {
"bc-stubs": "^107.0.0",
"bc-stubs": "^108.0.0",
"bondage-club-mod-sdk": "^1.2.0",
"typescript": "^5.5.2",
"xo": "^0.56.0"