@junobuild/admin 2.2.2 → 2.3.0-next-2025-09-27

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.
@@ -1,4 +1,4 @@
1
- import * as z from 'zod/v4';
1
+ import * as z from 'zod';
2
2
  /**
3
3
  * Represents the type of build, stock or extended.
4
4
  */
@@ -1,4 +1,4 @@
1
- import * as z from 'zod/v4';
1
+ import * as z from 'zod';
2
2
  /**
3
3
  * A schema for validating a version string in `x.y.z` format.
4
4
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@junobuild/admin",
3
- "version": "2.2.2",
3
+ "version": "2.3.0-next-2025-09-27",
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",
@@ -50,15 +50,15 @@
50
50
  ],
51
51
  "homepage": "https://juno.build",
52
52
  "peerDependencies": {
53
- "@dfinity/agent": "^3.2.6",
54
- "@dfinity/candid": "^3.2.6",
55
- "@dfinity/ic-management": "^7",
56
- "@dfinity/identity": "^3.2.6",
57
- "@dfinity/principal": "^3.2.6",
58
- "@dfinity/utils": "^3.1",
53
+ "@dfinity/agent": "*",
54
+ "@dfinity/candid": "*",
55
+ "@dfinity/ic-management": "*",
56
+ "@dfinity/identity": "*",
57
+ "@dfinity/principal": "*",
58
+ "@dfinity/utils": "*",
59
59
  "@junobuild/config": "*",
60
- "@junobuild/ic-client": "^3",
61
- "semver": "7.*",
62
- "zod": "^3.25"
60
+ "@junobuild/ic-client": "*",
61
+ "semver": "*",
62
+ "zod": "*"
63
63
  }
64
- }
64
+ }