Skip to content

Commit

Permalink
remove deprecated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanyow committed Aug 19, 2024
1 parent 30734f7 commit d5f0e6b
Show file tree
Hide file tree
Showing 70 changed files with 6,454 additions and 10,405 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
}
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,20 @@ npm run test --watch --inspect --workspace=@cfworker/base64url

Refer to each package's README for more specific instructions and examples.
Some packages require a .env file (gitignored) containing cloudflare or cosmos db keys for integration testing.

```ts
interface ErrorConstructor {
captureStackTrace(thisArg: any, func: any): void;
}

interface JsonWebKey {
x5c?: string[];
kid?: string;
x5t?: string;
n?: string;
}

interface Crypto {
randomUUID(): string;
}
```
12,695 changes: 6,417 additions & 6,278 deletions package-lock.json

Large diffs are not rendered by default.

49 changes: 0 additions & 49 deletions packages/base64url/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions packages/base64url/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions packages/base64url/package.json

This file was deleted.

9 changes: 0 additions & 9 deletions packages/base64url/src/decode.ts

This file was deleted.

9 changes: 0 additions & 9 deletions packages/base64url/src/encode.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/base64url/src/index.ts

This file was deleted.

15 changes: 0 additions & 15 deletions packages/base64url/src/pad.ts

This file was deleted.

31 changes: 0 additions & 31 deletions packages/base64url/test/index.spec.ts

This file was deleted.

16 changes: 0 additions & 16 deletions packages/base64url/tsconfig.json

This file was deleted.

2 changes: 0 additions & 2 deletions packages/cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@
"test": "cfworker test test/**/*.spec.ts"
},
"dependencies": {
"@cfworker/worker-types": "^1.12.3",
"@cloudflare/workers-types": "^2.2.2",
"rfc4648": "^1.5.2"
},
"devDependencies": {
"@cfworker/dev": "^1.14.2",
"@types/chai": "^4.3.3",
"@types/mocha": "^10.0.0",
"chai": "^4.3.6",
Expand Down
9 changes: 2 additions & 7 deletions packages/cosmos/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"extends": "../../tsconfig-base",
"compilerOptions": {
"target": "ES2021",
"target": "ESNext",
"lib": ["ESNext", "WebWorker", "Webworker.Iterable"],
"types": [
"chai",
"mocha",
"@cfworker/worker-types",
"@cloudflare/workers-types"
],
"types": ["chai", "mocha", "@cloudflare/workers-types"],
"outDir": "dist",
"rootDir": "./src"
},
Expand Down
1 change: 0 additions & 1 deletion packages/csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"test": "cfworker test test/**/*.spec.ts"
},
"devDependencies": {
"@cfworker/dev": "^1.14.2",
"@types/chai": "^4.3.3",
"@types/mocha": "^10.0.0",
"chai": "^4.3.6",
Expand Down
9 changes: 2 additions & 7 deletions packages/csv/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"extends": "../../tsconfig-base",
"compilerOptions": {
"target": "ES2021",
"target": "ESNext",
"lib": ["ESNext", "WebWorker", "Webworker.Iterable"],
"types": [
"chai",
"mocha",
"@cfworker/worker-types",
"@cloudflare/workers-types"
],
"types": ["chai", "mocha", "@cloudflare/workers-types"],
"outDir": "dist",
"rootDir": "./src"
},
Expand Down
1 change: 0 additions & 1 deletion packages/dev/.gitignore

This file was deleted.

73 changes: 0 additions & 73 deletions packages/dev/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit d5f0e6b

Please sign in to comment.