@xyo-network/sentinel-memory 3.2.0 → 3.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,7 +7,15 @@ export declare class SentinelIntervalAutomationWrapper<T extends SentinelInterva
|
|
|
7
7
|
next(): this;
|
|
8
8
|
protected checkEnd(): void;
|
|
9
9
|
protected consumeRemaining(count?: number): void;
|
|
10
|
+
/**
|
|
11
|
+
* Sets the remaining of the wrapped automation
|
|
12
|
+
* @param remaining The remaining time in milliseconds
|
|
13
|
+
*/
|
|
10
14
|
protected setRemaining(remaining: number): void;
|
|
15
|
+
/**
|
|
16
|
+
* Sets the start of the wrapped automation
|
|
17
|
+
* @param start The start time in milliseconds
|
|
18
|
+
*/
|
|
11
19
|
protected setStart(start: number): void;
|
|
12
20
|
}
|
|
13
21
|
//# sourceMappingURL=SentinelIntervalAutomationWrapper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SentinelIntervalAutomationWrapper.d.ts","sourceRoot":"","sources":["../../src/SentinelIntervalAutomationWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,6BAA6B,CAAA;AAEpF,qBAAa,iCAAiC,CAC5C,CAAC,SAAS,iCAAiC,GAAG,iCAAiC,CAC/E,SAAQ,cAAc,CAAC,CAAC,CAAC;gBACb,OAAO,EAAE,CAAC;IAItB,SAAS,KAAK,eAAe,WAqB5B;IAED,SAAS,KAAK,SAAS,WAEtB;IAED,IAAI;IAWJ,SAAS,CAAC,QAAQ;IAMlB,SAAS,CAAC,gBAAgB,CAAC,KAAK,SAAI;
|
|
1
|
+
{"version":3,"file":"SentinelIntervalAutomationWrapper.d.ts","sourceRoot":"","sources":["../../src/SentinelIntervalAutomationWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,6BAA6B,CAAA;AAEpF,qBAAa,iCAAiC,CAC5C,CAAC,SAAS,iCAAiC,GAAG,iCAAiC,CAC/E,SAAQ,cAAc,CAAC,CAAC,CAAC;gBACb,OAAO,EAAE,CAAC;IAItB,SAAS,KAAK,eAAe,WAqB5B;IAED,SAAS,KAAK,SAAS,WAEtB;IAED,IAAI;IAWJ,SAAS,CAAC,QAAQ;IAMlB,SAAS,CAAC,gBAAgB,CAAC,KAAK,SAAI;IAMpC;;;OAGG;IACH,SAAS,CAAC,YAAY,CAAC,SAAS,EAAE,MAAM;IAIxC;;;OAGG;IACH,SAAS,CAAC,QAAQ,CAAC,KAAK,EAAE,MAAM;CAGjC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/sentinel-memory",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,29 +29,29 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/assert": "^4.
|
|
33
|
-
"@xylabs/forget": "^4.
|
|
34
|
-
"@xylabs/hex": "^4.
|
|
35
|
-
"@xylabs/promise": "^4.
|
|
36
|
-
"@xyo-network/diviner-model": "^3.
|
|
37
|
-
"@xyo-network/module-model": "^3.
|
|
38
|
-
"@xyo-network/payload-builder": "^3.
|
|
39
|
-
"@xyo-network/payload-model": "^3.
|
|
40
|
-
"@xyo-network/payload-wrapper": "^3.
|
|
41
|
-
"@xyo-network/sentinel-abstract": "^3.
|
|
42
|
-
"@xyo-network/sentinel-model": "^3.
|
|
43
|
-
"@xyo-network/witness-model": "^3.
|
|
32
|
+
"@xylabs/assert": "^4.3.2",
|
|
33
|
+
"@xylabs/forget": "^4.3.2",
|
|
34
|
+
"@xylabs/hex": "^4.3.2",
|
|
35
|
+
"@xylabs/promise": "^4.3.2",
|
|
36
|
+
"@xyo-network/diviner-model": "^3.3.1",
|
|
37
|
+
"@xyo-network/module-model": "^3.3.1",
|
|
38
|
+
"@xyo-network/payload-builder": "^3.3.1",
|
|
39
|
+
"@xyo-network/payload-model": "^3.3.1",
|
|
40
|
+
"@xyo-network/payload-wrapper": "^3.3.1",
|
|
41
|
+
"@xyo-network/sentinel-abstract": "^3.3.1",
|
|
42
|
+
"@xyo-network/sentinel-model": "^3.3.1",
|
|
43
|
+
"@xyo-network/witness-model": "^3.3.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@xylabs/delay": "^4.
|
|
47
|
-
"@xylabs/ts-scripts-yarn3": "^4.
|
|
48
|
-
"@xylabs/tsconfig": "^4.
|
|
49
|
-
"@xyo-network/abstract-witness": "^3.
|
|
50
|
-
"@xyo-network/archivist-memory": "^3.
|
|
51
|
-
"@xyo-network/id-payload-plugin": "^3.
|
|
52
|
-
"@xyo-network/node-memory": "^3.
|
|
53
|
-
"@xyo-network/witness-adhoc": "^3.
|
|
54
|
-
"typescript": "^5.6.
|
|
46
|
+
"@xylabs/delay": "^4.3.2",
|
|
47
|
+
"@xylabs/ts-scripts-yarn3": "^4.2.3",
|
|
48
|
+
"@xylabs/tsconfig": "^4.2.3",
|
|
49
|
+
"@xyo-network/abstract-witness": "^3.3.1",
|
|
50
|
+
"@xyo-network/archivist-memory": "^3.3.1",
|
|
51
|
+
"@xyo-network/id-payload-plugin": "^3.3.1",
|
|
52
|
+
"@xyo-network/node-memory": "^3.3.1",
|
|
53
|
+
"@xyo-network/witness-adhoc": "^3.3.1",
|
|
54
|
+
"typescript": "^5.6.3"
|
|
55
55
|
},
|
|
56
56
|
"publishConfig": {
|
|
57
57
|
"access": "public"
|