@web3-storage/access
Advanced tools
Comparing version 11.0.0-rc.0 to 11.0.0
@@ -36,12 +36,2 @@ import type { Capabilities, ConnectionView, Fact, Failure, Phantom, Principal, RequestEncoder, Resource, ResponseDecoder, ServiceMethod, URI, InferInvokedCapability, CapabilityParser, Match, Ability, UnknownMatch, Delegation, DID, Signer, SignerArchive, SigAlg, Caveats, TheCapabilityParser, CapabilityMatch } from '@ucanto/interface'; | ||
export type AccountRecord = Selectable<AccountTable>; | ||
export interface DelegationTable { | ||
cid: string; | ||
bytes: Uint8Array; | ||
audience: URI<'did:'>; | ||
issuer: URI<'did:'>; | ||
expires_at: Date | null; | ||
inserted_at: Generated<Date>; | ||
updated_at: ColumnType<Date, never, Date>; | ||
} | ||
export type DelegationRecord = Selectable<DelegationTable>; | ||
export interface SpaceTableMetadata { | ||
@@ -48,0 +38,0 @@ space: SpaceMeta; |
{ | ||
"name": "@web3-storage/access", | ||
"version": "11.0.0-rc.0", | ||
"version": "11.0.0", | ||
"description": "w3access client", | ||
@@ -87,7 +87,4 @@ "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access-client", | ||
"assert": "^2.0.0", | ||
"delay": "^5.0.0", | ||
"hd-scripts": "^4.0.0", | ||
"miniflare": "^2.11.0", | ||
"mocha": "^10.2.0", | ||
"p-queue": "^7.3.0", | ||
"playwright-test": "^8.1.2", | ||
@@ -147,3 +144,3 @@ "sade": "^1.8.1", | ||
"build": "tsc --build", | ||
"test": "pnpm -r --filter @web3-storage/access-ws run build && npm run test:node && npm run test:browser", | ||
"test": "pnpm -r run build && npm run test:node && npm run test:browser", | ||
"test:node": "mocha 'test/**/!(*.browser).test.js' -n experimental-vm-modules -n no-warnings", | ||
@@ -150,0 +147,0 @@ "test:browser": "playwright-test 'test/**/!(*.node).test.js'", |
@@ -96,14 +96,2 @@ /* eslint-disable @typescript-eslint/indent */ | ||
export interface DelegationTable { | ||
cid: string | ||
bytes: Uint8Array | ||
audience: URI<'did:'> | ||
issuer: URI<'did:'> | ||
expires_at: Date | null | ||
inserted_at: Generated<Date> | ||
updated_at: ColumnType<Date, never, Date> | ||
} | ||
export type DelegationRecord = Selectable<DelegationTable> | ||
export interface SpaceTableMetadata { | ||
@@ -110,0 +98,0 @@ space: SpaceMeta |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14
0
221426
6030