Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and iosh committed Sep 15, 2024
1 parent 0518000 commit ee475f7
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-pianos-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-frogs-brake.md

This file was deleted.

5 changes: 3 additions & 2 deletions examples/client_public_client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ async function fallbackGetEpochNumber() {
})
})
}
const fallbackEpochNumberButton =
document.querySelector<HTMLButtonElement>('#fallbackGetEpochNumber')!
const fallbackEpochNumberButton = document.querySelector<HTMLButtonElement>(
'#fallbackGetEpochNumber',
)!
fallbackEpochNumberButton.addEventListener('click', fallbackGetEpochNumber)
10 changes: 10 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# cive

## 0.4.0

### Minor Changes

- 3f0bb14: Added websocet to client transport

### Patch Changes

- 0518000: Fixed testnet websocket endpoint

## 0.3.1

### Patch Changes
Expand Down
1 change: 0 additions & 1 deletion src/errors/request.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { BaseError } from 'viem'
import { stringify } from '../utils/stringify.js'


import { getUrl } from './utils.js'

export type HttpRequestErrorType = HttpRequestError & {
Expand Down
2 changes: 1 addition & 1 deletion src/errors/transport.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BaseError } from "viem"
import { BaseError } from 'viem'

export type UrlRequiredErrorType = UrlRequiredError & {
name: 'UrlRequiredError'
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cive",
"version": "0.3.1",
"version": "0.4.0",
"description": "",
"type": "module",
"main": "./_cjs/index.js",
Expand Down

0 comments on commit ee475f7

Please sign in to comment.