Open
Description
Steps to reproduce
- setup empty project:
deno init
- install the package:
deno install jsr:@neon/serverless
- import
neon
in themain.ts
:import { neon } from '@neon/serverless';
- run tests:
deno test
Expected result
Tests are run without problems
Actual result
❯ deno test
error: Module not found "https://jsr.io/@neon/serverless/0.10.1/pg-protocol".
at https://jsr.io/@neon/serverless/0.10.1/index.d.ts:8:31
Environment
❯ deno --version
deno 2.0.4 (stable, release, aarch64-apple-darwin)
v8 12.9.202.13-rusty
typescript 5.6.2
Logs, links
Metadata
Metadata
Assignees
Labels
No labels