@sonarwatch/portfolio-core 0.12.60 → 0.12.61

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/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.61](https://github.com/sonarwatch/portfolio/compare/core-0.12.60...core-0.12.61) (2024-07-14)
6
+
7
+
8
+
5
9
  ## [0.12.60](https://github.com/sonarwatch/portfolio/compare/core-0.12.59...core-0.12.60) (2024-07-14)
6
10
 
7
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonarwatch/portfolio-core",
3
- "version": "0.12.60",
3
+ "version": "0.12.61",
4
4
  "type": "commonjs",
5
5
  "types": "./src/index.d.ts",
6
6
  "dependencies": {
package/src/Airdrop.d.ts CHANGED
@@ -115,6 +115,10 @@ export type AirdropItem = AirdropItemRaw & {
115
115
  * The airdrop item owner.
116
116
  */
117
117
  owner: string;
118
+ /**
119
+ * The airdrop id associated to the item.
120
+ */
121
+ airdropId: string;
118
122
  /**
119
123
  * The airdropped item price.
120
124
  */