Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump aegir from 39.0.13 to 40.0.8 #108

Merged
merged 3 commits into from
Aug 5, 2023
Merged
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

- [Structure](#structure)
- [Packages](#packages)
- [API Docs](#api-docs)
- [License](#license)
- [Contribute](#contribute)

Expand All @@ -28,6 +29,10 @@ Transpiles `.proto` files to `.ts` - uses `Uint8Array` for `byte` fields and `Bi
- [`/packages/protons-benchmark`](./packages/protons-benchmark) A benchmark suite
- [`/packages/protons-runtime`](./packages/protons-runtime) Shared components that turn values to bytes and back again

## API Docs

- <https://ipfs.github.io/protons>

## License

Licensed under either of
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
"build": "aegir run build",
"lint": "aegir run lint",
"dep-check": "aegir run dep-check",
"release": "aegir run release"
"release": "aegir run release",
"docs": "aegir docs"
},
"dependencies": {
"aegir": "^39.0.13"
"aegir": "^40.0.8"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/protons-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@protobuf-ts/plugin": "^2.8.1",
"@protobuf-ts/runtime": "^2.8.1",
"@types/benchmark": "^2.1.1",
"aegir": "^39.0.13",
"aegir": "^40.0.8",
"benchmark": "^2.1.4",
"pbjs": "^0.0.14",
"protobufjs": "^7.0.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/protons-benchmark/typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"entryPoints": [
"./src/index.ts"
]
}
2 changes: 1 addition & 1 deletion packages/protons-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"uint8arraylist": "^2.4.3"
},
"devDependencies": {
"aegir": "^39.0.13"
"aegir": "^40.0.8"
},
"peerDependencies": {
"uint8arraylist": "^2.3.2"
Expand Down
1 change: 0 additions & 1 deletion packages/protons-runtime/src/codecs/enum.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { createCodec, CODEC_TYPES } from '../codec.js'
import type { DecodeFunction, EncodeFunction, Codec } from '../codec.js'

Expand Down
5 changes: 5 additions & 0 deletions packages/protons-runtime/typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"entryPoints": [
"./src/index.ts"
]
}
2 changes: 1 addition & 1 deletion packages/protons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"protobufjs-cli": "^1.0.0"
},
"devDependencies": {
"aegir": "^39.0.13",
"aegir": "^40.0.8",
"long": "^5.2.0",
"pbjs": "^0.0.14",
"protobufjs": "^7.0.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/protons/typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"entryPoints": [
"./src/index.ts"
]
}