vibemancer 1.0.1 → 1.0.3
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/{chunk-4DUS7IHW.js → chunk-CMTEJ5MU.js} +6 -3
- package/dist/{chunk-4DUS7IHW.js.map → chunk-CMTEJ5MU.js.map} +1 -1
- package/dist/chunk-MCU2B4PZ.js +119 -0
- package/dist/chunk-MCU2B4PZ.js.map +1 -0
- package/dist/cli.js +67 -126
- package/dist/cli.js.map +1 -1
- package/dist/oauth-client-AX3HNK6P.js +18 -0
- package/dist/{opponent-resolver-U2UK2QEJ.js → opponent-resolver-DJLF4CPO.js} +2 -2
- package/package.json +2 -2
- package/dist/chunk-AA2UJPPN.js +0 -14
- package/dist/chunk-AA2UJPPN.js.map +0 -1
- package/dist/firebase-config-F6COE3NY.js +0 -8
- /package/dist/{firebase-config-F6COE3NY.js.map → oauth-client-AX3HNK6P.js.map} +0 -0
- /package/dist/{opponent-resolver-U2UK2QEJ.js.map → opponent-resolver-DJLF4CPO.js.map} +0 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
import {
|
|
3
|
+
MCP_BASE_URL,
|
|
4
|
+
NotLoggedInError,
|
|
5
|
+
exchangeCode,
|
|
6
|
+
generatePkce,
|
|
7
|
+
getAccessToken,
|
|
8
|
+
registerClient
|
|
9
|
+
} from "./chunk-MCU2B4PZ.js";
|
|
10
|
+
export {
|
|
11
|
+
MCP_BASE_URL,
|
|
12
|
+
NotLoggedInError,
|
|
13
|
+
exchangeCode,
|
|
14
|
+
generatePkce,
|
|
15
|
+
getAccessToken,
|
|
16
|
+
registerClient
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=oauth-client-AX3HNK6P.js.map
|
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
getBuiltinBotNames,
|
|
5
5
|
getCoreCompileOptions,
|
|
6
6
|
resolveOpponent
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-CMTEJ5MU.js";
|
|
8
8
|
export {
|
|
9
9
|
findCoreSourceDir,
|
|
10
10
|
getBuiltinBotNames,
|
|
11
11
|
getCoreCompileOptions,
|
|
12
12
|
resolveOpponent
|
|
13
13
|
};
|
|
14
|
-
//# sourceMappingURL=opponent-resolver-
|
|
14
|
+
//# sourceMappingURL=opponent-resolver-DJLF4CPO.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibemancer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Vibemancer devkit - dev server, testing, and tournament tools for wizard bots",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Low Entry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:mutate": "stryker run"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@vibemancer/core": "~1.0.
|
|
32
|
+
"@vibemancer/core": "~1.0.3",
|
|
33
33
|
"firebase": "^12.12.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
package/dist/chunk-AA2UJPPN.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
|
|
3
|
-
// src/firebase-config.ts
|
|
4
|
-
var FIREBASE_CONFIG = {
|
|
5
|
-
apiKey: "AIzaSyDSUJ2jlk5_vlpGOypMtvqKjHhDmbgomIY",
|
|
6
|
-
authDomain: "le-vibemancer.firebaseapp.com",
|
|
7
|
-
projectId: "le-vibemancer",
|
|
8
|
-
storageBucket: "le-vibemancer.firebasestorage.app"
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
export {
|
|
12
|
-
FIREBASE_CONFIG
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=chunk-AA2UJPPN.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/firebase-config.ts"],"sourcesContent":["export const FIREBASE_CONFIG = {\n\tapiKey: 'AIzaSyDSUJ2jlk5_vlpGOypMtvqKjHhDmbgomIY',\n\tauthDomain: 'le-vibemancer.firebaseapp.com',\n\tprojectId: 'le-vibemancer',\n\tstorageBucket: 'le-vibemancer.firebasestorage.app',\n} as const;\n"],"mappings":";;;AAAO,IAAM,kBAAkB;AAAA,EAC9B,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,eAAe;AAChB;","names":[]}
|
|
File without changes
|
|
File without changes
|