@perspect3vism/ad4m
Advanced tools
Comparing version 0.1.39 to 0.1.40
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import type { Address } from '../Address'; | ||
@@ -18,3 +17,3 @@ import { DID } from '../DID'; | ||
readonly settingsUI?: SettingsUI; | ||
readonly intervals: ReturnType<typeof setInterval>[] | ReturnType<typeof setTimeout> | number[]; | ||
readonly teardown?: () => void; | ||
interactions(expression: Address): Interaction[]; | ||
@@ -21,0 +20,0 @@ } |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import type { Address } from '../Address'; | ||
@@ -18,3 +17,3 @@ import { DID } from '../DID'; | ||
readonly settingsUI?: SettingsUI; | ||
readonly intervals: ReturnType<typeof setInterval>[] | ReturnType<typeof setTimeout> | number[]; | ||
readonly teardown?: () => void; | ||
interactions(expression: Address): Interaction[]; | ||
@@ -21,0 +20,0 @@ } |
{ | ||
"name": "@perspect3vism/ad4m", | ||
"version": "0.1.39", | ||
"version": "0.1.40", | ||
"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", |
@@ -35,3 +35,4 @@ import type { Address } from '../Address' | ||
readonly intervals: ReturnType<typeof setInterval>[] | ReturnType<typeof setTimeout> | number[] | ||
//Optional function to make any cleanup/teardown if your language gets deleting in the ad4m-executor | ||
readonly teardown?: () => void; | ||
@@ -38,0 +39,0 @@ // All available interactions this agent could execute on given 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
1267228
28814