mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 23:56:07 +00:00
test: align clickclack package contracts
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
"./runtime-api.js": "./runtime-api.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"typebox": "1.1.38",
|
||||
"ws": "^8.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"extends": "../tsconfig.package-boundary.base.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": ".",
|
||||
"outDir": "../../dist/extensions/clickclack",
|
||||
"tsBuildInfoFile": "../../dist/extensions/clickclack/.tsbuildinfo"
|
||||
"rootDir": "."
|
||||
},
|
||||
"include": ["**/*.ts", "../../src/types/global-agent.d.ts"]
|
||||
"include": ["./*.ts", "./src/**/*.ts"],
|
||||
"exclude": [
|
||||
"./**/*.test.ts",
|
||||
"./dist/**",
|
||||
"./node_modules/**",
|
||||
"./src/test-support/**",
|
||||
"./src/**/*test-helpers.ts",
|
||||
"./src/**/*test-harness.ts",
|
||||
"./src/**/*test-support.ts"
|
||||
]
|
||||
}
|
||||
|
||||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@@ -487,9 +487,6 @@ importers:
|
||||
|
||||
extensions/clickclack:
|
||||
dependencies:
|
||||
typebox:
|
||||
specifier: 1.1.38
|
||||
version: 1.1.38
|
||||
ws:
|
||||
specifier: ^8.20.0
|
||||
version: 8.20.0
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[
|
||||
"dist/extensions/browser/runtime-api.js",
|
||||
"dist/extensions/canvas/runtime-api.js",
|
||||
"dist/extensions/clickclack/runtime-api.js",
|
||||
"dist/extensions/copilot-proxy/runtime-api.js",
|
||||
"dist/extensions/google/runtime-api.js",
|
||||
"dist/extensions/imessage/runtime-api.js",
|
||||
|
||||
Reference in New Issue
Block a user