@helium/idls 0.7.17 → 0.8.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.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IDL = void 0;
4
4
  exports.IDL = {
5
- "version": "0.2.5",
5
+ "version": "0.2.6",
6
6
  "name": "helium_entity_manager",
7
7
  "instructions": [
8
8
  {
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IDL = void 0;
4
4
  exports.IDL = {
5
- "version": "0.1.0",
5
+ "version": "0.2.0",
6
6
  "name": "lazy_distributor",
7
7
  "instructions": [
8
8
  {
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IDL = void 0;
4
4
  exports.IDL = {
5
- "version": "0.3.1",
5
+ "version": "0.3.2",
6
6
  "name": "voter_stake_registry",
7
7
  "instructions": [
8
8
  {
@@ -1,5 +1,5 @@
1
1
  export const IDL = {
2
- "version": "0.2.5",
2
+ "version": "0.2.6",
3
3
  "name": "helium_entity_manager",
4
4
  "instructions": [
5
5
  {
@@ -1,5 +1,5 @@
1
1
  export const IDL = {
2
- "version": "0.1.0",
2
+ "version": "0.2.0",
3
3
  "name": "lazy_distributor",
4
4
  "instructions": [
5
5
  {
@@ -1,5 +1,5 @@
1
1
  export const IDL = {
2
- "version": "0.3.1",
2
+ "version": "0.3.2",
3
3
  "name": "voter_stake_registry",
4
4
  "instructions": [
5
5
  {
@@ -1,5 +1,5 @@
1
1
  export type HeliumEntityManager = {
2
- "version": "0.2.5";
2
+ "version": "0.2.6";
3
3
  "name": "helium_entity_manager";
4
4
  "instructions": [
5
5
  {
@@ -1,5 +1,5 @@
1
1
  export type LazyDistributor = {
2
- "version": "0.1.0";
2
+ "version": "0.2.0";
3
3
  "name": "lazy_distributor";
4
4
  "instructions": [
5
5
  {
@@ -1,5 +1,5 @@
1
1
  export type VoterStakeRegistry = {
2
- "version": "0.3.1";
2
+ "version": "0.3.2";
3
3
  "name": "voter_stake_registry";
4
4
  "instructions": [
5
5
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helium/idls",
3
- "version": "0.7.17",
3
+ "version": "0.8.0",
4
4
  "description": "Exported idls",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -36,5 +36,5 @@
36
36
  "ts-loader": "^9.2.3",
37
37
  "typescript": "^5.2.2"
38
38
  },
39
- "gitHead": "35229a8f370e9fc125400d2953b8a43eefee2d4e"
39
+ "gitHead": "adb6328dc9e6ab9e880b85c9c4d786f4c06c7da8"
40
40
  }