@perspect3vism/ad4m
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -5,3 +5,2 @@ import type { Address } from '../Address'; | ||
import type { LinkQuery } from '../perspectives/LinkQuery'; | ||
import { Perspective } from '../perspectives/Perspective'; | ||
export interface Language { | ||
@@ -53,3 +52,2 @@ readonly name: string; | ||
removeLink(link: Expression): any; | ||
render(): Promise<Perspective>; | ||
getLinks(query: LinkQuery): Promise<Expression[]>; | ||
@@ -56,0 +54,0 @@ addCallback(callback: NewLinksObserver): any; |
{ | ||
"name": "@perspect3vism/ad4m", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "*The Agent-Centric Distributed Application Meta-ontology* or just: *Agent-Centric DApp Meta-ontology* * A new meta-ontology for interoperable, decentralized application design * A spanning-layer to enable seamless integration between Holochain DNAs, blockchains, linked-data structures/ontologies and centralized back-ends * The basis for turning distinct, monolithic and siloed apps into a global, open and interoperable sense-making network", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
import type { Address } from '../Address' | ||
import type { AgentExpression } from '../agent/Agent' | ||
import { DID } from '../DID'; | ||
@@ -113,3 +112,2 @@ import type { Expression } from '../expression/Expression' | ||
removeLink(link: Expression); | ||
render(): Promise<Perspective> | ||
@@ -116,0 +114,0 @@ getLinks(query: LinkQuery): Promise<Expression[]>; |
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
221284
5060