@permaweb/libs 0.0.55 → 0.0.57

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.
@@ -22,9 +22,3 @@ export declare function handleProcessEval(deps: DependencyType, args: {
22
22
  evalTags?: TagType[];
23
23
  }): Promise<string | null>;
24
24
  export declare function aoCreateProcessWith(deps: DependencyType): (args: ProcessCreateType, statusCB?: (status: any) => void) => Promise<string>;
25
- export declare function aoCreateProcess(deps: DependencyType, args: ProcessCreateType, statusCB?: (status: any) => void): Promise<string>;
26
- export declare function fetchProcessSrc(txId: string): Promise<string>;
27
- export declare function waitForProcess(args: {
28
- processId: string;
29
- noRetryLimit?: boolean;
30
- }): Promise<string | undefined>;
@@ -24,6 +24,7 @@ declare function init(deps: Helpers.DependencyType): {
24
24
  zoneToJoinId: string;
25
25
  storePath?: string;
26
26
  }, zoneId: string) => Promise<string | null>;
27
+ updateZonePatchMap: (args: object, zoneId: string) => Promise<string | null>;
27
28
  updateZoneVersion: (args: {
28
29
  zoneId: string;
29
30
  }) => Promise<string | null>;
@@ -8,6 +8,7 @@ export declare function addToZoneWith(deps: DependencyType): (args: {
8
8
  path: string;
9
9
  data: object;
10
10
  }, zoneId: string) => Promise<string | null>;
11
+ export declare function updateZonePatchMapWith(deps: DependencyType): (args: object, zoneId: string) => Promise<string | null>;
11
12
  export declare function setZoneRolesWith(deps: DependencyType): (args: {
12
13
  granteeId: string;
13
14
  roles: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@permaweb/libs",
3
- "version": "0.0.55",
3
+ "version": "0.0.57",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",