@prisma/dev 0.0.0-dev.202505221513 → 0.0.0-dev.202505221535
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +22 -38
- package/dist/index.js +4 -5
- package/package.json +3 -9
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
declare const DEFAULT_ACCELERATE_PORT = 51213;
|
|
2
|
+
declare const DEFAULT_DATABASE_PORT = 51214;
|
|
3
|
+
declare const DEFAULT_SHADOW_DATABASE_PORT = 51215;
|
|
4
|
+
type PortAssignableService = "accelerate" | "database" | "shadow_database";
|
|
5
|
+
declare class PortNotAvailableError extends Error {
|
|
6
|
+
port: number;
|
|
7
|
+
service: PortAssignableService;
|
|
8
|
+
name: string;
|
|
9
|
+
constructor(port: number, service: PortAssignableService);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
interface StartServerOptions {
|
|
13
|
+
/**
|
|
14
|
+
* The port the Accelerate server will listen on.
|
|
15
|
+
*
|
|
16
|
+
* Defaults to `51213`.
|
|
17
|
+
*
|
|
18
|
+
* An error is thrown if the port is already in use.
|
|
19
|
+
*/
|
|
20
|
+
acceleratePort?: number;
|
|
2
21
|
/**
|
|
3
22
|
* The port the database server will listen on.
|
|
4
23
|
*
|
|
@@ -19,26 +38,6 @@ interface ServerOptions {
|
|
|
19
38
|
* Defaults to `false`.
|
|
20
39
|
*/
|
|
21
40
|
dryRun?: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* The name of the server.
|
|
24
|
-
*
|
|
25
|
-
* Defaults to `default`.
|
|
26
|
-
*/
|
|
27
|
-
name?: string;
|
|
28
|
-
/**
|
|
29
|
-
* The persistence mode of the server.
|
|
30
|
-
*
|
|
31
|
-
* Default is `stateless`.
|
|
32
|
-
*/
|
|
33
|
-
persistenceMode?: PersistenceMode;
|
|
34
|
-
/**
|
|
35
|
-
* The port the server will listen on.
|
|
36
|
-
*
|
|
37
|
-
* Defaults to `51213`.
|
|
38
|
-
*
|
|
39
|
-
* An error is thrown if the port is already in use.
|
|
40
|
-
*/
|
|
41
|
-
port?: number;
|
|
42
41
|
/**
|
|
43
42
|
* The port the shadow database server will listen on.
|
|
44
43
|
*
|
|
@@ -48,21 +47,6 @@ interface ServerOptions {
|
|
|
48
47
|
*/
|
|
49
48
|
shadowDatabasePort?: number;
|
|
50
49
|
}
|
|
51
|
-
type PersistenceMode = "stateless" | "stateful";
|
|
52
|
-
|
|
53
|
-
type DBServerPurpose = "database" | "shadow_database";
|
|
54
|
-
|
|
55
|
-
declare const DEFAULT_DATABASE_PORT = 51214;
|
|
56
|
-
declare const DEFAULT_SERVER_PORT = 51213;
|
|
57
|
-
declare const DEFAULT_SHADOW_DATABASE_PORT = 51215;
|
|
58
|
-
type PortAssignableService = DBServerPurpose | "server";
|
|
59
|
-
declare class PortNotAvailableError extends Error {
|
|
60
|
-
port: number;
|
|
61
|
-
service: PortAssignableService;
|
|
62
|
-
name: string;
|
|
63
|
-
constructor(port: number, service: PortAssignableService);
|
|
64
|
-
}
|
|
65
|
-
|
|
66
50
|
interface Server {
|
|
67
51
|
accelerate: {
|
|
68
52
|
url: string;
|
|
@@ -78,6 +62,6 @@ interface Server {
|
|
|
78
62
|
connectionString: string;
|
|
79
63
|
};
|
|
80
64
|
}
|
|
81
|
-
declare function unstable_startServer(options?:
|
|
65
|
+
declare function unstable_startServer(options?: StartServerOptions): Promise<Server>;
|
|
82
66
|
|
|
83
|
-
export {
|
|
67
|
+
export { DEFAULT_ACCELERATE_PORT, DEFAULT_DATABASE_PORT, DEFAULT_SHADOW_DATABASE_PORT, type PortAssignableService, PortNotAvailableError, type Server, type StartServerOptions, unstable_startServer };
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
|
-
import{createServer as
|
|
3
|
-
`).find(
|
|
4
|
-
Received data: ${i}`));
|
|
2
|
+
import{createServer as je}from"http";import{promisify as Ue}from"util";import{serve as qe}from"@hono/node-server";import Fe from"@prisma/get-platform";import{logger as Me}from"hono/logger";import{Hono as re}from"hono/tiny";import{validator as S}from"hono/validator";import{HTTPException as P}from"hono/http-exception";import{object as ae,optional as ie,parseJson as ce,pipe as O,regex as k,safeParse as le,string as x,url as B}from"valibot";var L=/^(postgres|postgresql):\/\//,ue=O(x(),ce(),ae({databaseUrl:O(x(),B(),k(L)),shadowDatabaseUrl:ie(O(x(),B(),k(L)))}));function j(t){return Buffer.from(JSON.stringify(t),"utf8").toString("base64url")}function pe(t){let e=Buffer.from(t,"base64url").toString("utf8"),{issues:n,output:r,success:o}=le(ue,e,{abortEarly:!0});return o?[null,r]:[n]}var d=(t,e)=>{let{authorization:n}=t;if(!n)throw new P(401,{message:"Missing API Key"});let[r,o="",s]=n.split(" ");if(r!=="Bearer"||s)throw new P(401,{message:"Invalid API Key"});let[a,i]=pe(o);if(a)throw new P(401,{message:"Invalid API Key",cause:a.join(", ")});let{databaseUrl:c}=i;if(c!==e.var.db.connectionString)throw new P(401,{message:"Unauthorized"});return{decodedAPIKey:i}};import{array as de,literal as me,minLength as ge,object as fe,pipe as he,safeParse as ye,string as Se,union as we}from"valibot";var be=fe({tags:we([he(de(Se()),ge(1)),me("all")])});async function U(t){let{output:e,success:n}=ye(be,await t.req.json(),{abortEarly:!0});return n?e:t.text("Invalid input",400)}import{spawn as Oe}from"child_process";import{once as xe}from"events";import{mkdir as He}from"fs/promises";import{join as Ie}from"path";import{chmod as ve,stat as Pe,writeFile as Ee}from"fs/promises";import Ae from"env-paths";import{inflate as Te}from"pako";var Re=Ae("prisma-dev").cache;function q(t,e){return`${Re}/${t}/${e}`}async function F(t){try{return await Pe(t),!0}catch(e){if(e!=null&&typeof e=="object"&&"code"in e&&e.code==="ENOENT")return!1;throw e}}async function M(t,e){let n=Te(t);await Ee(e,n),await ve(e,"755")}function E(){let t,e,n=new Promise((r,o)=>{t=r,e=o});return{fail:e,promise:n,succeed:t}}var h=class t{static#n=new Map;#e;#t;constructor(e){this.#e=e,this.#t=null}static async get(e){let n=`${e.schemaHash}:${e.clientVersion}`;try{let r=t.#n.get(n);if(r)return r;let o=new t(e);return t.#n.set(n,o),e.debug&&console.debug("starting engine...",e),await o.start(),e.debug&&console.debug("engine started!"),o}finally{t.stopAll(n)}}static async stopAll(e){let r=(await Promise.allSettled(Array.from(t.#n.entries()).filter(([o])=>o!==e).map(async([o,s])=>{try{await s.stop()}finally{t.#n.delete(o)}}))).filter(o=>o.status==="rejected").map(o=>o.reason);if(r.length>0)throw new AggregateError(r,"Failed to stop engines")}async commitTransaction(e,n){return await this.#o(e,n,"commit")}async request(e,n){let{url:r}=await this.#t,o=this.#r(n),s=await fetch(r,{body:typeof e=="string"?e:JSON.stringify(e),headers:{...o,"Content-Type":"application/json"},method:"POST"});if(!s.ok)throw await m.fromResponse(s);return await s.text()}async rollbackTransaction(e,n){return await this.#o(e,n,"rollback")}async startTransaction(e,n){let{url:r}=await this.#t,o=this.#r(n),s=await fetch(`${r}/transaction/start`,{body:JSON.stringify(e),headers:{...o,"Content-Type":"application/json"},method:"POST"});if(!s.ok)throw await m.fromResponse(s);return await s.json()}async start(){if(this.#t!=null)return;let{fail:e,promise:n,succeed:r}=E();this.#t=n;let o=await this.#s();this.#e.debug&&console.debug("spinning up engine at path...",o);let s=Oe(o,["--enable-raw-queries","--enable-telemetry-in-response","--port","0"],{env:{LOG_QUERIES:"y",PRISMA_DML:this.#e.base64Schema,QE_LOG_LEVEL:"TRACE",RUST_BACKTRACE:"1",RUST_LOG:"info"},stdio:["ignore","pipe","pipe"],windowsHide:!0});s.stderr.setEncoding("utf8"),s.stdout.setEncoding("utf8");let a=i=>{let c=i.split(`
|
|
3
|
+
`).find(C=>C.includes("Started query engine http server"));if(!c)return;s.stdout.removeListener("data",a);let{fields:p}=JSON.parse(c);if(p==null)return e(new Error(`Unexpected data during initialization, "fields" are missing: ${i}`));let{ip:u,port:v}=p;if(u==null||v==null)return e(new Error(`This version of query-engine is not compatible with minippg, "ip" and "port" are missing in the startup log entry.
|
|
4
|
+
Received data: ${i}`));r({childProcess:s,url:`http://${u}:${v}`})};s.once("error",i=>{this.#t=null,e(new y(String(i)))}),s.once("exit",(i,c)=>{this.#t=null,e(new y(`Query Engine exited with code ${i} and signal ${c}`))}),s.stdout.on("data",a),s.stderr.on("data",i=>{console.error(i)}),await this.#t}async stop(){if(this.#t==null)return;let{childProcess:e}=await this.#t;e.exitCode==null&&e.signalCode==null&&(e.kill(),await xe(e,"exit"))}async#s(){this.#e.debug&&console.debug("getting engine commit hash...");let e=await this.#a();this.#e.debug&&console.debug("got engine commit hash",e);let n=q(this.#e.clientVersion,e);this.#e.debug&&console.debug("cache directory path",n),await He(n,{recursive:!0});let{platform:r}=this.#e.platform,o=r==="windows"?".exe":"",s=Ie(n,`query-engine-${r}${o}`);return this.#e.debug&&console.debug("engine binary path",s),(process.env.PRISMA_DEV_FORCE_ENGINE_DOWNLOAD==="1"||await F(s)===!1)&&await this.#i({commitHash:e,extension:o,engineBinaryPath:s}),s}async#a(){let e=await fetch(`https://registry.npmjs.org/@prisma/client/${this.#e.clientVersion}`);if(!e.ok)throw new Error(`Couldn't fetch package.json from npm registry, status code: ${e.status}`);let r=(await e.json()).devDependencies?.["@prisma/engines-version"];if(!r)throw new Error("Couldn't find engines version in package.json");let o=r.split(".").at(-1);if(!o)throw new Error("Couldn't find commit hash in engines version");return o}async#i(e){let{commitHash:n,extension:r,engineBinaryPath:o}=e,{binaryTarget:s}=this.#e.platform,a=`https://binaries.prisma.sh/all_commits/${n}/${s}/query-engine${r}.gz`;this.#e.debug&&console.debug("downloading engine from url",a);let i=await fetch(a);if(!i.ok)throw new Error(`Couldn't download engine. URL: ${a}, status code: ${i.status}`);await M(await i.arrayBuffer(),o),this.#e.debug&&console.debug("engine downloaded and saved at",o)}#r(e){let n={};for(let[r,o]of Object.entries(e))o!=null&&(n[r]=o);return n}async#o(e,n,r){let{url:o}=await this.#t,s=this.#r(n),a=await fetch(`${o}/transaction/${e}/${r}`,{headers:{...s,"Content-Type":"application/json"},method:"POST"});if(!a.ok)throw await m.fromResponse(a);try{return await a.json()}catch{return{}}}};function A(t,e){return console.error(t),t instanceof y?e.json({EngineNotStarted:{reason:{EngineStartupError:{logs:[],msg:t.message}}}},500):t instanceof m?e.text(t.responseBody,t.statusCode):e.body(null,500)}var y=class extends Error{name="EngineStartError"},m=class t extends Error{constructor(n,r,o){super(`${n}: Query Engine response status ${r}, body: ${o}`);this.action=n;this.statusCode=r;this.responseBody=o}name="EngineHttpError";static async fromResponse(n){let r=new URL(n.url),o=await n.text();return new t(r.pathname,n.status,o)}};var N=51213,V=51214,K=51215,g=class extends Error{constructor(n,r){super(`Port number \`${n}\` is not available for service ${r}.`);this.port=n;this.service=r}name="PortNotAvailableError"};import{Buffer as G}from"buffer";var T=new Map;async function H(t){let n=new TextEncoder().encode(t),r=await crypto.subtle.digest("SHA-256",n);return Array.from(new Uint8Array(r)).map(a=>a.toString(16).padStart(2,"0")).join("")}function z(t){let e=t.req.param("schemaHash"),n=T.get(e);return n==null?t.json({EngineNotStarted:{reason:"SchemaMissing"}},404):{schemaHash:e,schemas:n}}var De=/datasource\s+db\s+\{\s*provider\s*=\s*"postgres(!?ql)?"\s+url\s*=\s*.+\s*\}/;async function J(t,e){let n=G.from(t,"base64").toString("utf8"),r=`datasource db {
|
|
5
5
|
provider = "postgresql"
|
|
6
6
|
url = "${e}"
|
|
7
|
-
}`,o=
|
|
8
|
-
`,{encoding:"utf-8"})}async#a(e){if(!await D(e))return!1;let r=await Pt(e,5,"utf-8");return this.debug&&console.debug(`last lines of checked dump: ${r}`),this.#n(r)}#n(e){return e.includes("-- PostgreSQL database dump complete")}};async function $r(t){let e=await h.get(t),[r,n]=await Promise.all([C("database",e),C("shadow_database",e)]),o=await ge(r,e),s=`prisma+postgres://localhost:${o.port}/?${new URLSearchParams({api_key:V({databaseUrl:r.connectionString,shadowDatabaseUrl:n.connectionString})}).toString()}`,a={accelerate:{url:o.url},database:{connectionString:r.connectionString},ppg:{url:s},shadowDatabase:{connectionString:n.connectionString}};return await e.writeServerDump(a),{...a,close:()=>i(e,[o,r,n])};async function i(c,l){let m=(await Promise.allSettled(l.map(u=>u.close()))).filter(u=>u.status==="rejected").map(u=>new Error(u.reason));try{await c.close()}catch(u){m.push(u)}if(m.length>0)throw new AggregateError(m,"Failed to close some servers")}}export{Z as DEFAULT_DATABASE_PORT,ee as DEFAULT_SERVER_PORT,te as DEFAULT_SHADOW_DATABASE_PORT,f as PortNotAvailableError,$r as unstable_startServer};
|
|
7
|
+
}`,o=n.replace(De,r),s=await H(o);return{base64Override:G.from(o,"utf8").toString("base64"),overrideHash:s}}function R(t){let{req:e}=t;return{traceparent:e.header("traceparent"),"X-capture-telemetry":e.header("X-capture-telemetry")}}import{integer as Q,looseObject as _e,minValue as X,number as I,object as Ce,optional as $e,pipe as W,safeParse as Y,string as Z,union as ke}from"valibot";var Be=Ce({isolation_level:$e(Z()),max_wait:W(I(),Q(),X(0)),timeout:W(I(),Q(),X(0))});async function ee(t){let{issues:e,output:n,success:r}=Y(Be,await t.req.json(),{abortEarly:!0});return r?n:t.json({EngineNotStarted:{reason:"InvalidRequest",issues:e}},400)}var Le=_e({id:ke([Z(),I()])});function te(t,e){let{output:n,success:r}=Y(Le,t);return r?n:e.json({EngineMalfunction:{}},500)}async function oe(t){let{dbServer:e,debug:n,dryRun:r,port:o}=t;if(r)return ne(o,null);let s=await Ne(o,e,n),{fail:a,promise:i,succeed:c}=E(),p=qe({createServer:je,fetch:s.fetch,port:o},()=>{c()});return p.on("error",u=>{if(typeof u=="object"&&"code"in u&&u.code==="EADDRINUSE")return a(new g(o,"accelerate"));console.error(u)}),await i,ne(o,p)}function ne(t,e){return{async close(){e&&await Promise.allSettled([Ue(e.close.bind(e))(),h.stopAll()])},port:t,url:`http://localhost:${t}`}}async function Ne(t,e,n){let r=new re,o=await Fe.getPlatformInfo();return n&&console.debug("platform info: %s",JSON.stringify(o)),n&&r.use("*",Me()),r.use("*",async(s,a)=>(s.set("db",e),s.set("debug",!!n),s.set("platform",o),s.set("port",t),s.set("protocol","http"),await a())),r.route("/",w),r}var w=new re;w.get("/health",t=>t.text("ok"));w.post("/invalidate",S("header",d),async t=>{let e=await U(t);return e instanceof Response?e:t.body(null)});var Ve="/:clientVersion/:schemaHash",b=w.basePath(Ve);w.route("/",b);var Ke=["/graphql","/itx/:transactionId/graphql"];b.on("POST",[...Ke],S("header",d),async t=>{let{req:e}=t;try{let n=await D(t);if(n instanceof Response)return n;let r=await e.text(),o=e.param("transactionId"),s=await n.request(r,{...R(t),"X-transaction-id":o});return t.text(s)}catch(n){return A(n,t)}});b.basePath("/itx/:transactionId").on("POST",["/commit","/rollback"],S("header",d),async t=>{let{req:e}=t;try{let n=await D(t);if(n instanceof Response)return n;let o=`${e.routePath.split("/").filter(Boolean).at(-1)}Transaction`,s=e.param("transactionId"),a=await n[o](s,R(t));return t.json(a)}catch(n){return A(n,t)}});b.put("/schema",S("header",d),async t=>{let{req:e}=t,n=await e.text();if(!n)return t.text("Missing schema",400);let r=e.param("schemaHash"),o=T.get(r);if(o==null){if(r!==await H(n))return t.text("Schema hash mismatch",400);let s=await J(n,t.get("db").connectionString);return T.set(r,{base64Original:n,...s}),t.text(r)}return n!==o.base64Original?t.text("Schema mismatch",400):t.text(r)});b.post("/transaction/start",S("header",d),async t=>{let{req:e}=t,n=await ee(t);if(n instanceof Response)return n;try{let r=await D(t);if(r instanceof Response)return r;let o=await r.startTransaction(n,R(t)),s=te(o,t);if(s instanceof Response)return s;let{id:a}=s,i=e.param("clientVersion"),c=t.get("port"),p=t.get("protocol"),u=e.param("schemaHash");return t.json({...o,"data-proxy":{endpoint:`${p}://localhost:${c}/${i}/${u}/itx/${a}`}})}catch(r){return A(r,t)}});async function D(t){let{req:e}=t,n=z(t);if(n instanceof Response)return n;let{base64Override:r,overrideHash:o}=n.schemas;return await h.get({base64Schema:r,clientVersion:process.env.PRISMA_DEV_FORCE_CLIENT_VERSION||e.param("clientVersion"),debug:t.get("debug"),platform:t.get("platform"),schemaHash:o})}import{PGlite as Ge}from"@electric-sql/pglite";import{PGLiteSocketServer as ze}from"@electric-sql/pglite-socket";var l={connectionLimit:1,connectTimeout:0,database:"postgres",maxIdleConnectionLifetime:0,password:"postgres",poolTimeout:0,socketTimeout:0,sslMode:"disable",username:"postgres"},Je=`postgres://${l.username}:${l.password}@localhost`,Qe=new URLSearchParams({connection_limit:String(l.connectionLimit),connect_timeout:String(l.connectTimeout),max_idle_connection_lifetime:String(l.maxIdleConnectionLifetime),pool_timeout:String(l.poolTimeout),socket_timeout:String(l.socketTimeout),sslmode:l.sslMode});async function _(t){let{debug:e,dryRun:n,port:r,purpose:o}=t;if(n)return se(r,null,null);let s=await Ge.create({database:l.database,dataDir:"memory://",debug:e?5:void 0,defaultDataTransferContainer:"file",username:l.username});await s.waitReady;let a=new ze({db:s,inspect:e,port:r});try{await a.start()}catch(i){throw i instanceof Error&&"code"in i&&i.code==="EADDRINUSE"?new g(r,o):i}return e&&console.debug(`${o} server started on port %i`,r),se(r,s,a)}function se(t,e,n){return{...l,close:async()=>{if(!(!e||!n))try{await n.stop()}finally{await e.close()}},connectionString:Xe(t),port:t}}function Xe(t){return`${Je}:${t}/${l.database}?${Qe.toString()}`}async function Gt(t){let{acceleratePort:e=51213,databasePort:n=51214,debug:r=!1,dryRun:o=!1,shadowDatabasePort:s=51215}=t||{},[a,i]=await Promise.all([_({debug:r,dryRun:o,port:n,purpose:"database"}),_({debug:r,dryRun:o,port:s,purpose:"shadow_database"})]),c=await oe({dbServer:a,debug:r,dryRun:o,port:e}),p=`prisma+postgres://localhost:${c.port}/?${new URLSearchParams({api_key:j({databaseUrl:a.connectionString,shadowDatabaseUrl:i.connectionString})}).toString()}`;return{accelerate:{url:c.url},close:()=>u([c,a,i]),database:{connectionString:a.connectionString},ppg:{url:p},shadowDatabase:{connectionString:i.connectionString}};async function u(v){let $=(await Promise.allSettled(v.map(f=>f.close()))).filter(f=>f.status==="rejected").map(f=>new Error(f.reason));if($.length>0)throw new AggregateError($,"Failed to close some servers")}}export{N as DEFAULT_ACCELERATE_PORT,V as DEFAULT_DATABASE_PORT,K as DEFAULT_SHADOW_DATABASE_PORT,g as PortNotAvailableError,Gt as unstable_startServer};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/dev",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.202505221535",
|
|
4
4
|
"description": "A local Prisma Postgres server for development and testing",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,25 +30,19 @@
|
|
|
30
30
|
"@arethetypeswrong/cli": "0.17.4",
|
|
31
31
|
"@types/node": "22.3.0",
|
|
32
32
|
"@types/pako": "2.0.3",
|
|
33
|
-
"@types/proper-lockfile": "4.1.4",
|
|
34
33
|
"pkg-types": "2.1.0",
|
|
35
34
|
"tsup": "8.0.2",
|
|
36
35
|
"typescript": "5.8.3",
|
|
37
36
|
"vitest": "3.1.3"
|
|
38
37
|
},
|
|
39
38
|
"dependencies": {
|
|
40
|
-
"@electric-sql/pglite": "0.3.
|
|
41
|
-
"@electric-sql/pglite-socket": "0.0.
|
|
42
|
-
"@electric-sql/pglite-tools": "0.2.7",
|
|
39
|
+
"@electric-sql/pglite": "0.3.1",
|
|
40
|
+
"@electric-sql/pglite-socket": "0.0.4",
|
|
43
41
|
"@hono/node-server": "1.14.1",
|
|
44
42
|
"@prisma/get-platform": "6.7.0",
|
|
45
43
|
"env-paths": "3.0.0",
|
|
46
44
|
"hono": "4.7.8",
|
|
47
45
|
"pako": "2.1.0",
|
|
48
|
-
"pathe": "2.0.3",
|
|
49
|
-
"proper-lockfile": "4.1.2",
|
|
50
|
-
"read-last-lines": "1.8.0",
|
|
51
|
-
"std-env": "3.8.1",
|
|
52
46
|
"valibot": "1.1.0"
|
|
53
47
|
},
|
|
54
48
|
"scripts": {
|