🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@prisma/streams-local

Package Overview
Dependencies
Maintainers
7
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/streams-local - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
dist/local/index-tevjzd5w.js

Sorry, the diff of this file is too big to display

+1
-1

@@ -1,2 +0,2 @@

# Contributor Covenant Code of Conduct
# Prisma Streams Code of Conduct

@@ -3,0 +3,0 @@ ## Our Pledge

@@ -1,2 +0,2 @@

# Welcome to Contributing to Prisma Streams
# Contributing to Prisma Streams

@@ -7,3 +7,3 @@ Welcome. This repository is being prepared for public production use, and contributions that improve correctness, operator experience, and protocol clarity are useful.

Please read the [Code of Conduct](./CODE_OF_CONDUCT.md) before participating.
Please read the [Code of Conduct](./code-of-conduct.md) before participating.

@@ -48,3 +48,3 @@ ## Contributing Via Comments

- `test:conformance:local` and `test:conformance` run the upstream black-box suite against local and full server modes.
- The current upstream conformance status is tracked in [docs/CONFORMANCE.md](./docs/CONFORMANCE.md).
- The current upstream conformance status is tracked in [conformance.md](./conformance.md).

@@ -57,3 +57,3 @@ ## Development Expectations

- Do not commit generated archives, local databases, `.DS_Store`, or other workstation artifacts.
- Follow the repository `better-result` policy. The current automated policy check covers `src/`; see [docs/BETTER_RESULT_ADOPTION.md](./docs/BETTER_RESULT_ADOPTION.md).
- Follow the repository `better-result` policy. The current automated policy check covers `src/`; see [better-result-adoption.md](./better-result-adoption.md).

@@ -71,2 +71,2 @@ ## Pull Requests

Do not open public issues for suspected vulnerabilities. Follow [SECURITY.md](./SECURITY.md).
Do not open public issues for suspected vulnerabilities. Follow [security.md](./security.md).
import {
parseLocalProcessOptions,
startLocalDurableStreamsServer
} from "./index-fc5e34dr.js";
} from "./index-tevjzd5w.js";

@@ -6,0 +6,0 @@ // src/local/process.ts

import {
startLocalDurableStreamsServer
} from "./index-fc5e34dr.js";
} from "./index-tevjzd5w.js";
export {
startLocalDurableStreamsServer
};

@@ -11,3 +11,3 @@ # Prisma Streams Local Build

It keeps all state in a single local SQLite database and supports the live query
It keeps all state in a single local SQLite database and supports the live /
touch system, but it does not run the full production segmenting and object

@@ -27,5 +27,5 @@ store pipeline.

1. Start a named local server from `@prisma/streams-local`.
2. Install your live-query schema via `/_schema` with `touch.enabled=true`.
2. Install your touch-enabled interpreter via `/_schema`.
3. Feed normalized State Protocol change events into the server.
4. Use `/touch/meta` and `/touch/wait` to drive live query invalidation.
4. Use `/touch/meta` and `/touch/wait` to drive invalidation.

@@ -64,3 +64,3 @@ Programmatic example:

See ../README.md and ../docs/local-dev.md for the full runtime and release
See ../docs/overview.md and ../docs/local-dev.md for the full runtime and release
documentation.
{
"name": "@prisma/streams-local",
"version": "0.1.0",
"version": "0.1.1",
"description": "Node and Bun local Prisma Streams runtime for trusted development workflows.",

@@ -12,3 +12,3 @@ "repository": {

},
"homepage": "https://github.com/prisma/streams#readme",
"homepage": "https://github.com/prisma/streams/tree/main/docs",
"license": "Apache-2.0",

@@ -15,0 +15,0 @@ "type": "module",

@@ -11,3 +11,3 @@ # Prisma Streams Local Build

It keeps all state in a single local SQLite database and supports the live query
It keeps all state in a single local SQLite database and supports the live /
touch system, but it does not run the full production segmenting and object

@@ -27,5 +27,5 @@ store pipeline.

1. Start a named local server from `@prisma/streams-local`.
2. Install your live-query schema via `/_schema` with `touch.enabled=true`.
2. Install your touch-enabled interpreter via `/_schema`.
3. Feed normalized State Protocol change events into the server.
4. Use `/touch/meta` and `/touch/wait` to drive live query invalidation.
4. Use `/touch/meta` and `/touch/wait` to drive invalidation.

@@ -64,3 +64,3 @@ Programmatic example:

See ../README.md and ../docs/local-dev.md for the full runtime and release
See ../docs/overview.md and ../docs/local-dev.md for the full runtime and release
documentation.

@@ -1,2 +0,2 @@

# Security Policy
# Prisma Streams Security Policy

@@ -33,2 +33,2 @@ ## Supported Versions

More detail is documented in [docs/AUTH.md](./docs/AUTH.md).
More detail is documented in [auth.md](./auth.md).

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display