@nexusmutual/sdk 2.0.0-rc.0 → 2.0.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
|
@@ -23275,7 +23275,7 @@ var productAnnexSchema = import_zod.z.object({
|
|
|
23275
23275
|
});
|
|
23276
23276
|
|
|
23277
23277
|
// generated/version.json
|
|
23278
|
-
var version27 = "
|
|
23278
|
+
var version27 = "2.0.0";
|
|
23279
23279
|
|
|
23280
23280
|
// src/nexus-sdk-base.ts
|
|
23281
23281
|
var ApiError = class extends Error {
|