@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.
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +3 -3
- package/api/entities/DefaultPortfolio.d.ts.map +1 -1
- package/api/entities/DefaultPortfolio.js +1 -5
- package/api/entities/DefaultPortfolio.js.map +1 -1
- package/npm-package/{polymeshassociation-polymesh-sdk-29.1.0-beta.2.tgz → polymeshassociation-polymesh-sdk-29.1.0-beta.3.tgz} +0 -0
- package/package.json +1 -1
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# [29.1.0-beta.
|
|
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
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
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":"
|
|
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:
|
|
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":"
|
|
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"}
|
|
Binary file
|