Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xyo-network/archivist-model

Package Overview
Dependencies
Maintainers
7
Versions
591
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/archivist-model - npm Package Compare versions

Comparing version 2.53.20 to 2.53.21

5

dist/types/Config.d.ts

@@ -0,1 +1,2 @@

import { WithAdditional } from '@xyo-network/core';
import { AddressString, ModuleConfig } from '@xyo-network/module-model';

@@ -10,3 +11,3 @@ import { Payload } from '@xyo-network/payload-model';

export declare const ArchivistConfigSchema: ArchivistConfigSchema;
export type ArchivistConfig<TConfig extends Payload | undefined = undefined> = ModuleConfig<{
export type ArchivistConfig<TConfig extends Payload | undefined = undefined> = ModuleConfig<WithAdditional<{
/** @field address of one or more parent archivists to read from */

@@ -17,3 +18,3 @@ parents?: ArchivistParents;

storeParentReads?: boolean;
} & Omit<TConfig, 'schema'>>;
}, Omit<TConfig, 'schema'>>>;
//# sourceMappingURL=Config.d.ts.map

14

package.json

@@ -13,8 +13,8 @@ {

"dependencies": {
"@xyo-network/boundwitness-model": "^2.53.20",
"@xyo-network/core": "^2.53.20",
"@xyo-network/module-events": "^2.53.20",
"@xyo-network/module-model": "^2.53.20",
"@xyo-network/payload-model": "^2.53.20",
"@xyo-network/promise": "^2.53.20"
"@xyo-network/boundwitness-model": "^2.53.21",
"@xyo-network/core": "^2.53.21",
"@xyo-network/module-events": "^2.53.21",
"@xyo-network/module-model": "^2.53.21",
"@xyo-network/payload-model": "^2.53.21",
"@xyo-network/promise": "^2.53.21"
},

@@ -59,3 +59,3 @@ "devDependencies": {

"types": "dist/types/index.d.ts",
"version": "2.53.20"
"version": "2.53.21"
}

@@ -0,1 +1,2 @@

import { WithAdditional } from '@xyo-network/core'
import { AddressString, ModuleConfig } from '@xyo-network/module-model'

@@ -14,9 +15,12 @@ import { Payload } from '@xyo-network/payload-model'

export type ArchivistConfig<TConfig extends Payload | undefined = undefined> = ModuleConfig<
{
/** @field address of one or more parent archivists to read from */
parents?: ArchivistParents
schema: TConfig extends Payload ? TConfig['schema'] : ArchivistConfigSchema
/** @field should child store all reads from parents? */
storeParentReads?: boolean
} & Omit<TConfig, 'schema'>
WithAdditional<
{
/** @field address of one or more parent archivists to read from */
parents?: ArchivistParents
schema: TConfig extends Payload ? TConfig['schema'] : ArchivistConfigSchema
/** @field should child store all reads from parents? */
storeParentReads?: boolean
},
Omit<TConfig, 'schema'>
>
>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc