Commit edf3c84 1 parent 374cfcb commit edf3c84 Copy full SHA for edf3c84
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- import type { BlobType } from '@sirutils/core'
2
1
import type { Duplex } from 'node:stream'
2
+ import type { BlobType } from '@sirutils/core'
3
3
4
4
import type { createNuts } from '../plugin/create'
5
5
import type { NutsTags } from '../tag'
Original file line number Diff line number Diff line change 1
1
import { createLogger , createPlugin } from '@sirutils/core'
2
2
3
+ import { connect } from 'nats'
3
4
import { natsTags } from '../tag'
4
5
import { transportApiActions } from './internal/api'
5
- import { connect } from 'nats'
6
6
7
7
export const createNats = createPlugin < Sirutils . Nuts . Nats . Options , Sirutils . Nuts . Nats . BaseApi > (
8
8
{
Original file line number Diff line number Diff line change 1
- import { createLogger , ProjectError , unwrap } from '@sirutils/core'
1
+ import { ProjectError , createLogger , unwrap } from '@sirutils/core'
2
2
3
3
import { createNuts } from '../src/core'
4
4
import { createCbor } from '../src/serializer-cbor'
You can’t perform that action at this time.
0 commit comments