Skip to content

Commit

Permalink
chore: Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Nov 29, 2023
1 parent 01dfa9d commit 0ed12a1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-ladybugs-rhyme.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect-app/infra

## 0.104.1

### Patch Changes

- 01dfa9d: add openapi bearer auth to spec

## 0.104.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/infra",
"version": "0.104.0",
"version": "0.104.1",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/prelude/_src/_ext/builtIn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ declare global {
): NonEmptyArray<B>
}
interface ReadonlyArray<T> {
// Subsequent property declarations must have the same type. Property 'length' must be of type 'number', but here has type 'PositiveInt'.
// readonly length: PositiveInt

map<A, B>(
this: NonEmptyReadonlyArray<A>,
map: (a: A, index: number) => B
Expand Down

0 comments on commit 0ed12a1

Please sign in to comment.