test release nopy-alpha5
Release / release (push) Successful in 1m0s

This commit is contained in:
Benjamin Diedrichsen
2026-07-27 17:07:18 +02:00
parent a4ce4879a4
commit fcc181700e
37 changed files with 66 additions and 66 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ This document describes the public API for the nopy package.
Main entry point for nopy deployments.
```typescript
import { nopy } from '@bitstack/nopy';
import { nopy } from '@bitsquare/nopy';
const result = await nopy({
useDefaults: false,
@@ -608,7 +608,7 @@ cubes/
```javascript
// my-cube.manifest.mjs
import { createManifest } from '@bitstack/nopy';
import { createManifest } from '@bitsquare/nopy';
import { z } from 'zod';
export default createManifest({