@junobuild/admin 0.0.49-next-2024-06-19 → 0.0.50
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.
|
@@ -16,7 +16,7 @@ import type { CustomDomain } from '../types/customdomain.types';
|
|
|
16
16
|
* @param {SatelliteParameters} params.satellite - The satellite parameters.
|
|
17
17
|
* @returns {Promise<void>} A promise that resolves when the configuration is set.
|
|
18
18
|
*/
|
|
19
|
-
export declare const setConfig: ({ config: { storage: { headers: configHeaders, rewrites: configRewrites, redirects: configRedirects, iframe: configIFrame } }, satellite }: {
|
|
19
|
+
export declare const setConfig: ({ config: { storage: { headers: configHeaders, rewrites: configRewrites, redirects: configRedirects, iframe: configIFrame, rawAccess: configRawAccess } }, satellite }: {
|
|
20
20
|
config: Required<Pick<SatelliteConfig, 'storage'>>;
|
|
21
21
|
satellite: SatelliteParameters;
|
|
22
22
|
}) => Promise<void>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@junobuild/admin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.50",
|
|
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",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
],
|
|
52
52
|
"homepage": "https://juno.build",
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@dfinity/agent": "
|
|
55
|
-
"@dfinity/identity": "
|
|
56
|
-
"@dfinity/principal": "
|
|
54
|
+
"@dfinity/agent": "^1.3.0",
|
|
55
|
+
"@dfinity/identity": "^1.3.0",
|
|
56
|
+
"@dfinity/principal": "^1.3.0",
|
|
57
57
|
"@junobuild/config": "*",
|
|
58
58
|
"@junobuild/utils": "*",
|
|
59
|
-
"semver": "
|
|
59
|
+
"semver": "7.*"
|
|
60
60
|
}
|
|
61
|
-
}
|
|
61
|
+
}
|