Skip to content

Commit

Permalink
chore: Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Sep 28, 2024
1 parent af060e2 commit fb6a46e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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

## 1.18.2

### Patch Changes

- fix import

## 1.18.1

### Patch 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": "1.18.1",
"version": "1.18.2",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/src/test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { generate } from "@effect-app/infra/test.arbs"
import { Arbitrary } from "@effect/schema"
import type { PropertySignature } from "@effect/schema/Schema"
import { Predicate, S } from "effect-app"
import { copy } from "effect-app/utils"
import { generate } from "./test.arbs.js"

const isPropertySignature = (u: unknown): u is PropertySignature.All =>
Predicate.hasProperty(u, S.PropertySignatureTypeId)
Expand Down

0 comments on commit fb6a46e

Please sign in to comment.