@nexusmutual/sdk 2.0.1-rc.0 → 2.0.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.
- 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/index.mjs
CHANGED
|
@@ -23255,7 +23255,7 @@ var productAnnexSchema = z.object({
|
|
|
23255
23255
|
});
|
|
23256
23256
|
|
|
23257
23257
|
// generated/version.json
|
|
23258
|
-
var version27 = "2.0.
|
|
23258
|
+
var version27 = "2.0.1";
|
|
23259
23259
|
|
|
23260
23260
|
// src/nexus-sdk-base.ts
|
|
23261
23261
|
var ApiError = class extends Error {
|