@polymeshassociation/polymesh-sdk 29.1.0-beta.2 → 29.1.0-beta.3

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.
Binary file
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- # [29.1.0-beta.2](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v29.1.0-beta.1...v29.1.0-beta.2) (2025-09-23)
1
+ # [29.1.0-beta.3](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v29.1.0-beta.2...v29.1.0-beta.3) (2025-09-24)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * 🎸 Add method to issue multiple NFTs ([5586586](https://github.com/PolymeshAssociation/polymesh-sdk/commit/55865863c34a20238f3b83f1349bb1e2ea13e8d7))
6
+ * 🐛 remove id assignement to default portfolio ([e3c2654](https://github.com/PolymeshAssociation/polymesh-sdk/commit/e3c265489e00c90f51c08d270e9bb4ac3c9d816e))
@@ -1 +1 @@
1
- {"version":3,"file":"DefaultPortfolio.d.ts","sourceRoot":"","sources":["../../../src/api/entities/DefaultPortfolio.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAEhD,MAAM,WAAW,iBAAiB;IAChC,GAAG,EAAE,MAAM,CAAC;CACb;AAED;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,SAAS;IAC7C;;OAEG;gBACS,WAAW,EAAE,iBAAiB,EAAE,OAAO,EAAE,OAAO;IAI5D;;OAEG;IACI,MAAM,IAAI,OAAO,CAAC,OAAO,CAAC;CAGlC"}
1
+ {"version":3,"file":"DefaultPortfolio.d.ts","sourceRoot":"","sources":["../../../src/api/entities/DefaultPortfolio.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAEhD,MAAM,WAAW,iBAAiB;IAChC,GAAG,EAAE,MAAM,CAAC;CACb;AAED;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,SAAS;IAC7C;;OAEG;gBACS,WAAW,EAAE,iBAAiB,EAAE,OAAO,EAAE,OAAO;IAI5D;;OAEG;IACI,MAAM,IAAI,OAAO,CAAC,OAAO,CAAC;CAGlC"}
@@ -1,10 +1,6 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
3
  exports.DefaultPortfolio = void 0;
7
- const bignumber_js_1 = __importDefault(require("bignumber.js"));
8
4
  const internal_1 = require("../../internal");
9
5
  /**
10
6
  * Represents the default Portfolio for an Identity
@@ -14,7 +10,7 @@ class DefaultPortfolio extends internal_1.Portfolio {
14
10
  * @hidden
15
11
  */
16
12
  constructor(identifiers, context) {
17
- super(Object.assign(Object.assign({}, identifiers), { id: new bignumber_js_1.default(0) }), context);
13
+ super(Object.assign(Object.assign({}, identifiers), { id: undefined }), context);
18
14
  }
19
15
  /**
20
16
  * Determine whether this Portfolio exists on chain
@@ -1 +1 @@
1
- {"version":3,"file":"DefaultPortfolio.js","sourceRoot":"","sources":["../../../src/api/entities/DefaultPortfolio.ts"],"names":[],"mappings":";;;;;;AAAA,gEAAqC;AAErC,yCAAgD;AAMhD;;GAEG;AACH,MAAa,gBAAiB,SAAQ,oBAAS;IAC7C;;OAEG;IACH,YAAY,WAA8B,EAAE,OAAgB;QAC1D,KAAK,iCAAM,WAAW,KAAE,EAAE,EAAE,IAAI,sBAAS,CAAC,CAAC,CAAC,KAAI,OAAO,CAAC,CAAC;IAC3D,CAAC;IAED;;OAEG;IACI,MAAM;QACX,OAAO,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC;CACF;AAdD,4CAcC"}
1
+ {"version":3,"file":"DefaultPortfolio.js","sourceRoot":"","sources":["../../../src/api/entities/DefaultPortfolio.ts"],"names":[],"mappings":";;;AAAA,yCAAgD;AAMhD;;GAEG;AACH,MAAa,gBAAiB,SAAQ,oBAAS;IAC7C;;OAEG;IACH,YAAY,WAA8B,EAAE,OAAgB;QAC1D,KAAK,iCAAM,WAAW,KAAE,EAAE,EAAE,SAAS,KAAI,OAAO,CAAC,CAAC;IACpD,CAAC;IAED;;OAEG;IACI,MAAM;QACX,OAAO,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC;CACF;AAdD,4CAcC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymeshassociation/polymesh-sdk",
3
- "version": "29.1.0-beta.2",
3
+ "version": "29.1.0-beta.3",
4
4
  "description": "High-level API to interact with the Polymesh blockchain",
5
5
  "types": "./index.d.ts",
6
6
  "engines": {