@helium/idls 0.0.20 → 0.0.21

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.
@@ -288,7 +288,7 @@ exports.IDL = {
288
288
  {
289
289
  "kind": "const",
290
290
  "type": "string",
291
- "value": "testhelium10"
291
+ "value": "testhelium12"
292
292
  }
293
293
  ]
294
294
  }
@@ -485,7 +485,7 @@ exports.IDL = {
485
485
  {
486
486
  "kind": "const",
487
487
  "type": "string",
488
- "value": "testhelium10"
488
+ "value": "testhelium12"
489
489
  }
490
490
  ]
491
491
  }
@@ -285,7 +285,7 @@ export const IDL = {
285
285
  {
286
286
  "kind": "const",
287
287
  "type": "string",
288
- "value": "testhelium10"
288
+ "value": "testhelium12"
289
289
  }
290
290
  ]
291
291
  }
@@ -482,7 +482,7 @@ export const IDL = {
482
482
  {
483
483
  "kind": "const",
484
484
  "type": "string",
485
- "value": "testhelium10"
485
+ "value": "testhelium12"
486
486
  }
487
487
  ]
488
488
  }
@@ -285,7 +285,7 @@ export type DataCredits = {
285
285
  {
286
286
  "kind": "const";
287
287
  "type": "string";
288
- "value": "testhelium10";
288
+ "value": "testhelium12";
289
289
  }
290
290
  ];
291
291
  };
@@ -482,7 +482,7 @@ export type HeliumEntityManager = {
482
482
  {
483
483
  "kind": "const";
484
484
  "type": "string";
485
- "value": "testhelium10";
485
+ "value": "testhelium12";
486
486
  }
487
487
  ];
488
488
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helium/idls",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "Exported idls",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -41,5 +41,5 @@
41
41
  "ts-loader": "^9.2.3",
42
42
  "typescript": "^4.3.4"
43
43
  },
44
- "gitHead": "3ce4e21a8bd0a0b8945bacd4a65dd2f714d60533"
44
+ "gitHead": "4eeb4cc1814327990506a70eaab3f2d303b76c87"
45
45
  }