Comparing version 3.0.45 to 3.0.46
{ | ||
"name": "rads-db", | ||
"version": "3.0.45", | ||
"files": [ | ||
"dist", | ||
"drivers", | ||
"fileUploadDrivers", | ||
"integrations", | ||
"features" | ||
], | ||
"bin": { | ||
"rads-db": "integrations/cli.cjs" | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"version": "3.0.46", | ||
"packageManager": "pnpm@8.6.1", | ||
"description": "Say goodbye to boilerplate code and hello to efficient and elegant syntax.", | ||
"author": "", | ||
"license": "ISC", | ||
"keywords": [], | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs" | ||
}, | ||
"./drivers/*": { | ||
"types": "./drivers/*.d.ts", | ||
"import": "./drivers/*.mjs", | ||
"require": "./drivers/*.cjs" | ||
"require": "./drivers/*.cjs", | ||
"import": "./drivers/*.mjs" | ||
}, | ||
"./fileUploadDrivers/*": { | ||
"types": "./fileUploadDrivers/*.d.ts", | ||
"import": "./fileUploadDrivers/*.mjs", | ||
"require": "./fileUploadDrivers/*.cjs" | ||
"require": "./fileUploadDrivers/*.cjs", | ||
"import": "./fileUploadDrivers/*.mjs" | ||
}, | ||
"./integrations/*": { | ||
"types": "./integrations/*.d.ts", | ||
"import": "./integrations/*.mjs", | ||
"require": "./integrations/*.cjs" | ||
"require": "./integrations/*.cjs", | ||
"import": "./integrations/*.mjs" | ||
}, | ||
"./features/*": { | ||
"types": "./features/*.d.ts", | ||
"import": "./features/*.mjs", | ||
"require": "./features/*.cjs" | ||
"require": "./features/*.cjs", | ||
"import": "./features/*.mjs" | ||
} | ||
}, | ||
"description": "Say goodbye to boilerplate code and hello to efficient and elegant syntax.", | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"bin": { | ||
"rads-db": "integrations/cli.cjs" | ||
}, | ||
"files": [ | ||
"dist", | ||
"drivers", | ||
"fileUploadDrivers", | ||
"integrations", | ||
"features" | ||
], | ||
"peerDependencies": { | ||
@@ -73,3 +74,12 @@ "@azure/cosmos": ">=3", | ||
}, | ||
"packageManager": "pnpm@8.6.1", | ||
"dependencies": { | ||
"@fastify/deepmerge": "^1.3.0", | ||
"dataloader": "^2.2.2", | ||
"ignore": "^5.2.4", | ||
"klaw": "^4.1.0", | ||
"lodash": "^4.17.21", | ||
"pluralize": "^8.0.0", | ||
"uuid": ">=8", | ||
"zod": "^3.21.4" | ||
}, | ||
"devDependencies": { | ||
@@ -83,3 +93,3 @@ "@azure/cosmos": "^3.17.3", | ||
"@types/uuid": "^9.0.2", | ||
"@vitest/ui": "^0.31.0", | ||
"@vitest/ui": "^1.6.0", | ||
"cross-env": "^7.0.3", | ||
@@ -96,14 +106,4 @@ "dexie": "^3.2.4", | ||
"vite": "^4.0.0", | ||
"vitest": "^0.31.0" | ||
"vitest": "^1.6.0" | ||
}, | ||
"dependencies": { | ||
"@fastify/deepmerge": "^1.3.0", | ||
"dataloader": "^2.2.2", | ||
"ignore": "^5.2.4", | ||
"klaw": "^4.1.0", | ||
"lodash": "^4.17.21", | ||
"pluralize": "^8.0.0", | ||
"uuid": ">=8", | ||
"zod": "^3.21.4" | ||
}, | ||
"scripts": { | ||
@@ -110,0 +110,0 @@ "test": "vitest --run && vitest typecheck --run", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
354868