streamline package naming
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Edge cases for BuildContext: unknown cubes, session replay and auth flags.
|
||||
*/
|
||||
|
||||
import { type AnyObjectSchema, Cube, Manifest } from '@bitsquare/nopy-cube';
|
||||
import { type AnyObjectSchema, Cube, Manifest } from '@bitsquare/nopy-cubes';
|
||||
import { beforeEach, describe, expect, it, vi } from 'vitest';
|
||||
import { z } from 'zod';
|
||||
import { BuildContext } from '../src/cubes/dependencies.js';
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Tests for cubes/dependencies module (BuildContext)
|
||||
*/
|
||||
|
||||
import { Cube, Manifest } from '@bitsquare/nopy-cube';
|
||||
import { Cube, Manifest } from '@bitsquare/nopy-cubes';
|
||||
import { describe, expect, it, vi } from 'vitest';
|
||||
import { z } from 'zod';
|
||||
import { BuildContext } from '../src/cubes/dependencies.js';
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Tests for cube hooks using BuildContext
|
||||
*/
|
||||
|
||||
import { Cube, Manifest } from '@bitsquare/nopy-cube';
|
||||
import { Cube, Manifest } from '@bitsquare/nopy-cubes';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import { z } from 'zod';
|
||||
import { BuildContext } from '../src/cubes/dependencies.js';
|
||||
|
||||
@@ -37,7 +37,7 @@ vi.mock('enquirer', () => ({
|
||||
},
|
||||
}));
|
||||
|
||||
import { Cube, Manifest } from '@bitsquare/nopy-cube';
|
||||
import { Cube, Manifest } from '@bitsquare/nopy-cubes';
|
||||
import { Variables } from '../src/nopy.common.js';
|
||||
import {
|
||||
AuthSelection,
|
||||
|
||||
Reference in New Issue
Block a user