Skip to content

Commit

Permalink
Archivist Labels
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Jul 24, 2024
1 parent fe9fee2 commit 1567168
Show file tree
Hide file tree
Showing 187 changed files with 453 additions and 447 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"supertest": "^7.0.0",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"typedoc": "^0.26.4",
"typedoc": "^0.26.5",
"typedoc-material-theme": "^1.1.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"resolutions": {
"@bitauth/libauth": "^1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-payload-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
"exports": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-payload-plugins/packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-payload-plugins/packages/domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-payload-plugins/packages/id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-payload-plugins/packages/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-payload-plugins/packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-payload-plugins/packages/value/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Typescript/Javascript Plugins for XYO Platform",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"ajv": "^8.17.1",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"types": "dist/node/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/manifest/packages/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"typescript-json-schema": "^0.64.0"
},
"types": "dist/node/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/manifest/packages/wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@xylabs/object": "^3.6.4",
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"types": "dist/node/index.d.ts",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@xyo-network/witness": "workspace:^"
},
"devDependencies": {
"@swc/core": "^1.7.0",
"@swc/core": "^1.7.1",
"@xylabs/delay": "^3.6.4",
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
Expand All @@ -39,7 +39,7 @@
"@xyo-network/payload-model": "workspace:^",
"@xyo-network/witness-adhoc": "workspace:^",
"@xyo-network/witness-model": "workspace:^",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/packages/archivist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"exports": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@xylabs/tsconfig": "^3.12.4",
"@xyo-network/id-payload-plugin": "workspace:^",
"@xyo-network/payload-wrapper": "workspace:^",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"exports": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@xyo-network/id-payload-plugin": "workspace:^",
"@xyo-network/payload-wrapper": "workspace:^",
"fake-indexeddb": "^6.0.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"@xyo-network/account": "workspace:^",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Labels } from '@xyo-network/module-model'

export interface ArchivistLabels extends Labels {
'network.xyo.archivist.persistence.scope': 'memory' | 'thread' | 'process' | 'device' | 'network'
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export * from './Config.js'
export * from './EventData.js'
export * from './IndexDescription.js'
export * from './Instance.js'
export * from './Labels.js'
export * from './Module.js'
export * from './NextOptions.js'
export * from './Params.js'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@xyo-network/id-payload-plugin": "workspace:^",
"@xyo-network/node-memory": "workspace:^",
"@xyo-network/payload-wrapper": "workspace:^",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@xyo-network/archivist-memory": "workspace:^",
"@xyo-network/node-memory": "workspace:^",
"@xyo-network/payload-builder": "workspace:^",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@xyo-network/account": "workspace:^",
"@xyo-network/archivist-memory": "workspace:^",
"@xyo-network/payload-builder": "workspace:^",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@xyo-network/bridge-pub-sub": "workspace:^",
"@xyo-network/node-memory": "workspace:^",
"@xyo-network/node-model": "workspace:^",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@xyo-network/payload-wrapper": "workspace:^",
"express": "^4.19.2",
"get-port-please": "^3.1.2",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"peerDependencies": {
"express": "^4.19.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@xyo-network/node-memory": "workspace:^",
"@xyo-network/node-model": "workspace:^",
"@xyo-network/payload-wrapper": "workspace:^",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@xyo-network/payload-builder": "workspace:^",
"@xyo-network/payload-wrapper": "workspace:^",
"socket.io-client": "^4.7.5",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/packages/diviner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@xyo-network/node-model": "workspace:^",
"@xyo-network/payload-builder": "workspace:^",
"@xyo-network/payload-wrapper": "workspace:^",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@xyo-network/archivist-memory": "workspace:^",
"@xyo-network/archivist-wrapper": "workspace:^",
"@xyo-network/node-memory": "workspace:^",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.12.4",
"@xylabs/tsconfig": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"description": "Primary SDK for using XYO Protocol 2.0",
"types": "dist/node/index.d.ts",
Expand Down
Loading

0 comments on commit 1567168

Please sign in to comment.