Skip to content

Commit

Permalink
feat: set package publish access to public
Browse files Browse the repository at this point in the history
  • Loading branch information
shakkernerd committed Feb 6, 2025
1 parent 9d47576 commit 865cfee
Show file tree
Hide file tree
Showing 147 changed files with 467 additions and 26 deletions.
3 changes: 3 additions & 0 deletions packages/adapter-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
"testMatch": [
"<rootDir>/src/__tests__/**/*.test.ts"
]
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/adapter-pglite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/adapter-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
"scripts": {
"build": "tsup --format esm --dts",
"dev": "tsup --format esm --dts --watch"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/adapter-qdrant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"build": "tsup --format esm --dts",
"dev": "tsup --format esm --dts --watch",
"lint": "eslint --fix --cache ."
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/adapter-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/adapter-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/adapter-sqljs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/adapter-supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/client-alexa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
"format": "biome format src/",
"format:fix": "biome format --write src/",
"test": "vitest run"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/client-auto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/client-deva/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/client-direct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/client-discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/client-eliza-home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
"test": "vitest run",
"test:watch": "vitest watch",
"test:coverage": "vitest run --coverage"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/client-farcaster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
"test": "vitest run",
"test:watch": "vitest watch",
"test:coverage": "vitest run --coverage"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/client-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
"dev": "tsup --format esm --dts --watch",
"test": "vitest run",
"test:watch": "vitest"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/client-instagram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
"dev": "tsup --format esm --dts --watch",
"test": "vitest run",
"test:watch": "vitest"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/client-lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
},
"peerDependencies": {
"@elizaos/core": "workspace:*"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/client-simsai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
"build": "tsup --format esm --dts",
"dev": "tsup --format esm --dts --watch",
"lint": "eslint --fix"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/client-slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
},
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/client-telegram-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/client-telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
"dev": "tsup --format esm --dts --watch",
"test": "vitest run",
"test:watch": "vitest"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/client-twitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/client-xmtp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"build": "tsup --format esm --dts",
"dev": "tsup --format esm --dts --watch",
"lint": "eslint --fix --cache ."
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,8 @@
"together-ai": "0.7.0",
"unique-names-generator": "4.7.1",
"uuid": "11.0.3"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-0g/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
"lint:fix": "biome check --apply src/",
"format": "biome format src/",
"format:fix": "biome format --write src/"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-0x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@
"peerDependencies": {
"@elizaos/core": "workspace:*",
"zod": "^3.22.4"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-3d-generation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-abstract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-agentkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"lint:fix": "biome check --apply .",
"format": "biome format .",
"format:fix": "biome format --write ."
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-akash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
},
"peerDependencies": {
"@elizaos/core": "workspace:*"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-allora/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-ankr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-anyone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-apro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
"@biomejs/biome": "1.9.4",
"tsup": "8.3.5",
"vitest": "2.1.9"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-aptos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@
"peerDependencies": {
"form-data": "4.0.1",
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-arbitrage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@
},
"peerDependencies": {
"@elizaos/core": "workspace:*"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-arthera/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-asterai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-autonome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"peerDependencies": {
"form-data": "4.0.1",
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-avail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
"lint:fix": "biome check --apply .",
"format": "biome format .",
"format:fix": "biome format --write ."
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-avalanche/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-b2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/plugin-binance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
"dev": "tsup --format esm --dts --watch",
"test": "vitest run",
"test:watch": "vitest"
},
"publishConfig": {
"access": "public"
}
}
Loading

0 comments on commit 865cfee

Please sign in to comment.