🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@prisma/studio-core

Package Overview
Dependencies
Maintainers
4
Versions
1375
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/studio-core - npm Package Compare versions

Comparing version
0.30.0
to
0.31.0
+1
-1
dist/ui/index.d.cts

@@ -73,3 +73,3 @@ import * as react_jsx_runtime from 'react/jsx-runtime';

type StateKey = "aggregations" | "pageIndex" | "pageSize" | "pin" | "streamAggregationRange" | "streamFollow" | "streamRoutingKey" | "stream" | "table" | "sort" | "schema" | "test" | "filter" | "view" | "search" | "searchScope";
type StateKey = "aggregations" | "pageIndex" | "pageSize" | "pin" | "streamAggregationRange" | "streamFollow" | "streamObserve" | "streamRoutingKey" | "stream" | "table" | "sort" | "schema" | "test" | "filter" | "view" | "search" | "searchScope";
type Exact<A, W> = (A extends unknown ? W extends A ? {

@@ -76,0 +76,0 @@ [K in keyof A]: Exact<A[K], W[K]>;

@@ -73,3 +73,3 @@ import * as react_jsx_runtime from 'react/jsx-runtime';

type StateKey = "aggregations" | "pageIndex" | "pageSize" | "pin" | "streamAggregationRange" | "streamFollow" | "streamRoutingKey" | "stream" | "table" | "sort" | "schema" | "test" | "filter" | "view" | "search" | "searchScope";
type StateKey = "aggregations" | "pageIndex" | "pageSize" | "pin" | "streamAggregationRange" | "streamFollow" | "streamObserve" | "streamRoutingKey" | "stream" | "table" | "sort" | "schema" | "test" | "filter" | "view" | "search" | "searchScope";
type Exact<A, W> = (A extends unknown ? W extends A ? {

@@ -76,0 +76,0 @@ [K in keyof A]: Exact<A[K], W[K]>;

{
"name": "@prisma/studio-core",
"version": "0.30.0",
"version": "0.31.0",
"description": "Modular Prisma Studio components",

@@ -133,6 +133,9 @@ "repository": {

"demo:ppg:bundle": "pnpm demo:ppg:build && bun demo/ppg-dev/bundle/server.js",
"lint": "eslint --fix --cache --cache-location ./node_modules/.cache/eslint .",
"demo:ppg:seed-scale": "bun demo/ppg-dev/seed-streams-scale.ts",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"lint:fix": "eslint --fix --cache --cache-location ./node_modules/.cache/eslint .",
"test": "vitest --passWithNoTests",
"test:checkpoint": "vitest --project checkpoint",
"test:data": "vitest --project data",
"test:data:mysql": "STUDIO_MYSQL_TEST_URL=${STUDIO_MYSQL_TEST_URL:-mysql://root@localhost:15306/studio} vitest --project data data/mysql-core/adapter.test.ts data/mysql-core/dml.test.ts data/mysql-core/introspection.test.ts",
"test:demo": "vitest --project demo",

@@ -164,3 +167,3 @@ "test:e2e": "vitest --passWithNoTests --project e2e",

"@eslint/js": "8.57.0",
"@prisma/dev": "0.24.8",
"@prisma/dev": "0.24.13",
"@radix-ui/react-alert-dialog": "1.1.15",

@@ -167,0 +170,0 @@ "@radix-ui/react-checkbox": "1.3.3",

@@ -628,7 +628,11 @@ # Prisma Studio

- `pnpm demo:ppg` - run local Studio demo with seeded Prisma Postgres dev
- `pnpm demo:ppg:seed-scale -- --streams-url <url>` - append deterministic request-observability scale data to a running Streams server
- `pnpm typecheck` - run TypeScript checks
- `pnpm lint` - run ESLint (`--fix`)
- `pnpm test` - run default vitest suite
- `pnpm lint` - run ESLint
- `pnpm lint:fix` - run ESLint with automatic fixes
- `pnpm test` - run default vitest suite with external MySQL integration and heavyweight local suites skipped unless explicitly enabled
- `STUDIO_INCLUDE_HEAVY_LOCAL_TESTS=1 pnpm test` - include the Compute bundle boot smoke test and monolithic active-table filtering suite
- `pnpm test:checkpoint` - run checkpoint tests
- `pnpm test:data` - run data-layer tests
- `pnpm test:data:mysql` - run MySQL/Vitess-backed data integration tests against `STUDIO_MYSQL_TEST_URL` or `mysql://root@localhost:15306/studio`
- `pnpm test:demo` - run demo/server tests

@@ -635,0 +639,0 @@ - `pnpm test:ui` - run UI tests

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

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

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

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

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