@permaweb/libs 0.0.32 → 0.0.34

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.
@@ -12,6 +12,9 @@ export declare const AO: {
12
12
  collectionRegistry: string;
13
13
  profileRegistry: string;
14
14
  };
15
+ export declare const HB: {
16
+ node: string;
17
+ };
15
18
  export declare const CONTENT_TYPES: {
16
19
  [key: string]: {
17
20
  type: string;
@@ -74,6 +77,8 @@ export declare const TAGS: {
74
77
  };
75
78
  values: {
76
79
  document: string;
80
+ user: string;
81
+ zone: string;
77
82
  };
78
83
  };
79
84
  export declare const UPLOAD: {
@@ -57,6 +57,7 @@ declare function init(deps: Helpers.DependencyType): {
57
57
  createProcess: (args: Helpers.ProcessCreateType, statusCB?: (status: any) => void) => Promise<string>;
58
58
  readProcess: (args: Helpers.MessageSendType) => Promise<any>;
59
59
  sendMessage: (args: Helpers.MessageSendType) => Promise<string>;
60
+ waitForProcess: typeof Common.waitForProcess;
60
61
  mapFromProcessCase: typeof Helpers.mapFromProcessCase;
61
62
  mapToProcessCase: typeof Helpers.mapToProcessCase;
62
63
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@permaweb/libs",
3
- "version": "0.0.32",
3
+ "version": "0.0.34",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -43,6 +43,7 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@ardrive/turbo-sdk": "^1.23.1",
46
+ "@permaweb/arx": "^1.0.0",
46
47
  "arweave": "^1.15.5",
47
48
  "buffer": "^6.0.3",
48
49
  "crypto-browserify": "^3.12.1",