diff --git a/composites/points/package.json b/composites/points/package.json index 794e487..0106f67 100644 --- a/composites/points/package.json +++ b/composites/points/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@composedb/types": "^0.7.1", "@composexp/composite-utils": "workspace:^", - "@types/node": "^20.12.5", + "@types/node": "^20.12.7", "tsx": "^4.7.2" } } diff --git a/composites/points/src/index.ts b/composites/points/src/index.ts index c6026c2..3f128f4 100644 --- a/composites/points/src/index.ts +++ b/composites/points/src/index.ts @@ -1,129 +1,5 @@ -// This is an auto-generated file, do not edit manually -import type { RuntimeCompositeDefinition } from '@composedb/types' -export const definition: RuntimeCompositeDefinition = { - models: { - GenericPointAllocation: { - interface: true, - implements: [], - id: 'kjzl6hvfrbw6c6m3n64vb2h4n8nxq9jjfb7sf7a9y893spm1pjd0enrsdlyphg4', - accountRelation: { type: 'none' }, - }, - MultiplePoints: { - interface: false, - implements: [ - 'kjzl6hvfrbw6ca7buvthejhv7vqr85vmpsepzj0mc6665y2zarvjbuvtm3v4kah', - 'kjzl6hvfrbw6c6m3n64vb2h4n8nxq9jjfb7sf7a9y893spm1pjd0enrsdlyphg4', - ], - id: 'kjzl6hvfrbw6c9fmjjdsbuxnewf0yhvco3dn5mihiogeso6i1csdbw2fq8oeijy', - accountRelation: { type: 'list' }, - }, - MultiplePointsAllocation: { - interface: true, - implements: ['kjzl6hvfrbw6c6m3n64vb2h4n8nxq9jjfb7sf7a9y893spm1pjd0enrsdlyphg4'], - id: 'kjzl6hvfrbw6ca7buvthejhv7vqr85vmpsepzj0mc6665y2zarvjbuvtm3v4kah', - accountRelation: { type: 'none' }, - }, - PointsAggregation: { - interface: true, - implements: [], - id: 'kjzl6hvfrbw6cb6393dpd8blke5w8r7pvbl4449mxetuibcav3oab8fnxmys6d6', - accountRelation: { type: 'none' }, - }, - SinglePoint: { - interface: false, - implements: [ - 'kjzl6hvfrbw6c7ilzfpjw96drd04jadb0aybiklk70ys2imxp5mjbjmgkecgddf', - 'kjzl6hvfrbw6c6m3n64vb2h4n8nxq9jjfb7sf7a9y893spm1pjd0enrsdlyphg4', - ], - id: 'kjzl6hvfrbw6c9332q9di7qfshxczet94w2tzeubvkbkk9vtuwmya6s9f1bvx9p', - accountRelation: { type: 'list' }, - }, - SinglePointAllocation: { - interface: true, - implements: ['kjzl6hvfrbw6c6m3n64vb2h4n8nxq9jjfb7sf7a9y893spm1pjd0enrsdlyphg4'], - id: 'kjzl6hvfrbw6c7ilzfpjw96drd04jadb0aybiklk70ys2imxp5mjbjmgkecgddf', - accountRelation: { type: 'none' }, - }, - TotalPoints: { - interface: false, - implements: ['kjzl6hvfrbw6cb6393dpd8blke5w8r7pvbl4449mxetuibcav3oab8fnxmys6d6'], - id: 'kjzl6hvfrbw6c5be4exsm7nkkksnqatki8bceyvbgtmcu2bu5vign23b7x4emlb', - accountRelation: { type: 'set', fields: ['recipient'] }, - }, - }, - objects: { - GenericPointAllocation: { - recipient: { type: 'did', required: true, immutable: false }, - issuer: { type: 'view', viewType: 'documentAccount' }, - }, - MultiplePoints: { - points: { type: 'integer', required: true, immutable: false }, - recipient: { type: 'did', required: true, immutable: false }, - issuer: { type: 'view', viewType: 'documentAccount' }, - }, - MultiplePointsAllocation: { - points: { type: 'integer', required: true, immutable: false }, - recipient: { type: 'did', required: true, immutable: false }, - issuer: { type: 'view', viewType: 'documentAccount' }, - }, - PointsAggregation: { - date: { type: 'datetime', required: true, immutable: false }, - points: { type: 'integer', required: true, immutable: false }, - recipient: { type: 'did', required: true, immutable: false }, - issuer: { type: 'view', viewType: 'documentAccount' }, - }, - SinglePoint: { - recipient: { type: 'did', required: true, immutable: false }, - issuer: { type: 'view', viewType: 'documentAccount' }, - }, - SinglePointAllocation: { - recipient: { type: 'did', required: true, immutable: false }, - issuer: { type: 'view', viewType: 'documentAccount' }, - }, - TotalPoints: { - date: { type: 'datetime', required: true, immutable: false }, - points: { type: 'integer', required: true, immutable: false }, - recipient: { type: 'did', required: true, immutable: true }, - issuer: { type: 'view', viewType: 'documentAccount' }, - }, - }, - enums: {}, - accountData: { - genericPointAllocationList: { type: 'connection', name: 'GenericPointAllocation' }, - multiplePointsAllocationList: { type: 'connection', name: 'MultiplePointsAllocation' }, - multiplePointsList: { type: 'connection', name: 'MultiplePoints' }, - pointsAggregationList: { type: 'connection', name: 'PointsAggregation' }, - recipientOfGenericPointAllocationList: { - type: 'account', - name: 'GenericPointAllocation', - property: 'recipient', - }, - recipientOfMultiplePointsAllocationList: { - type: 'account', - name: 'MultiplePointsAllocation', - property: 'recipient', - }, - recipientOfMultiplePointsList: { - type: 'account', - name: 'MultiplePoints', - property: 'recipient', - }, - recipientOfPointsAggregationList: { - type: 'account', - name: 'PointsAggregation', - property: 'recipient', - }, - recipientOfSinglePointAllocationList: { - type: 'account', - name: 'SinglePointAllocation', - property: 'recipient', - }, - recipientOfSinglePointList: { type: 'account', name: 'SinglePoint', property: 'recipient' }, - recipientOfTotalPoints: { type: 'account-set', name: 'TotalPoints', property: 'recipient' }, - recipientOfTotalPointsList: { type: 'account', name: 'TotalPoints', property: 'recipient' }, - singlePointAllocationList: { type: 'connection', name: 'SinglePointAllocation' }, - singlePointList: { type: 'connection', name: 'SinglePoint' }, - totalPoints: { type: 'set', name: 'TotalPoints' }, - totalPointsList: { type: 'connection', name: 'TotalPoints' }, - }, -} +/** + * @module points-composite + */ + +export { definition } from './definition.js' diff --git a/docs/api/classes/points.PointsReader.md b/docs/api/classes/points.PointsReader.md index 0f0415e..b7cb614 100644 --- a/docs/api/classes/points.PointsReader.md +++ b/docs/api/classes/points.PointsReader.md @@ -32,6 +32,7 @@ - [getAggregationPointsFor](points.PointsReader.md#getaggregationpointsfor) - [loadAggregationDocumentFor](points.PointsReader.md#loadaggregationdocumentfor) +- [loadAggregationDocumentsFor](points.PointsReader.md#loadaggregationdocumentsfor) - [queryAggregationDocuments](points.PointsReader.md#queryaggregationdocuments) - [queryAllocationDocumentsFor](points.PointsReader.md#queryallocationdocumentsfor) @@ -60,7 +61,7 @@ #### Defined in -[libraries/points/src/points-reader.ts:41](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L41) +[libraries/points/src/points-reader.ts:45](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L45) ## Accessors @@ -74,7 +75,7 @@ #### Defined in -[libraries/points/src/points-reader.ts:55](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L55) +[libraries/points/src/points-reader.ts:59](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L59) ___ @@ -88,7 +89,7 @@ ___ #### Defined in -[libraries/points/src/points-reader.ts:59](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L59) +[libraries/points/src/points-reader.ts:63](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L63) ___ @@ -102,7 +103,7 @@ ___ #### Defined in -[libraries/points/src/points-reader.ts:63](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L63) +[libraries/points/src/points-reader.ts:67](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L67) ___ @@ -116,19 +117,19 @@ ___ #### Defined in -[libraries/points/src/points-reader.ts:67](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L67) +[libraries/points/src/points-reader.ts:71](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L71) ## Methods ### getAggregationPointsFor -▸ **getAggregationPointsFor**(`did`): `Promise`\<`number`\> +▸ **getAggregationPointsFor**(`didOrValues`): `Promise`\<`number`\> #### Parameters | Name | Type | | :------ | :------ | -| `did` | `string` | +| `didOrValues` | `string` \| `string`[] | #### Returns @@ -136,19 +137,19 @@ ___ #### Defined in -[libraries/points/src/points-reader.ts:81](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L81) +[libraries/points/src/points-reader.ts:95](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L95) ___ ### loadAggregationDocumentFor -▸ **loadAggregationDocumentFor**(`did`, `options?`): `Promise`\<``null`` \| `ModelInstanceDocument`\<`AggregationContent`\>\> +▸ **loadAggregationDocumentFor**(`didOrValues`, `options?`): `Promise`\<``null`` \| `ModelInstanceDocument`\<`AggregationContent`\>\> #### Parameters | Name | Type | | :------ | :------ | -| `did` | `string` | +| `didOrValues` | `string` \| `string`[] | | `options` | `DeterministicLoadOptions` | #### Returns @@ -157,7 +158,28 @@ ___ #### Defined in -[libraries/points/src/points-reader.ts:71](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L71) +[libraries/points/src/points-reader.ts:75](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L75) + +___ + +### loadAggregationDocumentsFor + +▸ **loadAggregationDocumentsFor**(`did`, `options?`): `Promise`\<[`QueryDocumentsResult`](../modules/points.md#querydocumentsresult)\<`AggregationContent`\>\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `did` | `string` | +| `options?` | [`QueryDocumentsOptions`](../modules/points.md#querydocumentsoptions) | + +#### Returns + +`Promise`\<[`QueryDocumentsResult`](../modules/points.md#querydocumentsresult)\<`AggregationContent`\>\> + +#### Defined in + +[libraries/points/src/points-reader.ts:87](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L87) ___ @@ -177,7 +199,7 @@ ___ #### Defined in -[libraries/points/src/points-reader.ts:86](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L86) +[libraries/points/src/points-reader.ts:100](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L100) ___ @@ -198,4 +220,4 @@ ___ #### Defined in -[libraries/points/src/points-reader.ts:92](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L92) +[libraries/points/src/points-reader.ts:106](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L106) diff --git a/docs/api/classes/points.PointsWriter.md b/docs/api/classes/points.PointsWriter.md index 16d0803..6cda417 100644 --- a/docs/api/classes/points.PointsWriter.md +++ b/docs/api/classes/points.PointsWriter.md @@ -33,10 +33,12 @@ - [allocatePointsTo](points.PointsWriter.md#allocatepointsto) - [getAggregationPointsFor](points.PointsWriter.md#getaggregationpointsfor) - [loadAggregationDocumentFor](points.PointsWriter.md#loadaggregationdocumentfor) +- [loadAggregationDocumentsFor](points.PointsWriter.md#loadaggregationdocumentsfor) - [queryAggregationDocuments](points.PointsWriter.md#queryaggregationdocuments) - [queryAllocationDocumentsFor](points.PointsWriter.md#queryallocationdocumentsfor) - [removePointsAllocation](points.PointsWriter.md#removepointsallocation) - [setPointsAggregationFor](points.PointsWriter.md#setpointsaggregationfor) +- [updatePointsAggregationFor](points.PointsWriter.md#updatepointsaggregationfor) - [fromSeed](points.PointsWriter.md#fromseed) ## Constructors @@ -68,7 +70,7 @@ #### Defined in -[libraries/points/src/points-writer.ts:42](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-writer.ts#L42) +[libraries/points/src/points-writer.ts:43](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-writer.ts#L43) ## Accessors @@ -86,7 +88,7 @@ PointsReader.aggregationModelID #### Defined in -[libraries/points/src/points-reader.ts:55](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L55) +[libraries/points/src/points-reader.ts:59](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L59) ___ @@ -104,7 +106,7 @@ PointsReader.allocationModelID #### Defined in -[libraries/points/src/points-reader.ts:59](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L59) +[libraries/points/src/points-reader.ts:63](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L63) ___ @@ -122,7 +124,7 @@ PointsReader.ceramic #### Defined in -[libraries/points/src/points-reader.ts:63](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L63) +[libraries/points/src/points-reader.ts:67](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L67) ___ @@ -140,7 +142,7 @@ PointsReader.loader #### Defined in -[libraries/points/src/points-reader.ts:67](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L67) +[libraries/points/src/points-reader.ts:71](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L71) ## Methods @@ -162,19 +164,19 @@ PointsReader.loader #### Defined in -[libraries/points/src/points-writer.ts:49](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-writer.ts#L49) +[libraries/points/src/points-writer.ts:50](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-writer.ts#L50) ___ ### getAggregationPointsFor -▸ **getAggregationPointsFor**(`did`): `Promise`\<`number`\> +▸ **getAggregationPointsFor**(`didOrValues`): `Promise`\<`number`\> #### Parameters | Name | Type | | :------ | :------ | -| `did` | `string` | +| `didOrValues` | `string` \| `string`[] | #### Returns @@ -186,19 +188,19 @@ ___ #### Defined in -[libraries/points/src/points-reader.ts:81](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L81) +[libraries/points/src/points-reader.ts:95](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L95) ___ ### loadAggregationDocumentFor -▸ **loadAggregationDocumentFor**(`did`, `options?`): `Promise`\<``null`` \| `ModelInstanceDocument`\<`AggregationContent`\>\> +▸ **loadAggregationDocumentFor**(`didOrValues`, `options?`): `Promise`\<``null`` \| `ModelInstanceDocument`\<`AggregationContent`\>\> #### Parameters | Name | Type | | :------ | :------ | -| `did` | `string` | +| `didOrValues` | `string` \| `string`[] | | `options` | `DeterministicLoadOptions` | #### Returns @@ -211,7 +213,32 @@ ___ #### Defined in -[libraries/points/src/points-reader.ts:71](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L71) +[libraries/points/src/points-reader.ts:75](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L75) + +___ + +### loadAggregationDocumentsFor + +▸ **loadAggregationDocumentsFor**(`did`, `options?`): `Promise`\<[`QueryDocumentsResult`](../modules/points.md#querydocumentsresult)\<`AggregationContent`\>\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `did` | `string` | +| `options?` | [`QueryDocumentsOptions`](../modules/points.md#querydocumentsoptions) | + +#### Returns + +`Promise`\<[`QueryDocumentsResult`](../modules/points.md#querydocumentsresult)\<`AggregationContent`\>\> + +#### Inherited from + +[PointsReader](points.PointsReader.md).[loadAggregationDocumentsFor](points.PointsReader.md#loadaggregationdocumentsfor) + +#### Defined in + +[libraries/points/src/points-reader.ts:87](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L87) ___ @@ -235,7 +262,7 @@ ___ #### Defined in -[libraries/points/src/points-reader.ts:86](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L86) +[libraries/points/src/points-reader.ts:100](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L100) ___ @@ -260,7 +287,7 @@ ___ #### Defined in -[libraries/points/src/points-reader.ts:92](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L92) +[libraries/points/src/points-reader.ts:106](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L106) ___ @@ -280,19 +307,19 @@ ___ #### Defined in -[libraries/points/src/points-writer.ts:61](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-writer.ts#L61) +[libraries/points/src/points-writer.ts:62](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-writer.ts#L62) ___ ### setPointsAggregationFor -▸ **setPointsAggregationFor**(`did`, `points`, `content?`): `Promise`\<`ModelInstanceDocument`\<`AggregationContent`\>\> +▸ **setPointsAggregationFor**(`didOrValues`, `points`, `content?`): `Promise`\<`ModelInstanceDocument`\<`AggregationContent`\>\> #### Parameters | Name | Type | | :------ | :------ | -| `did` | `string` | +| `didOrValues` | `string` \| `string`[] | | `points` | `number` | | `content` | `Partial`\<`AggregationContent`\> | @@ -302,7 +329,28 @@ ___ #### Defined in -[libraries/points/src/points-writer.ts:69](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-writer.ts#L69) +[libraries/points/src/points-writer.ts:89](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-writer.ts#L89) + +___ + +### updatePointsAggregationFor + +▸ **updatePointsAggregationFor**(`didOrValues`, `update`): `Promise`\<`ModelInstanceDocument`\<`AggregationContent`\>\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `didOrValues` | `string` \| `string`[] | +| `update` | (`content`: ``null`` \| `AggregationContent`) => `Partial`\<`AggregationContent`\> | + +#### Returns + +`Promise`\<`ModelInstanceDocument`\<`AggregationContent`\>\> + +#### Defined in + +[libraries/points/src/points-writer.ts:70](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-writer.ts#L70) ___ @@ -329,4 +377,4 @@ ___ #### Defined in -[libraries/points/src/points-writer.ts:30](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-writer.ts#L30) +[libraries/points/src/points-writer.ts:31](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-writer.ts#L31) diff --git a/docs/api/classes/points.SinglePointReader.md b/docs/api/classes/points.SinglePointReader.md index d344a31..de0fabc 100644 --- a/docs/api/classes/points.SinglePointReader.md +++ b/docs/api/classes/points.SinglePointReader.md @@ -56,7 +56,7 @@ #### Defined in -[libraries/points/src/single-reader.ts:27](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-reader.ts#L27) +[libraries/points/src/single-reader.ts:27](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-reader.ts#L27) ## Accessors @@ -70,7 +70,7 @@ #### Defined in -[libraries/points/src/single-reader.ts:37](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-reader.ts#L37) +[libraries/points/src/single-reader.ts:37](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-reader.ts#L37) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[libraries/points/src/single-reader.ts:41](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-reader.ts#L41) +[libraries/points/src/single-reader.ts:41](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-reader.ts#L41) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[libraries/points/src/single-reader.ts:45](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-reader.ts#L45) +[libraries/points/src/single-reader.ts:45](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-reader.ts#L45) ## Methods @@ -118,7 +118,7 @@ ___ #### Defined in -[libraries/points/src/single-reader.ts:61](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-reader.ts#L61) +[libraries/points/src/single-reader.ts:61](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-reader.ts#L61) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[libraries/points/src/single-reader.ts:49](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-reader.ts#L49) +[libraries/points/src/single-reader.ts:49](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-reader.ts#L49) ___ @@ -153,4 +153,4 @@ ___ #### Defined in -[libraries/points/src/single-reader.ts:53](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-reader.ts#L53) +[libraries/points/src/single-reader.ts:53](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-reader.ts#L53) diff --git a/docs/api/classes/points.SinglePointWriter.md b/docs/api/classes/points.SinglePointWriter.md index 4e8606d..7de34ab 100644 --- a/docs/api/classes/points.SinglePointWriter.md +++ b/docs/api/classes/points.SinglePointWriter.md @@ -63,7 +63,7 @@ #### Defined in -[libraries/points/src/single-writer.ts:33](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-writer.ts#L33) +[libraries/points/src/single-writer.ts:33](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-writer.ts#L33) ## Accessors @@ -81,7 +81,7 @@ SinglePointReader.ceramic #### Defined in -[libraries/points/src/single-reader.ts:37](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-reader.ts#L37) +[libraries/points/src/single-reader.ts:37](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-reader.ts#L37) ___ @@ -99,7 +99,7 @@ SinglePointReader.loader #### Defined in -[libraries/points/src/single-reader.ts:41](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-reader.ts#L41) +[libraries/points/src/single-reader.ts:41](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-reader.ts#L41) ___ @@ -117,7 +117,7 @@ SinglePointReader.modelID #### Defined in -[libraries/points/src/single-reader.ts:45](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-reader.ts#L45) +[libraries/points/src/single-reader.ts:45](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-reader.ts#L45) ## Methods @@ -138,7 +138,7 @@ SinglePointReader.modelID #### Defined in -[libraries/points/src/single-writer.ts:40](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-writer.ts#L40) +[libraries/points/src/single-writer.ts:40](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-writer.ts#L40) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[libraries/points/src/single-reader.ts:61](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-reader.ts#L61) +[libraries/points/src/single-reader.ts:61](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-reader.ts#L61) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[libraries/points/src/single-reader.ts:49](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-reader.ts#L49) +[libraries/points/src/single-reader.ts:49](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-reader.ts#L49) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[libraries/points/src/single-reader.ts:53](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-reader.ts#L53) +[libraries/points/src/single-reader.ts:53](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-reader.ts#L53) ___ @@ -225,7 +225,7 @@ ___ #### Defined in -[libraries/points/src/single-writer.ts:47](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-writer.ts#L47) +[libraries/points/src/single-writer.ts:47](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-writer.ts#L47) ___ @@ -251,4 +251,4 @@ ___ #### Defined in -[libraries/points/src/single-writer.ts:24](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-writer.ts#L24) +[libraries/points/src/single-writer.ts:24](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-writer.ts#L24) diff --git a/docs/api/modules/points.md b/docs/api/modules/points.md index 840f01b..948e500 100644 --- a/docs/api/modules/points.md +++ b/docs/api/modules/points.md @@ -38,7 +38,7 @@ #### Defined in -[libraries/points/src/points-reader.ts:21](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-reader.ts#L21) +[libraries/points/src/points-reader.ts:25](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-reader.ts#L25) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[libraries/points/src/points-writer.ts:12](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-writer.ts#L12) +[libraries/points/src/points-writer.ts:13](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-writer.ts#L13) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[libraries/points/src/points-writer.ts:19](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/points-writer.ts#L19) +[libraries/points/src/points-writer.ts:20](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/points-writer.ts#L20) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[libraries/points/src/types.ts:3](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/types.ts#L3) +[libraries/points/src/types.ts:3](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/types.ts#L3) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[libraries/points/src/types.ts:9](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/types.ts#L9) +[libraries/points/src/types.ts:9](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/types.ts#L9) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[libraries/points/src/single-reader.ts:14](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-reader.ts#L14) +[libraries/points/src/single-reader.ts:14](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-reader.ts#L14) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[libraries/points/src/single-writer.ts:8](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-writer.ts#L8) +[libraries/points/src/single-writer.ts:8](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-writer.ts#L8) ___ @@ -176,4 +176,4 @@ ___ #### Defined in -[libraries/points/src/single-writer.ts:15](https://github.com/ceramicstudio/solutions/blob/a751967/libraries/points/src/single-writer.ts#L15) +[libraries/points/src/single-writer.ts:15](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/libraries/points/src/single-writer.ts#L15) diff --git a/docs/api/modules/points_composite.md b/docs/api/modules/points_composite.md index e97ebc3..0c2a10f 100644 --- a/docs/api/modules/points_composite.md +++ b/docs/api/modules/points_composite.md @@ -14,4 +14,4 @@ #### Defined in -composites/points/src/definition.ts:3 +[composites/points/src/definition.ts:3](https://github.com/ceramicstudio/solutions/blob/63cb3ad5f3da236446973238558e1895a955200e/composites/points/src/definition.ts#L3) diff --git a/package.json b/package.json index cd35a7c..d2e15a2 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,11 @@ "@jest/globals": "^29.7.0", "@skypack/package-check": "^0.2.2", "@swc/cli": "^0.3.12", - "@swc/core": "^1.4.12", + "@swc/core": "^1.4.13", "@swc/jest": "^0.2.36", "@types/jest": "^29.5.12", - "@typescript-eslint/eslint-plugin": "^7.5.0", - "@typescript-eslint/parser": "^7.5.0", + "@typescript-eslint/eslint-plugin": "^7.6.0", + "@typescript-eslint/parser": "^7.6.0", "del-cli": "^5.1.0", "eslint": "^8.57.0", "eslint-config-3box": "^1.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ad1db00..73b4d54 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,22 +16,22 @@ importers: version: 0.2.2 '@swc/cli': specifier: ^0.3.12 - version: 0.3.12(@swc/core@1.4.12) + version: 0.3.12(@swc/core@1.4.13) '@swc/core': - specifier: ^1.4.12 - version: 1.4.12 + specifier: ^1.4.13 + version: 1.4.13 '@swc/jest': specifier: ^0.2.36 - version: 0.2.36(@swc/core@1.4.12) + version: 0.2.36(@swc/core@1.4.13) '@types/jest': specifier: ^29.5.12 version: 29.5.12 '@typescript-eslint/eslint-plugin': - specifier: ^7.5.0 - version: 7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.4.4) + specifier: ^7.6.0 + version: 7.6.0(@typescript-eslint/parser@7.6.0)(eslint@8.57.0)(typescript@5.4.4) '@typescript-eslint/parser': - specifier: ^7.5.0 - version: 7.5.0(eslint@8.57.0)(typescript@5.4.4) + specifier: ^7.6.0 + version: 7.6.0(eslint@8.57.0)(typescript@5.4.4) del-cli: specifier: ^5.1.0 version: 5.1.0 @@ -43,7 +43,7 @@ importers: version: 1.0.0(eslint@8.57.0)(jest@29.7.0)(prettier@3.2.5)(typescript@5.4.4) eslint-plugin-jest: specifier: ^28.2.0 - version: 28.2.0(@typescript-eslint/eslint-plugin@7.5.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.4) + version: 28.2.0(@typescript-eslint/eslint-plugin@7.6.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.4) jest: specifier: ^29.7.0 version: 29.7.0 @@ -67,13 +67,13 @@ importers: devDependencies: '@composedb/types': specifier: ^0.7.1 - version: 0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4) + version: 0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4) '@composexp/composite-utils': specifier: workspace:^ version: link:../../utils/composite '@types/node': - specifier: ^20.12.5 - version: 20.12.5 + specifier: ^20.12.7 + version: 20.12.7 tsx: specifier: ^4.7.2 version: 4.7.2 @@ -119,7 +119,7 @@ importers: version: 5.5.0(typescript@5.4.4) '@composedb/types': specifier: ^0.7.1 - version: 0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4) + version: 0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4) '@composexp/ceramic-utils': specifier: workspace:^ version: link:../../utils/ceramic @@ -134,10 +134,10 @@ importers: dependencies: '@ceramicnetwork/cli': specifier: ^5.6.0 - version: 5.6.0(@polkadot/util@7.9.2)(@types/express@4.17.21)(pg@8.11.3)(typescript@5.4.4) + version: 5.6.0(@polkadot/util@12.6.2)(@types/express@4.17.21)(pg@8.11.3)(typescript@5.4.4) '@ceramicnetwork/core': specifier: ^5.6.0 - version: 5.6.0(@polkadot/util@7.9.2)(typescript@5.4.4) + version: 5.6.0(@polkadot/util@12.6.2)(typescript@5.4.4) '@ceramicnetwork/ipfs-daemon': specifier: ^5.6.0 version: 5.6.0(typescript@5.4.4) @@ -152,8 +152,8 @@ importers: specifier: ^5.5.0 version: 5.5.0(typescript@5.4.4) '@types/node': - specifier: ^20.12.5 - version: 20.12.5 + specifier: ^20.12.7 + version: 20.12.7 dids: specifier: ^5.0.2 version: 5.0.2(typescript@5.4.4) @@ -162,17 +162,17 @@ importers: dependencies: '@composedb/devtools-node': specifier: ^0.7.1 - version: 0.7.1(@composedb/devtools@0.7.1)(@polkadot/util@7.9.2)(typescript@5.4.4) + version: 0.7.1(@composedb/devtools@0.7.1)(@polkadot/util@12.6.2)(typescript@5.4.4) '@composexp/ceramic-utils': specifier: workspace:^ version: link:../ceramic devDependencies: '@composedb/types': specifier: ^0.7.1 - version: 0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4) + version: 0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4) '@types/node': - specifier: ^20.12.5 - version: 20.12.5 + specifier: ^20.12.7 + version: 20.12.7 utils/did: dependencies: @@ -187,8 +187,8 @@ importers: version: 4.0.0 devDependencies: '@types/node': - specifier: ^20.12.5 - version: 20.12.5 + specifier: ^20.12.7 + version: 20.12.7 packages: @@ -650,7 +650,7 @@ packages: - utf-8-validate - zod - /@ceramicnetwork/blockchain-utils-validation@5.4.0(@polkadot/util@7.9.2)(typescript@5.4.4): + /@ceramicnetwork/blockchain-utils-validation@5.4.0(@polkadot/util@12.6.2)(typescript@5.4.4): resolution: {integrity: sha512-AzzCzOb5zwOF9kA9lgzUSvn2EM+9gljOCCgLgLnmZ5vg1QzAM/1xpM07hGxuve4ud3s37q/C3IVrNCdGvMtIvw==} dependencies: '@ceramicnetwork/blockchain-utils-linking': 5.0.0(typescript@5.4.4) @@ -659,7 +659,7 @@ packages: '@ethersproject/providers': 5.7.2 '@ethersproject/wallet': 5.7.0 '@noble/curves': 1.4.0 - '@polkadot/util-crypto': 7.9.2(@polkadot/util@7.9.2) + '@polkadot/util-crypto': 7.9.2(@polkadot/util@12.6.2) '@smontero/eosio-signing-tools': 0.0.6 '@taquito/utils': 11.2.0 '@tendermint/sig': 0.6.0 @@ -676,7 +676,7 @@ packages: - utf-8-validate - zod - /@ceramicnetwork/blockchain-utils-validation@5.5.0(@polkadot/util@7.9.2)(typescript@5.4.4): + /@ceramicnetwork/blockchain-utils-validation@5.5.0(@polkadot/util@12.6.2)(typescript@5.4.4): resolution: {integrity: sha512-1hLGXugUE6qNjkbzOAeInj0l58y9ejI19wW8y1TTQTpeThUjkUFxdaiLkKWitIXAcw8Ve+Vnpw5f0VnwtR/+hA==} dependencies: '@ceramicnetwork/blockchain-utils-linking': 5.0.0(typescript@5.4.4) @@ -685,7 +685,7 @@ packages: '@ethersproject/providers': 5.7.2 '@ethersproject/wallet': 5.7.0 '@noble/curves': 1.4.0 - '@polkadot/util-crypto': 7.9.2(@polkadot/util@7.9.2) + '@polkadot/util-crypto': 7.9.2(@polkadot/util@12.6.2) '@smontero/eosio-signing-tools': 0.0.6 '@taquito/utils': 11.2.0 '@tendermint/sig': 0.6.0 @@ -703,7 +703,7 @@ packages: - zod dev: false - /@ceramicnetwork/cli@5.6.0(@polkadot/util@7.9.2)(@types/express@4.17.21)(pg@8.11.3)(typescript@5.4.4): + /@ceramicnetwork/cli@5.6.0(@polkadot/util@12.6.2)(@types/express@4.17.21)(pg@8.11.3)(typescript@5.4.4): resolution: {integrity: sha512-TZDMTsVWk6tzGV3E1LdTPhZUA3BxPLLGZRbtIhwTU5Pvbs6sCHSTyinGzUQ4zthtXp2vMqIIYHb5C1eZrNdK8A==} engines: {node: '>=20.8'} hasBin: true @@ -712,7 +712,7 @@ packages: '@ceramicnetwork/3id-did-resolver': 5.6.0(typescript@5.4.4) '@ceramicnetwork/codecs': 4.5.0(typescript@5.4.4) '@ceramicnetwork/common': 5.5.0(typescript@5.4.4) - '@ceramicnetwork/core': 5.6.0(@polkadot/util@7.9.2)(typescript@5.4.4) + '@ceramicnetwork/core': 5.6.0(@polkadot/util@12.6.2)(typescript@5.4.4) '@ceramicnetwork/http-client': 5.6.0(typescript@5.4.4) '@ceramicnetwork/indexing': 4.6.0(pg@8.11.3)(sqlite3@5.1.7)(typescript@5.4.4) '@ceramicnetwork/ipfs-daemon': 5.6.0(typescript@5.4.4) @@ -864,7 +864,7 @@ packages: - utf-8-validate - zod - /@ceramicnetwork/core@5.5.0(@polkadot/util@7.9.2)(typescript@5.4.4): + /@ceramicnetwork/core@5.5.0(@polkadot/util@12.6.2)(typescript@5.4.4): resolution: {integrity: sha512-Tj/uZZ4pneSjSaEKhfp4RR6gMmzyqOIK3eqyepEObyEQUyggbQMxDqhGPRWqFFeUdB2GAnbaKuYuo/uz6a5ghg==} engines: {node: '>=20.8'} dependencies: @@ -879,7 +879,7 @@ packages: '@ceramicnetwork/pinning-aggregation': 5.4.0 '@ceramicnetwork/pinning-ipfs-backend': 5.4.0 '@ceramicnetwork/stream-caip10-link': 5.4.0(typescript@5.4.4) - '@ceramicnetwork/stream-caip10-link-handler': 5.5.0(@polkadot/util@7.9.2)(typescript@5.4.4) + '@ceramicnetwork/stream-caip10-link-handler': 5.5.0(@polkadot/util@12.6.2)(typescript@5.4.4) '@ceramicnetwork/stream-model': 4.4.0(typescript@5.4.4) '@ceramicnetwork/stream-model-handler': 4.5.0(typescript@5.4.4) '@ceramicnetwork/stream-model-instance': 4.5.0(typescript@5.4.4) @@ -932,7 +932,7 @@ packages: - utf-8-validate - zod - /@ceramicnetwork/core@5.6.0(@polkadot/util@7.9.2)(typescript@5.4.4): + /@ceramicnetwork/core@5.6.0(@polkadot/util@12.6.2)(typescript@5.4.4): resolution: {integrity: sha512-svRyYxXW1HeP0EhxDjtisrZYfYuPUjMA4ZlM5o4xs6qGO0GJl88ttPTFPA5LI/iWAdzwyeTxpvmORwoq0A+j6w==} engines: {node: '>=20.8'} dependencies: @@ -948,7 +948,7 @@ packages: '@ceramicnetwork/pinning-aggregation': 5.5.0 '@ceramicnetwork/pinning-ipfs-backend': 5.5.0 '@ceramicnetwork/stream-caip10-link': 5.5.0(typescript@5.4.4) - '@ceramicnetwork/stream-caip10-link-handler': 5.6.0(@polkadot/util@7.9.2)(typescript@5.4.4) + '@ceramicnetwork/stream-caip10-link-handler': 5.6.0(@polkadot/util@12.6.2)(typescript@5.4.4) '@ceramicnetwork/stream-model': 4.5.0(typescript@5.4.4) '@ceramicnetwork/stream-model-handler': 4.6.0(typescript@5.4.4) '@ceramicnetwork/stream-model-instance': 4.6.0(typescript@5.4.4) @@ -1198,7 +1198,7 @@ packages: '@opentelemetry/sdk-metrics': 1.15.0(@opentelemetry/api@1.3.0) '@opentelemetry/sdk-trace-base': 1.15.0(@opentelemetry/api@1.3.0) '@opentelemetry/semantic-conventions': 1.15.0 - '@types/node': 20.12.5 + '@types/node': 20.12.7 /@ceramicnetwork/pinning-aggregation@5.4.0: resolution: {integrity: sha512-JMhsPEOMZVgFESooe5FenmOg32HK2338mNGFuwPgThJLLZWgwX1qC12J5/MQyPIaMeMXgydwT0JE+mAMsZVQqw==} @@ -1234,10 +1234,10 @@ packages: - supports-color dev: false - /@ceramicnetwork/stream-caip10-link-handler@5.5.0(@polkadot/util@7.9.2)(typescript@5.4.4): + /@ceramicnetwork/stream-caip10-link-handler@5.5.0(@polkadot/util@12.6.2)(typescript@5.4.4): resolution: {integrity: sha512-2GiFBSZrc8tmKBSWWh2ZjzWMtQG1fHQCCPhHXd91Si5cx+FTh2T0qEqpg5JtIXrDRe/yIP2sq4ZHODlVeuslSw==} dependencies: - '@ceramicnetwork/blockchain-utils-validation': 5.4.0(@polkadot/util@7.9.2)(typescript@5.4.4) + '@ceramicnetwork/blockchain-utils-validation': 5.4.0(@polkadot/util@12.6.2)(typescript@5.4.4) '@ceramicnetwork/common': 5.5.0(typescript@5.4.4) '@ceramicnetwork/stream-caip10-link': 5.4.0(typescript@5.4.4) '@ceramicnetwork/stream-handler-common': 4.4.0(typescript@5.4.4) @@ -1250,10 +1250,10 @@ packages: - utf-8-validate - zod - /@ceramicnetwork/stream-caip10-link-handler@5.6.0(@polkadot/util@7.9.2)(typescript@5.4.4): + /@ceramicnetwork/stream-caip10-link-handler@5.6.0(@polkadot/util@12.6.2)(typescript@5.4.4): resolution: {integrity: sha512-pKCipn3y6CflzY/K3oeRyHwDDhBSvFy+jvZPqSbMY5s+96vueBNPsaBcqMZEd2onjl+hMGqjukH+QtGk+S5faQ==} dependencies: - '@ceramicnetwork/blockchain-utils-validation': 5.5.0(@polkadot/util@7.9.2)(typescript@5.4.4) + '@ceramicnetwork/blockchain-utils-validation': 5.5.0(@polkadot/util@12.6.2)(typescript@5.4.4) '@ceramicnetwork/common': 5.5.0(typescript@5.4.4) '@ceramicnetwork/stream-caip10-link': 5.5.0(typescript@5.4.4) '@ceramicnetwork/stream-handler-common': 4.5.0(typescript@5.4.4) @@ -1617,7 +1617,7 @@ packages: dependencies: '@chainsafe/is-ip': 2.0.2 - /@composedb/client@0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4): + /@composedb/client@0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4): resolution: {integrity: sha512-LUMnaiNUbBLqqifxAybAigG+n7F+u8xhLOPsPR0F0KHPtJkJ8sXm0lpcHQPx6B4Tm5Tlb6F7Tu27WvGp+7wVCA==} engines: {node: '>=20'} dependencies: @@ -1625,8 +1625,8 @@ packages: '@ceramicnetwork/stream-model': 4.5.0(typescript@5.4.4) '@ceramicnetwork/stream-model-instance': 4.6.0(typescript@5.4.4) '@composedb/constants': 0.7.1 - '@composedb/graphql-scalars': 0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4) - '@composedb/runtime': 0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4) + '@composedb/graphql-scalars': 0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4) + '@composedb/runtime': 0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4) '@graphql-tools/batch-execute': 9.0.4(graphql@16.8.1) '@graphql-tools/stitch': 9.0.5(graphql@16.8.1) '@graphql-tools/utils': 10.1.2(graphql@16.8.1) @@ -1655,17 +1655,17 @@ packages: engines: {node: '>=20'} dev: false - /@composedb/devtools-node@0.7.1(@composedb/devtools@0.7.1)(@polkadot/util@7.9.2)(typescript@5.4.4): + /@composedb/devtools-node@0.7.1(@composedb/devtools@0.7.1)(@polkadot/util@12.6.2)(typescript@5.4.4): resolution: {integrity: sha512-+7X7mM7JqIdXzIHnhpr6eD4TZ2a7sQgFeJUL7uIed2EB5qa/10qYFpCvd1OUivv+MVdGMwvw2jVXzM1DaamBnQ==} engines: {node: '>=20'} peerDependencies: '@composedb/devtools': ^0.7.1 dependencies: '@ceramicnetwork/http-client': 5.6.0(typescript@5.4.4) - '@composedb/client': 0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4) - '@composedb/devtools': 0.7.1(@polkadot/util@7.9.2)(graphql@16.8.1)(typescript@5.4.4) - '@composedb/runtime': 0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4) - '@composedb/server': 0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4) + '@composedb/client': 0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4) + '@composedb/devtools': 0.7.1(@polkadot/util@12.6.2)(graphql@16.8.1)(typescript@5.4.4) + '@composedb/runtime': 0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4) + '@composedb/server': 0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4) fs-extra: 11.2.0 transitivePeerDependencies: - '@polkadot/util' @@ -1684,14 +1684,14 @@ packages: - zod dev: false - /@composedb/devtools@0.7.1(@polkadot/util@7.9.2)(graphql@16.8.1)(typescript@5.4.4): + /@composedb/devtools@0.7.1(@polkadot/util@12.6.2)(graphql@16.8.1)(typescript@5.4.4): resolution: {integrity: sha512-J9IFquEmJL/0gwl3BUerXUR3tOm9v8dd3oucrRbuYDbZXLN803mptOQqQEDxzncfkF80CjVh0qtWZ6dTaYGVHQ==} engines: {node: '>=20'} dependencies: '@ceramicnetwork/common': 5.5.0(typescript@5.4.4) '@ceramicnetwork/stream-model': 4.5.0(typescript@5.4.4) '@ceramicnetwork/streamid': 5.0.0 - '@composedb/graphql-scalars': 0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4) + '@composedb/graphql-scalars': 0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4) '@didtools/cacao': 3.0.1(typescript@5.4.4) '@graphql-tools/schema': 10.0.3(graphql@16.8.1) '@graphql-tools/utils': 10.1.2(graphql@16.8.1) @@ -1720,12 +1720,12 @@ packages: - zod dev: false - /@composedb/graphql-scalars@0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4): + /@composedb/graphql-scalars@0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4): resolution: {integrity: sha512-TX6f/1E3RZzWjDAKn3eRZ9z7zAPaE7BKWpOiomw9T3K787WPGmOIypnOOakdGE9dOf6ViYQ8eq4R6pzv0bbBpA==} engines: {node: '>=20'} dependencies: '@ceramicnetwork/streamid': 5.0.0 - '@composedb/types': 0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4) + '@composedb/types': 0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4) caip: 1.1.1 graphql: 16.8.1 graphql-scalars: 1.23.0(graphql@16.8.1) @@ -1762,7 +1762,7 @@ packages: - zod dev: false - /@composedb/runtime@0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4): + /@composedb/runtime@0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4): resolution: {integrity: sha512-ijv1/jNWYAwhsnJYJbyGT8MrQgZoIhDGDoD6ggF5VbcC8bYZcK88yNwASxT3s9NxQTelKznidvk9V14MxN8RUA==} engines: {node: '>=20'} dependencies: @@ -1770,7 +1770,7 @@ packages: '@ceramicnetwork/stream-model': 4.5.0(typescript@5.4.4) '@ceramicnetwork/stream-model-instance': 4.6.0(typescript@5.4.4) '@ceramicnetwork/streamid': 5.0.0 - '@composedb/graphql-scalars': 0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4) + '@composedb/graphql-scalars': 0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4) '@composedb/loader': 0.7.1(typescript@5.4.4) graphql: 16.8.1 graphql-relay: 0.10.0(graphql@16.8.1) @@ -1791,13 +1791,13 @@ packages: - zod dev: false - /@composedb/server@0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4): + /@composedb/server@0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4): resolution: {integrity: sha512-5sq73SM2zJeCiVRpAWbHvI6au2lPq+IiHUVElqrzJ2dGZmDxAOV0BOvCip0xlrW4KThiFuLNyJyiYwwlEwUO1w==} engines: {node: '>=20'} dependencies: '@ceramicnetwork/http-client': 5.6.0(typescript@5.4.4) '@composedb/constants': 0.7.1 - '@composedb/runtime': 0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4) + '@composedb/runtime': 0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4) get-port: 7.1.0 graphql: 16.8.1 graphql-yoga: 5.2.0(graphql@16.8.1) @@ -1818,12 +1818,12 @@ packages: - zod dev: false - /@composedb/types@0.7.1(@polkadot/util@7.9.2)(typescript@5.4.4): + /@composedb/types@0.7.1(@polkadot/util@12.6.2)(typescript@5.4.4): resolution: {integrity: sha512-GtS3R06x1eU1NbBn5ZqewHk1VpvYLk9dwKV8YEzEXxnZvJa2WA8F5YD/TRItIfHgJjLNZ5O7obAK1fgDoCJxnQ==} engines: {node: '>=20'} dependencies: '@ceramicnetwork/common': 5.5.0(typescript@5.4.4) - '@ceramicnetwork/core': 5.5.0(@polkadot/util@7.9.2)(typescript@5.4.4) + '@ceramicnetwork/core': 5.5.0(@polkadot/util@12.6.2)(typescript@5.4.4) '@ceramicnetwork/http-client': 5.6.0(typescript@5.4.4) '@ceramicnetwork/stream-model': 4.4.0(typescript@5.4.4) '@ceramicnetwork/stream-model-instance': 4.5.0(typescript@5.4.4) @@ -2989,7 +2989,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.5 + '@types/node': 20.12.7 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -3010,14 +3010,14 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.5 + '@types/node': 20.12.7 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.5) + jest-config: 29.7.0(@types/node@20.12.7) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -3052,7 +3052,7 @@ packages: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.5 + '@types/node': 20.12.7 jest-mock: 29.7.0 dev: true @@ -3079,7 +3079,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.12.5 + '@types/node': 20.12.7 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -3112,7 +3112,7 @@ packages: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 - '@types/node': 20.12.5 + '@types/node': 20.12.7 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -3200,7 +3200,7 @@ packages: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.12.5 + '@types/node': 20.12.7 '@types/yargs': 17.0.32 chalk: 4.1.2 dev: true @@ -3615,7 +3615,7 @@ packages: dependencies: '@babel/runtime': 7.24.1 - /@polkadot/util-crypto@7.9.2(@polkadot/util@7.9.2): + /@polkadot/util-crypto@7.9.2(@polkadot/util@12.6.2): resolution: {integrity: sha512-nNwqUwP44eCH9jKKcPie+IHLKkg9LMe6H7hXo91hy3AtoslnNrT51tP3uAm5yllhLvswJfnAgnlHq7ybCgqeFw==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3623,8 +3623,8 @@ packages: dependencies: '@babel/runtime': 7.24.1 '@polkadot/networks': 7.9.2 - '@polkadot/util': 7.9.2 - '@polkadot/wasm-crypto': 4.6.1(@polkadot/util@7.9.2)(@polkadot/x-randomvalues@7.9.2) + '@polkadot/util': 12.6.2 + '@polkadot/wasm-crypto': 4.6.1(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@7.9.2) '@polkadot/x-randomvalues': 7.9.2 blakejs: 1.2.1 bn.js: 4.12.0 @@ -3638,37 +3638,37 @@ packages: tweetnacl: 1.0.3 xxhashjs: 0.2.2 - /@polkadot/util@7.9.2: - resolution: {integrity: sha512-6ABY6ErgkCsM4C6+X+AJSY4pBGwbKlHZmUtHftaiTvbaj4XuA4nTo3GU28jw8wY0Jh2cJZJvt6/BJ5GVkm5tBA==} - engines: {node: '>=14.0.0'} + /@polkadot/util@12.6.2: + resolution: {integrity: sha512-l8TubR7CLEY47240uki0TQzFvtnxFIO7uI/0GoWzpYD/O62EIAMRsuY01N4DuwgKq2ZWD59WhzsLYmA5K6ksdw==} + engines: {node: '>=18'} dependencies: - '@babel/runtime': 7.24.1 - '@polkadot/x-textdecoder': 7.9.2 - '@polkadot/x-textencoder': 7.9.2 - '@types/bn.js': 4.11.6 - bn.js: 4.12.0 - camelcase: 6.3.0 - ip-regex: 4.3.0 + '@polkadot/x-bigint': 12.6.2 + '@polkadot/x-global': 12.6.2 + '@polkadot/x-textdecoder': 12.6.2 + '@polkadot/x-textencoder': 12.6.2 + '@types/bn.js': 5.1.5 + bn.js: 5.2.1 + tslib: 2.6.2 - /@polkadot/wasm-crypto-asmjs@4.6.1(@polkadot/util@7.9.2): + /@polkadot/wasm-crypto-asmjs@4.6.1(@polkadot/util@12.6.2): resolution: {integrity: sha512-1oHQjz2oEO1kCIcQniOP+dZ9N2YXf2yCLHLsKaKSvfXiWaetVCaBNB8oIHIVYvuLnVc8qlMi66O6xc1UublHsw==} engines: {node: '>=14.0.0'} peerDependencies: '@polkadot/util': '*' dependencies: '@babel/runtime': 7.24.1 - '@polkadot/util': 7.9.2 + '@polkadot/util': 12.6.2 - /@polkadot/wasm-crypto-wasm@4.6.1(@polkadot/util@7.9.2): + /@polkadot/wasm-crypto-wasm@4.6.1(@polkadot/util@12.6.2): resolution: {integrity: sha512-NI3JVwmLjrSYpSVuhu0yeQYSlsZrdpK41UC48sY3kyxXC71pi6OVePbtHS1K3xh3FFmDd9srSchExi3IwzKzMw==} engines: {node: '>=14.0.0'} peerDependencies: '@polkadot/util': '*' dependencies: '@babel/runtime': 7.24.1 - '@polkadot/util': 7.9.2 + '@polkadot/util': 12.6.2 - /@polkadot/wasm-crypto@4.6.1(@polkadot/util@7.9.2)(@polkadot/x-randomvalues@7.9.2): + /@polkadot/wasm-crypto@4.6.1(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@7.9.2): resolution: {integrity: sha512-2wEftBDxDG+TN8Ah6ogtvzjdZdcF0mAjU4UNNOfpmkBCxQYZOrAHB8HXhzo3noSsKkLX7PDX57NxvJ9OhoTAjw==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3676,11 +3676,24 @@ packages: '@polkadot/x-randomvalues': '*' dependencies: '@babel/runtime': 7.24.1 - '@polkadot/util': 7.9.2 - '@polkadot/wasm-crypto-asmjs': 4.6.1(@polkadot/util@7.9.2) - '@polkadot/wasm-crypto-wasm': 4.6.1(@polkadot/util@7.9.2) + '@polkadot/util': 12.6.2 + '@polkadot/wasm-crypto-asmjs': 4.6.1(@polkadot/util@12.6.2) + '@polkadot/wasm-crypto-wasm': 4.6.1(@polkadot/util@12.6.2) '@polkadot/x-randomvalues': 7.9.2 + /@polkadot/x-bigint@12.6.2: + resolution: {integrity: sha512-HSIk60uFPX4GOFZSnIF7VYJz7WZA7tpFJsne7SzxOooRwMTWEtw3fUpFy5cYYOeLh17/kHH1Y7SVcuxzVLc74Q==} + engines: {node: '>=18'} + dependencies: + '@polkadot/x-global': 12.6.2 + tslib: 2.6.2 + + /@polkadot/x-global@12.6.2: + resolution: {integrity: sha512-a8d6m+PW98jmsYDtAWp88qS4dl8DyqUBsd0S+WgyfSMtpEXu6v9nXDgPZgwF5xdDvXhm+P0ZfVkVTnIGrScb5g==} + engines: {node: '>=18'} + dependencies: + tslib: 2.6.2 + /@polkadot/x-global@7.9.2: resolution: {integrity: sha512-JX5CrGWckHf1P9xKXq4vQCAuMUbL81l2hOWX7xeP8nv4caHEpmf5T1wD1iMdQBL5PFifo6Pg0V6/oZBB+bts7A==} engines: {node: '>=14.0.0'} @@ -3694,19 +3707,19 @@ packages: '@babel/runtime': 7.24.1 '@polkadot/x-global': 7.9.2 - /@polkadot/x-textdecoder@7.9.2: - resolution: {integrity: sha512-wfwbSHXPhrOAl12QvlIOGNkMH/N/h8PId2ytIjvM/8zPPFB5Il6DWSFLtVapOGEpIFjEWbd5t8Td4pHBVXIEbg==} - engines: {node: '>=14.0.0'} + /@polkadot/x-textdecoder@12.6.2: + resolution: {integrity: sha512-M1Bir7tYvNappfpFWXOJcnxUhBUFWkUFIdJSyH0zs5LmFtFdbKAeiDXxSp2Swp5ddOZdZgPac294/o2TnQKN1w==} + engines: {node: '>=18'} dependencies: - '@babel/runtime': 7.24.1 - '@polkadot/x-global': 7.9.2 + '@polkadot/x-global': 12.6.2 + tslib: 2.6.2 - /@polkadot/x-textencoder@7.9.2: - resolution: {integrity: sha512-A19wwYINuZwU2dUyQ/mMzB0ISjyfc4cISfL4zCMUAVgj7xVoXMYV2GfjNdMpA8Wsjch3su6pxLbtJ2wU03sRTQ==} - engines: {node: '>=14.0.0'} + /@polkadot/x-textencoder@12.6.2: + resolution: {integrity: sha512-4N+3UVCpI489tUJ6cv3uf0PjOHvgGp9Dl+SZRLgFGt9mvxnvpW/7+XBADRMtlG4xi5gaRK7bgl5bmY6OMDsNdw==} + engines: {node: '>=18'} dependencies: - '@babel/runtime': 7.24.1 - '@polkadot/x-global': 7.9.2 + '@polkadot/x-global': 12.6.2 + tslib: 2.6.2 /@protobufjs/aspromise@1.1.2: resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==} @@ -3883,7 +3896,7 @@ packages: resolution: {integrity: sha512-wwzyihjaSdmL6NxKvDeayy3dqM0L0Q2sawmdNtzJDi0FnXuJGm5PeapJj7bEfcI9XwI7Bw5jZoC6mCn9nc5YIw==} dependencies: '@types/bn.js': 5.1.5 - '@types/node': 18.19.30 + '@types/node': 18.19.31 /@stacks/encryption@6.13.1: resolution: {integrity: sha512-y5IFX3/nGI3fCk70gE0JwH70GpshD8RhUfvhMLcL96oNaec1cCdj1ZUiQupeicfYTHuraaVBYU9xLls4TRmypg==} @@ -3892,7 +3905,7 @@ packages: '@noble/secp256k1': 1.7.1 '@scure/bip39': 1.1.0 '@stacks/common': 6.13.0 - '@types/node': 18.19.30 + '@types/node': 18.19.31 base64-js: 1.5.1 bs58: 5.0.0 ripemd160-min: 0.0.6 @@ -3918,7 +3931,7 @@ packages: transitivePeerDependencies: - encoding - /@swc/cli@0.3.12(@swc/core@1.4.12): + /@swc/cli@0.3.12(@swc/core@1.4.13): resolution: {integrity: sha512-h7bvxT+4+UDrLWJLFHt6V+vNAcUNii2G4aGSSotKz1ECEk4MyEh5CWxmeSscwuz5K3i+4DWTgm4+4EyMCQKn+g==} engines: {node: '>= 16.14.0'} hasBin: true @@ -3930,7 +3943,7 @@ packages: optional: true dependencies: '@mole-inc/bin-wrapper': 8.0.1 - '@swc/core': 1.4.12 + '@swc/core': 1.4.13 '@swc/counter': 0.1.3 commander: 8.3.0 fast-glob: 3.3.2 @@ -3941,8 +3954,8 @@ packages: source-map: 0.7.4 dev: true - /@swc/core-darwin-arm64@1.4.12: - resolution: {integrity: sha512-BZUUq91LGJsLI2BQrhYL3yARkcdN4TS3YGNS6aRYUtyeWrGCTKHL90erF2BMU2rEwZLLkOC/U899R4o4oiSHfA==} + /@swc/core-darwin-arm64@1.4.13: + resolution: {integrity: sha512-36P72FLpm5iq85IvoEjBvi22DiqkkEIanJ1M0E8bkxcFHUbjBrYfPY9T6cpPyK5oQqkaTBvNAc3j1BlVD6IH6w==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] @@ -3950,8 +3963,8 @@ packages: dev: true optional: true - /@swc/core-darwin-x64@1.4.12: - resolution: {integrity: sha512-Wkk8rq1RwCOgg5ybTlfVtOYXLZATZ+QjgiBNM7pIn03A5/zZicokNTYd8L26/mifly2e74Dz34tlIZBT4aTGDA==} + /@swc/core-darwin-x64@1.4.13: + resolution: {integrity: sha512-ye7OgKpDdyA8AMIVVdmD1ICDaFXgoEXORnVO8bBHyul0WN71yUBZMX+YxEx2lpWtiftA2vY/1MAuOR80vHkBCw==} engines: {node: '>=10'} cpu: [x64] os: [darwin] @@ -3959,8 +3972,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm-gnueabihf@1.4.12: - resolution: {integrity: sha512-8jb/SN67oTQ5KSThWlKLchhU6xnlAlnmnLCCOKK1xGtFS6vD+By9uL+qeEY2krV98UCRTf68WSmC0SLZhVoz5A==} + /@swc/core-linux-arm-gnueabihf@1.4.13: + resolution: {integrity: sha512-+x593Jlmu4c3lJtZUKRejWpV2MAij1Js5nmQLLdjo6ChR2D4B2rzj3iMiKn5gITew7fraF9t3fvXALdWh7HmUg==} engines: {node: '>=10'} cpu: [arm] os: [linux] @@ -3968,8 +3981,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-gnu@1.4.12: - resolution: {integrity: sha512-DhW47DQEZKCdSq92v5F03rqdpjRXdDMqxfu4uAlZ9Uo1wJEGvY23e1SNmhji2sVHsZbBjSvoXoBLk0v00nSG8w==} + /@swc/core-linux-arm64-gnu@1.4.13: + resolution: {integrity: sha512-0x8OVw4dfyNerrs/9eZX9wNnmvwbwXSMCi+LbE6Xt1pXOIwvoLtFIXcV3NsrlkFboO3sr5UAQIwDxKqbIZA9pQ==} engines: {node: '>=10'} cpu: [arm64] os: [linux] @@ -3977,8 +3990,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-musl@1.4.12: - resolution: {integrity: sha512-PR57pT3TssnCRvdsaKNsxZy9N8rFg9AKA1U7W+LxbZ/7Z7PHc5PjxF0GgZpE/aLmU6xOn5VyQTlzjoamVkt05g==} + /@swc/core-linux-arm64-musl@1.4.13: + resolution: {integrity: sha512-Z9c4JiequtZvngPcxbCuAOkmWBxi2vInZbjjhD5I+Q9oiJdXUz1t2USGwsGPS41Xvk1BOA3ecK2Sn1ilY3titg==} engines: {node: '>=10'} cpu: [arm64] os: [linux] @@ -3986,8 +3999,8 @@ packages: dev: true optional: true - /@swc/core-linux-x64-gnu@1.4.12: - resolution: {integrity: sha512-HLZIWNHWuFIlH+LEmXr1lBiwGQeCshKOGcqbJyz7xpqTh7m2IPAxPWEhr/qmMTMsjluGxeIsLrcsgreTyXtgNA==} + /@swc/core-linux-x64-gnu@1.4.13: + resolution: {integrity: sha512-ChatHtk+vX0Ke5QG+jO+rIapw/KwZsi9MedCBHFXHH6iWF4z8d51cJeN68ykcn+vAXzjNeFNdlNy5Vbkd1zAqg==} engines: {node: '>=10'} cpu: [x64] os: [linux] @@ -3995,8 +4008,8 @@ packages: dev: true optional: true - /@swc/core-linux-x64-musl@1.4.12: - resolution: {integrity: sha512-M5fBAtoOcpz2YQAFtNemrPod5BqmzAJc8pYtT3dVTn1MJllhmLHlphU8BQytvoGr1PHgJL8ZJBlBGdt70LQ7Mw==} + /@swc/core-linux-x64-musl@1.4.13: + resolution: {integrity: sha512-0Pz39YR530mXpsztwQkmEKdkkZy4fY4Smdh4pkm6Ly8Nndyo0te/l4bcAGqN24Jp7aVwF/QSy14SAtw4HRjU9g==} engines: {node: '>=10'} cpu: [x64] os: [linux] @@ -4004,8 +4017,8 @@ packages: dev: true optional: true - /@swc/core-win32-arm64-msvc@1.4.12: - resolution: {integrity: sha512-K8LjjgZ7VQFtM+eXqjfAJ0z+TKVDng3r59QYn7CL6cyxZI2brLU3lNknZcUFSouZD+gsghZI/Zb8tQjVk7aKDQ==} + /@swc/core-win32-arm64-msvc@1.4.13: + resolution: {integrity: sha512-LVZfhlD+jHcAbz5NN+gAJ1BEasB0WpcvUzcsJt0nQSRsojgzPzFjJ+fzEBnvT7SMtqKkrnVJ0OmDYeh88bDRpw==} engines: {node: '>=10'} cpu: [arm64] os: [win32] @@ -4013,8 +4026,8 @@ packages: dev: true optional: true - /@swc/core-win32-ia32-msvc@1.4.12: - resolution: {integrity: sha512-hflO5LCxozngoOmiQbDPyvt6ODc5Cu9AwTJP9uH/BSMPdEQ6PCnefuUOJLAKew2q9o+NmDORuJk+vgqQz9Uzpg==} + /@swc/core-win32-ia32-msvc@1.4.13: + resolution: {integrity: sha512-78hxHWUvUZtWsnhcf8DKwhBcNFJw+j4y4fN2B9ioXmBWX2tIyw+BqUHOrismOtjPihaZmwe/Ok2e4qmkawE2fw==} engines: {node: '>=10'} cpu: [ia32] os: [win32] @@ -4022,8 +4035,8 @@ packages: dev: true optional: true - /@swc/core-win32-x64-msvc@1.4.12: - resolution: {integrity: sha512-3A4qMtddBDbtprV5edTB/SgJn9L+X5TL7RGgS3eWtEgn/NG8gA80X/scjf1v2MMeOsrcxiYhnemI2gXCKuQN2g==} + /@swc/core-win32-x64-msvc@1.4.13: + resolution: {integrity: sha512-WSfy1u2Xde6jU7UpHIInCUMW98Zw9iZglddKUAvmr1obkZji5U6EX0Oca3asEJdZPFb+2lMLjt0Mh5a1YisROg==} engines: {node: '>=10'} cpu: [x64] os: [win32] @@ -4031,8 +4044,8 @@ packages: dev: true optional: true - /@swc/core@1.4.12: - resolution: {integrity: sha512-QljRxTaUajSLB9ui93cZ38/lmThwIw/BPxjn+TphrYN6LPU3vu9/ykjgHtlpmaXDDcngL4K5i396E7iwwEUxYg==} + /@swc/core@1.4.13: + resolution: {integrity: sha512-rOtusBE+2gaeRkAJn5E4zp5yzZekZOypzSOz5ZG6P1hFbd+Cc26fWEdK6sUSnrkkvTd0Oj33KXLB/4UkbK/UHA==} engines: {node: '>=10'} requiresBuild: true peerDependencies: @@ -4044,30 +4057,30 @@ packages: '@swc/counter': 0.1.3 '@swc/types': 0.1.6 optionalDependencies: - '@swc/core-darwin-arm64': 1.4.12 - '@swc/core-darwin-x64': 1.4.12 - '@swc/core-linux-arm-gnueabihf': 1.4.12 - '@swc/core-linux-arm64-gnu': 1.4.12 - '@swc/core-linux-arm64-musl': 1.4.12 - '@swc/core-linux-x64-gnu': 1.4.12 - '@swc/core-linux-x64-musl': 1.4.12 - '@swc/core-win32-arm64-msvc': 1.4.12 - '@swc/core-win32-ia32-msvc': 1.4.12 - '@swc/core-win32-x64-msvc': 1.4.12 + '@swc/core-darwin-arm64': 1.4.13 + '@swc/core-darwin-x64': 1.4.13 + '@swc/core-linux-arm-gnueabihf': 1.4.13 + '@swc/core-linux-arm64-gnu': 1.4.13 + '@swc/core-linux-arm64-musl': 1.4.13 + '@swc/core-linux-x64-gnu': 1.4.13 + '@swc/core-linux-x64-musl': 1.4.13 + '@swc/core-win32-arm64-msvc': 1.4.13 + '@swc/core-win32-ia32-msvc': 1.4.13 + '@swc/core-win32-x64-msvc': 1.4.13 dev: true /@swc/counter@0.1.3: resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} dev: true - /@swc/jest@0.2.36(@swc/core@1.4.12): + /@swc/jest@0.2.36(@swc/core@1.4.13): resolution: {integrity: sha512-8X80dp81ugxs4a11z1ka43FPhP+/e+mJNXJSxiNYk8gIX/jPBtY4gQTrKu/KIoco8bzKuPI5lUxjfLiGsfvnlw==} engines: {npm: '>= 7.0.0'} peerDependencies: '@swc/core': '*' dependencies: '@jest/create-cache-key-function': 29.7.0 - '@swc/core': 1.4.12 + '@swc/core': 1.4.13 '@swc/counter': 0.1.3 jsonc-parser: 3.2.1 dev: true @@ -4162,46 +4175,41 @@ packages: '@babel/types': 7.24.0 dev: true - /@types/bn.js@4.11.6: - resolution: {integrity: sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==} - dependencies: - '@types/node': 20.12.5 - /@types/bn.js@5.1.5: resolution: {integrity: sha512-V46N0zwKRF5Q00AZ6hWtN0T8gGmDUaUzLWQvHFo5yThtVwK/VCenFY3wXVbOvNfajEpsTfQM4IN9k/d6gUVX3A==} dependencies: - '@types/node': 20.12.5 + '@types/node': 18.19.31 /@types/body-parser@1.19.5: resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} dependencies: '@types/connect': 3.4.38 - '@types/node': 20.12.5 + '@types/node': 20.12.7 dev: false /@types/bs58check@2.1.2: resolution: {integrity: sha512-xpXaQlOIY1KoXlA/ytHGHpEIU87PJt+g9SH7nC6HdCgaBwT2IEZIwBMHbjuX6BpnfbiUMlmwqurdLDwXpcdmSA==} dependencies: - '@types/node': 20.12.5 + '@types/node': 20.12.7 /@types/cacheable-request@6.0.3: resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==} dependencies: '@types/http-cache-semantics': 4.0.4 '@types/keyv': 3.1.4 - '@types/node': 20.12.5 + '@types/node': 20.12.7 '@types/responselike': 1.0.3 /@types/connect@3.4.38: resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} dependencies: - '@types/node': 20.12.5 + '@types/node': 20.12.7 dev: false /@types/dns-packet@5.6.5: resolution: {integrity: sha512-qXOC7XLOEe43ehtWJCMnQXvgcIpv6rPmQ1jXT98Ad8A3TB1Ue50jsCbSSSyuazScEuZ/Q026vHbrOTVkmwA+7Q==} dependencies: - '@types/node': 20.12.5 + '@types/node': 20.12.7 /@types/eventsource@1.1.15: resolution: {integrity: sha512-XQmGcbnxUNa06HR3VBVkc9+A2Vpi9ZyLJcdS5dwaQQ/4ZMWFO+5c90FnMUpbtMZwB/FChoYHwuVg8TvkECacTA==} @@ -4210,7 +4218,7 @@ packages: /@types/express-serve-static-core@4.19.0: resolution: {integrity: sha512-bGyep3JqPCRry1wq+O5n7oiBgGWmeIJXPjXXCo8EK0u8duZGSYar7cGqd3ML2JUsLGeB7fmc06KYo9fLGWqPvQ==} dependencies: - '@types/node': 20.12.5 + '@types/node': 20.12.7 '@types/qs': 6.9.14 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -4228,7 +4236,7 @@ packages: /@types/graceful-fs@4.1.9: resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} dependencies: - '@types/node': 20.12.5 + '@types/node': 20.12.7 dev: true /@types/http-cache-semantics@4.0.4: @@ -4272,7 +4280,7 @@ packages: /@types/keyv@3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 20.12.5 + '@types/node': 20.12.7 /@types/mime@1.3.5: resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} @@ -4291,13 +4299,13 @@ packages: /@types/node@11.11.6: resolution: {integrity: sha512-Exw4yUWMBXM3X+8oqzJNRqZSwUAaS4+7NdvHqQuFi/d+synz++xmX3QIf+BFqneW8N31R8Ky+sikfZUXq07ggQ==} - /@types/node@18.19.30: - resolution: {integrity: sha512-453z1zPuJLVDbyahaa1sSD5C2sht6ZpHp5rgJNs+H8YGqhluCXcuOUmBYsAo0Tos0cHySJ3lVUGbGgLlqIkpyg==} + /@types/node@18.19.31: + resolution: {integrity: sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==} dependencies: undici-types: 5.26.5 - /@types/node@20.12.5: - resolution: {integrity: sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==} + /@types/node@20.12.7: + resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==} dependencies: undici-types: 5.26.5 @@ -4316,7 +4324,7 @@ packages: /@types/responselike@1.0.3: resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} dependencies: - '@types/node': 20.12.5 + '@types/node': 20.12.7 /@types/semver@7.5.8: resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} @@ -4326,14 +4334,14 @@ packages: resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} dependencies: '@types/mime': 1.3.5 - '@types/node': 20.12.5 + '@types/node': 20.12.7 dev: false /@types/serve-static@1.15.7: resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==} dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.12.5 + '@types/node': 20.12.7 '@types/send': 0.17.4 dev: false @@ -4380,8 +4388,8 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin@7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.4.4): - resolution: {integrity: sha512-HpqNTH8Du34nLxbKgVMGljZMG0rJd2O9ecvr2QLYp+7512ty1j42KnsFwspPXg1Vh8an9YImf6CokUBltisZFQ==} + /@typescript-eslint/eslint-plugin@7.6.0(@typescript-eslint/parser@7.6.0)(eslint@8.57.0)(typescript@5.4.4): + resolution: {integrity: sha512-gKmTNwZnblUdnTIJu3e9kmeRRzV2j1a/LUO27KNNAnIC5zjy1aSvXSRp4rVNlmAoHlQ7HzX42NbKpcSr4jF80A==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: '@typescript-eslint/parser': ^7.0.0 @@ -4392,11 +4400,11 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@5.4.4) - '@typescript-eslint/scope-manager': 7.5.0 - '@typescript-eslint/type-utils': 7.5.0(eslint@8.57.0)(typescript@5.4.4) - '@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@5.4.4) - '@typescript-eslint/visitor-keys': 7.5.0 + '@typescript-eslint/parser': 7.6.0(eslint@8.57.0)(typescript@5.4.4) + '@typescript-eslint/scope-manager': 7.6.0 + '@typescript-eslint/type-utils': 7.6.0(eslint@8.57.0)(typescript@5.4.4) + '@typescript-eslint/utils': 7.6.0(eslint@8.57.0)(typescript@5.4.4) + '@typescript-eslint/visitor-keys': 7.6.0 debug: 4.3.4 eslint: 8.57.0 graphemer: 1.4.0 @@ -4430,8 +4438,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@7.5.0(eslint@8.57.0)(typescript@5.4.4): - resolution: {integrity: sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==} + /@typescript-eslint/parser@7.6.0(eslint@8.57.0)(typescript@5.4.4): + resolution: {integrity: sha512-usPMPHcwX3ZoPWnBnhhorc14NJw9J4HpSXQX4urF2TPKG0au0XhJoZyX62fmvdHONUkmyUe74Hzm1//XA+BoYg==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -4440,10 +4448,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 7.5.0 - '@typescript-eslint/types': 7.5.0 - '@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.4) - '@typescript-eslint/visitor-keys': 7.5.0 + '@typescript-eslint/scope-manager': 7.6.0 + '@typescript-eslint/types': 7.6.0 + '@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.4) + '@typescript-eslint/visitor-keys': 7.6.0 debug: 4.3.4 eslint: 8.57.0 typescript: 5.4.4 @@ -4467,12 +4475,12 @@ packages: '@typescript-eslint/visitor-keys': 6.21.0 dev: true - /@typescript-eslint/scope-manager@7.5.0: - resolution: {integrity: sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==} + /@typescript-eslint/scope-manager@7.6.0: + resolution: {integrity: sha512-ngttyfExA5PsHSx0rdFgnADMYQi+Zkeiv4/ZxGYUWd0nLs63Ha0ksmp8VMxAIC0wtCFxMos7Lt3PszJssG/E6w==} engines: {node: ^18.18.0 || >=20.0.0} dependencies: - '@typescript-eslint/types': 7.5.0 - '@typescript-eslint/visitor-keys': 7.5.0 + '@typescript-eslint/types': 7.6.0 + '@typescript-eslint/visitor-keys': 7.6.0 dev: true /@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.4.4): @@ -4495,8 +4503,8 @@ packages: - supports-color dev: true - /@typescript-eslint/type-utils@7.5.0(eslint@8.57.0)(typescript@5.4.4): - resolution: {integrity: sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw==} + /@typescript-eslint/type-utils@7.6.0(eslint@8.57.0)(typescript@5.4.4): + resolution: {integrity: sha512-NxAfqAPNLG6LTmy7uZgpK8KcuiS2NZD/HlThPXQRGwz6u7MDBWRVliEEl1Gj6U7++kVJTpehkhZzCJLMK66Scw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -4505,8 +4513,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.4) - '@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@5.4.4) + '@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.4) + '@typescript-eslint/utils': 7.6.0(eslint@8.57.0)(typescript@5.4.4) debug: 4.3.4 eslint: 8.57.0 ts-api-utils: 1.3.0(typescript@5.4.4) @@ -4525,8 +4533,8 @@ packages: engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/types@7.5.0: - resolution: {integrity: sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==} + /@typescript-eslint/types@7.6.0: + resolution: {integrity: sha512-h02rYQn8J+MureCvHVVzhl69/GAfQGPQZmOMjG1KfCl7o3HtMSlPaPUAPu6lLctXI5ySRGIYk94clD/AUMCUgQ==} engines: {node: ^18.18.0 || >=20.0.0} dev: true @@ -4573,8 +4581,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree@7.5.0(typescript@5.4.4): - resolution: {integrity: sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==} + /@typescript-eslint/typescript-estree@7.6.0(typescript@5.4.4): + resolution: {integrity: sha512-+7Y/GP9VuYibecrCQWSKgl3GvUM5cILRttpWtnAu8GNL9j11e4tbuGZmZjJ8ejnKYyBRb2ddGQ3rEFCq3QjMJw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: typescript: '*' @@ -4582,12 +4590,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 7.5.0 - '@typescript-eslint/visitor-keys': 7.5.0 + '@typescript-eslint/types': 7.6.0 + '@typescript-eslint/visitor-keys': 7.6.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - minimatch: 9.0.3 + minimatch: 9.0.4 semver: 7.6.0 ts-api-utils: 1.3.0(typescript@5.4.4) typescript: 5.4.4 @@ -4634,8 +4642,8 @@ packages: - typescript dev: true - /@typescript-eslint/utils@7.5.0(eslint@8.57.0)(typescript@5.4.4): - resolution: {integrity: sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw==} + /@typescript-eslint/utils@7.6.0(eslint@8.57.0)(typescript@5.4.4): + resolution: {integrity: sha512-x54gaSsRRI+Nwz59TXpCsr6harB98qjXYzsRxGqvA5Ue3kQH+FxS7FYU81g/omn22ML2pZJkisy6Q+ElK8pBCA==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -4643,9 +4651,9 @@ packages: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 - '@typescript-eslint/scope-manager': 7.5.0 - '@typescript-eslint/types': 7.5.0 - '@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.4) + '@typescript-eslint/scope-manager': 7.6.0 + '@typescript-eslint/types': 7.6.0 + '@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.4) eslint: 8.57.0 semver: 7.6.0 transitivePeerDependencies: @@ -4669,11 +4677,11 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@typescript-eslint/visitor-keys@7.5.0: - resolution: {integrity: sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==} + /@typescript-eslint/visitor-keys@7.6.0: + resolution: {integrity: sha512-4eLB7t+LlNUmXzfOu1VAIAdkjbu5xNSerURS9X/S5TUKWFRpXRQZbmtPqgKmYx8bj3J0irtQXSiWAOY82v+cgw==} engines: {node: ^18.18.0 || >=20.0.0} dependencies: - '@typescript-eslint/types': 7.5.0 + '@typescript-eslint/types': 7.6.0 eslint-visitor-keys: 3.4.3 dev: true @@ -5556,6 +5564,7 @@ packages: /camelcase@6.3.0: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} + dev: true /caniuse-lite@1.0.30001600: resolution: {integrity: sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==} @@ -5816,7 +5825,7 @@ packages: chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.12.5) + jest-config: 29.7.0(@types/node@20.12.7) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -6515,7 +6524,7 @@ packages: '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.4) eslint-config-prettier: 8.10.0(eslint@8.57.0) eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0)(eslint-plugin-import@2.29.1)(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.5.0)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.6.0)(eslint@8.57.0) eslint-plugin-jest: 27.9.0(@typescript-eslint/eslint-plugin@6.21.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.4) eslint-plugin-prettier: 5.1.3(eslint-config-prettier@8.10.0)(eslint@8.57.0)(prettier@3.2.5) eslint-plugin-react: 7.34.1(eslint@8.57.0) @@ -6561,7 +6570,7 @@ packages: enhanced-resolve: 5.16.0 eslint: 8.57.0 eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.5.0)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.6.0)(eslint@8.57.0) fast-glob: 3.3.2 get-tsconfig: 4.7.3 is-core-module: 2.13.1 @@ -6603,7 +6612,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.1(@typescript-eslint/parser@7.5.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): + /eslint-module-utils@2.8.1(@typescript-eslint/parser@7.6.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): resolution: {integrity: sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==} engines: {node: '>=4'} peerDependencies: @@ -6624,7 +6633,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@5.4.4) + '@typescript-eslint/parser': 7.6.0(eslint@8.57.0)(typescript@5.4.4) debug: 3.2.7 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 @@ -6632,7 +6641,7 @@ packages: - supports-color dev: true - /eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.5.0)(eslint@8.57.0): + /eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.6.0)(eslint@8.57.0): resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==} engines: {node: '>=4'} peerDependencies: @@ -6642,7 +6651,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@5.4.4) + '@typescript-eslint/parser': 7.6.0(eslint@8.57.0)(typescript@5.4.4) array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 array.prototype.flat: 1.3.2 @@ -6651,7 +6660,7 @@ packages: doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.5.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.6.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) hasown: 2.0.2 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -6689,7 +6698,7 @@ packages: - typescript dev: true - /eslint-plugin-jest@28.2.0(@typescript-eslint/eslint-plugin@7.5.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.4): + /eslint-plugin-jest@28.2.0(@typescript-eslint/eslint-plugin@7.6.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.4): resolution: {integrity: sha512-yRDti/a+f+SMSmNTiT9/M/MzXGkitl8CfzUxnpoQcTyfq8gUrXMriVcWU36W1X6BZSUoyUCJrDAWWUA2N4hE5g==} engines: {node: ^16.10.0 || ^18.12.0 || >=20.0.0} peerDependencies: @@ -6702,7 +6711,7 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.4.4) + '@typescript-eslint/eslint-plugin': 7.6.0(@typescript-eslint/parser@7.6.0)(eslint@8.57.0)(typescript@5.4.4) '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.4) eslint: 8.57.0 jest: 29.7.0 @@ -7831,10 +7840,6 @@ packages: sprintf-js: 1.1.3 optional: true - /ip-regex@4.3.0: - resolution: {integrity: sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==} - engines: {node: '>=8'} - /ipaddr.js@1.9.1: resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} engines: {node: '>= 0.10'} @@ -7851,7 +7856,7 @@ packages: '@libp2p/interface-peer-info': 1.0.10 '@libp2p/interface-pubsub': 3.0.7 '@multiformats/multiaddr': 11.6.1 - '@types/node': 18.19.30 + '@types/node': 18.19.31 interface-datastore: 7.0.4 ipfs-unixfs: 9.0.1 multiformats: 11.0.2 @@ -8375,7 +8380,7 @@ packages: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.5 + '@types/node': 20.12.7 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.1 @@ -8413,7 +8418,7 @@ packages: create-jest: 29.7.0 exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@20.12.5) + jest-config: 29.7.0(@types/node@20.12.7) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -8424,7 +8429,7 @@ packages: - ts-node dev: true - /jest-config@29.7.0(@types/node@20.12.5): + /jest-config@29.7.0(@types/node@20.12.7): resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -8439,7 +8444,7 @@ packages: '@babel/core': 7.24.3 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.5 + '@types/node': 20.12.7 babel-jest: 29.7.0(@babel/core@7.24.3) chalk: 4.1.2 ci-info: 3.9.0 @@ -8499,7 +8504,7 @@ packages: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.5 + '@types/node': 20.12.7 jest-mock: 29.7.0 jest-util: 29.7.0 dev: true @@ -8515,7 +8520,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.12.5 + '@types/node': 20.12.7 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -8566,7 +8571,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.5 + '@types/node': 20.12.7 jest-util: 29.7.0 dev: true @@ -8621,7 +8626,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.5 + '@types/node': 20.12.7 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -8652,7 +8657,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.5 + '@types/node': 20.12.7 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.2 @@ -8704,7 +8709,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.5 + '@types/node': 20.12.7 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -8729,7 +8734,7 @@ packages: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.5 + '@types/node': 20.12.7 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -8741,7 +8746,7 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 20.12.5 + '@types/node': 20.12.7 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -10466,7 +10471,7 @@ packages: '@protobufjs/path': 1.1.2 '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 - '@types/node': 18.19.30 + '@types/node': 20.12.7 long: 5.2.3 /protons-runtime@5.4.0: diff --git a/utils/ceramic/package.json b/utils/ceramic/package.json index d6d1546..535e565 100644 --- a/utils/ceramic/package.json +++ b/utils/ceramic/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@ceramicnetwork/common": "^5.5.0", - "@types/node": "^20.12.5", + "@types/node": "^20.12.7", "dids": "^5.0.2" } } diff --git a/utils/composite/package.json b/utils/composite/package.json index 36709b8..9b6e200 100644 --- a/utils/composite/package.json +++ b/utils/composite/package.json @@ -37,6 +37,6 @@ }, "devDependencies": { "@composedb/types": "^0.7.1", - "@types/node": "^20.12.5" + "@types/node": "^20.12.7" } } diff --git a/utils/did/package.json b/utils/did/package.json index 0c9dd07..d594c44 100644 --- a/utils/did/package.json +++ b/utils/did/package.json @@ -37,6 +37,6 @@ "key-did-resolver": "^4.0.0" }, "devDependencies": { - "@types/node": "^20.12.5" + "@types/node": "^20.12.7" } }