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.
@@ -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-4DUS7IHW.js";
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-U2UK2QEJ.js.map
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.1",
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.1",
32
+ "@vibemancer/core": "~1.0.3",
33
33
  "firebase": "^12.12.1"
34
34
  },
35
35
  "devDependencies": {
@@ -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":[]}
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env node
2
- import {
3
- FIREBASE_CONFIG
4
- } from "./chunk-AA2UJPPN.js";
5
- export {
6
- FIREBASE_CONFIG
7
- };
8
- //# sourceMappingURL=firebase-config-F6COE3NY.js.map