streamline package naming

This commit is contained in:
Benjamin Diedrichsen
2026-07-29 13:07:34 +02:00
parent 1ba1c2a32a
commit 7e703c93b1
100 changed files with 141 additions and 139 deletions
+1 -1
View File
@@ -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';