Skip to content

Commit

Permalink
early version of firestore archivist
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Oct 4, 2024
1 parent a2daeaf commit 1e75db4
Show file tree
Hide file tree
Showing 12 changed files with 1,930 additions and 1,774 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"edns",
"Etherchain",
"filepond",
"firestore",
"geotiff",
"haensl",
"hasbin",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FilesystemArchivist, FilesystemArchivistConfigSchema } from '../FilesystemArchivist'
import { FilesystemArchivist, FilesystemArchivistConfigSchema } from '../FilesystemArchivist.ts'

/**
* @group module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"module": "dist/browser/index.mjs",
"types": "dist/browser/index.d.ts",
"dependencies": {
"@firebase/app": "^0.10.12",
"@firebase/firestore": "^4.7.3",
"@xylabs/assert": "^4.0.10",
"@xylabs/exists": "^4.0.10",
"@xylabs/hex": "^4.0.10",
Expand All @@ -37,17 +39,17 @@
"@xyo-network/archivist-model": "workspace:^",
"@xyo-network/module-model": "workspace:^",
"@xyo-network/payload-builder": "workspace:^",
"@xyo-network/payload-model": "workspace:^",
"idb": "^8.0.0"
"@xyo-network/payload-model": "workspace:^"
},
"devDependencies": {
"@firebase/rules-unit-testing": "^3.0.4",
"@xylabs/object": "^4.0.10",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"@xyo-network/account": "workspace:^",
"@xyo-network/id-payload-plugin": "workspace:^",
"@xyo-network/payload-wrapper": "workspace:^",
"fake-indexeddb": "^6.0.0",
"firebase": "^10.14.0",
"typescript": "^5.6.2"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 1e75db4

Please sign in to comment.