@junobuild/admin 0.0.44-next-2024-02-01 → 0.0.44-next-2024-02-02.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.
@@ -18,7 +18,7 @@ export declare const setRule: ({ type, collection, rule, satellite }: {
18
18
  export declare const version: ({ satellite }: {
19
19
  satellite: SatelliteParameters;
20
20
  }) => Promise<string>;
21
- export declare const versionBuild: ({ satellite }: {
21
+ export declare const buildVersion: ({ satellite }: {
22
22
  satellite: SatelliteParameters;
23
23
  }) => Promise<string>;
24
24
  export declare const listDeprecatedControllers: ({ satellite }: {
@@ -21,7 +21,7 @@ export declare const setRule: ({ rule: { collection, ...rest }, type, satellite
21
21
  export declare const satelliteVersion: (params: {
22
22
  satellite: SatelliteParameters;
23
23
  }) => Promise<string>;
24
- export declare const satelliteVersionBuild: (params: {
24
+ export declare const satelliteBuildVersion: (params: {
25
25
  satellite: SatelliteParameters;
26
26
  }) => Promise<string>;
27
27
  export declare const satelliteBuildType: ({ satellite: { satelliteId, ...rest } }: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@junobuild/admin",
3
- "version": "0.0.44-next-2024-02-01",
3
+ "version": "0.0.44-next-2024-02-02.1",
4
4
  "description": "A library for interfacing with admin features of Juno",
5
5
  "author": "David Dal Busco (https://daviddalbusco.com)",
6
6
  "license": "MIT",