@echoxyz/sonar-core 0.10.0 → 0.11.0

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
@@ -1,5 +1,11 @@
1
1
  # @echoxyz/sonar-core
2
2
 
3
+ ## 0.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - cf2914d: Updated entityID name on permit
8
+
3
9
  ## 0.10.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.d.cts CHANGED
@@ -61,7 +61,7 @@ type AllocationPermit = {
61
61
  MinAmount: string;
62
62
  };
63
63
  type BasicPermitV2 = {
64
- EntityID: Hex;
64
+ SaleSpecificEntityID: Hex;
65
65
  SaleUUID: Hex;
66
66
  Wallet: Hex;
67
67
  ExpiresAt: number;
package/dist/index.d.ts CHANGED
@@ -61,7 +61,7 @@ type AllocationPermit = {
61
61
  MinAmount: string;
62
62
  };
63
63
  type BasicPermitV2 = {
64
- EntityID: Hex;
64
+ SaleSpecificEntityID: Hex;
65
65
  SaleUUID: Hex;
66
66
  Wallet: Hex;
67
67
  ExpiresAt: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@echoxyz/sonar-core",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",