@sonarwatch/portfolio-plugins 0.12.166 → 0.12.167
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
4
4
|
|
5
|
+
## [0.12.167](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.166...plugins-0.12.167) (2024-09-19)
|
6
|
+
|
7
|
+
|
8
|
+
|
5
9
|
## [0.12.166](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.165...plugins-0.12.166) (2024-09-17)
|
6
10
|
|
7
11
|
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sonarwatch/portfolio-plugins",
|
3
|
-
"version": "0.12.
|
3
|
+
"version": "0.12.167",
|
4
4
|
"type": "commonjs",
|
5
5
|
"types": "./src/index.d.ts",
|
6
6
|
"peerDependencies": {
|
7
|
-
"@sonarwatch/portfolio-core": "^0.
|
7
|
+
"@sonarwatch/portfolio-core": "^0.13.0"
|
8
8
|
},
|
9
9
|
"dependencies": {
|
10
10
|
"@solanafm/explorer-kit-idls": "^1.1.3",
|
@@ -17,7 +17,7 @@ function getOwner(name) {
|
|
17
17
|
return __awaiter(this, void 0, void 0, function* () {
|
18
18
|
const client = (0, clients_1.getClientSolana)();
|
19
19
|
const parser = new tldparser_1.TldParser(client);
|
20
|
-
const owner = yield parser.getOwnerFromDomainTld(name);
|
20
|
+
const owner = yield parser.getOwnerFromDomainTld(name.toLowerCase());
|
21
21
|
if (owner)
|
22
22
|
return owner.toString();
|
23
23
|
return null;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"allDomains.js","sourceRoot":"","sources":["../../../../../../../packages/plugins/src/utils/name-service/services/allDomains.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+DAAmE;AACnE,gDAA6C;AAC7C,2CAAgD;AAGhD,SAAe,QAAQ,CAAC,IAAY;;QAClC,MAAM,MAAM,GAAG,IAAA,yBAAe,GAAE,CAAC;QACjC,MAAM,MAAM,GAAG,IAAI,qBAAS,CAAC,MAAM,CAAC,CAAC;QACrC,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC;
|
1
|
+
{"version":3,"file":"allDomains.js","sourceRoot":"","sources":["../../../../../../../packages/plugins/src/utils/name-service/services/allDomains.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+DAAmE;AACnE,gDAA6C;AAC7C,2CAAgD;AAGhD,SAAe,QAAQ,CAAC,IAAY;;QAClC,MAAM,MAAM,GAAG,IAAA,yBAAe,GAAE,CAAC;QACjC,MAAM,MAAM,GAAG,IAAI,qBAAS,CAAC,MAAM,CAAC,CAAC;QACrC,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,qBAAqB,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC;QACrE,IAAI,KAAK;YAAE,OAAO,KAAK,CAAC,QAAQ,EAAE,CAAC;QACnC,OAAO,IAAI,CAAC;IACd,CAAC;CAAA;AAED,SAAe,QAAQ,CAAC,OAAe;;QACrC,MAAM,MAAM,GAAG,IAAA,yBAAe,GAAE,CAAC;QAEjC,MAAM,MAAM,GAAG,IAAI,qBAAS,CAAC,MAAM,CAAC,CAAC;QACrC,MAAM,0BAA0B,GAAG,MAAM,MAAM;aAC5C,uBAAuB,CAAC,OAAO,CAAC;aAChC,KAAK,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,CAAC;QAC1B,IAAI,CAAC,0BAA0B;YAAE,OAAO,EAAE,CAAC;QAC3C,OAAO,0BAA0B,CAAC,GAAG,CACnC,CAAC,uBAAuB,EAAE,EAAE,CAAC,uBAAuB,CAAC,MAAM,CAC5D,CAAC;IACJ,CAAC;CAAA;AAEY,QAAA,WAAW,GAAgB;IACtC,EAAE,EAAE,YAAY;IAChB,OAAO,EAAE,sCAAqB;IAC9B,QAAQ;IACR,QAAQ;CACT,CAAC"}
|