@sonarwatch/portfolio-core 0.11.201 → 0.11.203

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,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.11.203](https://github.com/sonarwatch/portfolio/compare/core-0.11.202...core-0.11.203) (2024-05-14)
6
+
7
+
8
+
9
+ ## [0.11.202](https://github.com/sonarwatch/portfolio/compare/core-0.11.201...core-0.11.202) (2024-05-06)
10
+
11
+
12
+
5
13
  ## [0.11.201](https://github.com/sonarwatch/portfolio/compare/core-0.11.200...core-0.11.201) (2024-05-06)
6
14
 
7
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonarwatch/portfolio-core",
3
- "version": "0.11.201",
3
+ "version": "0.11.203",
4
4
  "type": "commonjs",
5
5
  "dependencies": {
6
6
  "@ethersproject/address": "^5.7.0",
package/src/Airdrop.d.ts CHANGED
@@ -37,10 +37,6 @@ export type Airdrop = {
37
37
  * A name for the airdrop. Should not container the emitter name. (e.g. 'Season #1')
38
38
  */
39
39
  name?: string;
40
- /**
41
- * A short name for the airdrop. (e.g. 'Jupiter S1')
42
- */
43
- shortName: string;
44
40
  /**
45
41
  * The airdrop claim link.
46
42
  */