mirror of
https://github.com/morten-olsen/plainidx.git
synced 2026-02-08 01:06:24 +01:00
rename
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@plaindb/fs-memory",
|
||||
"name": "@plainidx/fs-memory",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"main": "dist/exports.js",
|
||||
@@ -10,7 +10,7 @@
|
||||
"build": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@plaindb/plaindb": "workspace:*"
|
||||
"@plainidx/plainidx": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.1",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { FileSystem } from '@plaindb/plaindb';
|
||||
import { FileSystem } from '@plainidx/plainidx';
|
||||
|
||||
type MemoryFileSystemOptions = {
|
||||
documents?: Record<string, Buffer>;
|
||||
|
||||
Reference in New Issue
Block a user