@nexusmutual/sdk 2.1.0-rc.0 → 2.1.0
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.
- package/dist/data/version.json +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/data/version.json
CHANGED
package/dist/index.js
CHANGED
|
@@ -23279,7 +23279,7 @@ var coverMetadataRefSchema = import_zod.z.object({
|
|
|
23279
23279
|
});
|
|
23280
23280
|
|
|
23281
23281
|
// generated/version.json
|
|
23282
|
-
var version27 = "2.0
|
|
23282
|
+
var version27 = "2.1.0";
|
|
23283
23283
|
|
|
23284
23284
|
// src/nexus-sdk-base.ts
|
|
23285
23285
|
var ApiError = class extends Error {
|