Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm

- name: 📦 Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- run: npx changelogithub
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-lexicons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm

- name: 📦 Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/client/globalSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fs from 'node:fs/promises';
import type { TestProject } from 'vitest/node';

import { CredentialManager, XRPC } from '@atcute/client';
import { TestNetwork } from '@atcute/internal-dev-env';
import { TestNetwork } from '@atproto/dev-env';

declare module 'vitest' {
export interface ProvidedContext {
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"scripts": {
"dev": "pkgroll --watch",
"build": "pkgroll --minify",
"test": "vitest",
"test:coverage": "vitest --coverage",
"test": "bash ../internal/dev-infra/with-test-redis-and-db.sh vitest",
"test:coverage": "bash ../internal/dev-infra/with-test-redis-and-db.sh vitest --coverage",
"test:typescript": "tsc --noEmit"
},
"homepage": "https://tsky.dev",
Expand All @@ -44,7 +44,7 @@
"@atcute/client": "^2.0.6"
},
"devDependencies": {
"@atcute/internal-dev-env": "workspace:*",
"@atproto/dev-env": "^0.3.93",
"@tsky/lexicons": "workspace:*",
"@vitest/coverage-istanbul": "^3.0.6",
"globals": "^15.12.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/internal/dev-env/lib/constants.ts

This file was deleted.

5 changes: 0 additions & 5 deletions packages/internal/dev-env/lib/index.ts

This file was deleted.

32 changes: 0 additions & 32 deletions packages/internal/dev-env/lib/network.ts

This file was deleted.

122 changes: 0 additions & 122 deletions packages/internal/dev-env/lib/pds.ts

This file was deleted.

35 changes: 0 additions & 35 deletions packages/internal/dev-env/lib/plc.ts

This file was deleted.

49 changes: 0 additions & 49 deletions packages/internal/dev-env/lib/utils.ts

This file was deleted.

24 changes: 0 additions & 24 deletions packages/internal/dev-env/package.json

This file was deleted.

22 changes: 0 additions & 22 deletions packages/internal/dev-env/tsconfig.json

This file was deleted.

Loading