Skip to content

partysession — published to npm but has no code (empty dist/) #362

@joeblew999

Description

@joeblew999

Package: partysession@0.0.4

The package is published to npm but has no code — dist/ is empty. Only contains package.json and README.md.

$ npm info partysession
# published

$ ls node_modules/partysession/
package.json  README.md
# no dist/ folder

$ ls node_modules/partysession/dist/
# directory does not exist

The README describes "Per-User State — One Durable Object instance per user" and "Session Management" but there's no implementation to use.

Expected: A working per-user Durable Object class for session/user state management, similar to how partysub provides createPubSubServer or partywhen provides Scheduler.

Context: We're testing the full PartyKit package suite against real wrangler dev with Durable Objects (plat-trunk sync system). We have working tests for partyserver, partysub, partyfn, partywhen — but can't test partysession because there's no code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions