Skip to content

Commit

Permalink
rocks (queue): some imports fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliy-art committed Sep 2, 2024
1 parent d151f20 commit d7df08a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tarantoolscript",
"version": "0.25.2",
"version": "0.25.3",
"author": "Vitaliy Artemov [email protected]",
"description": "TypeScript definitions for Tarantool Lua API.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/rocks/queue/TubeObject.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TupleObject } from 'builtin';
import { TupleObject } from '../../builtin/box/tuple/TupleObject';
import { TaskOptions } from './TaskOptions';

export interface TubeObject<O = TaskOptions<T>> {
Expand Down
2 changes: 1 addition & 1 deletion src/rocks/queue/TubeOptions.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TupleObject } from 'builtin';
import { TupleObject } from '../../builtin/box/tuple/TupleObject';
import { TubeType } from './TubeType';

interface BaseOptions {
Expand Down

0 comments on commit d7df08a

Please sign in to comment.