@show-karma/karma-gap-sdk 0.3.10 → 0.3.11

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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Milestone = void 0;
4
- const consts_1 = require("core/consts");
4
+ const consts_1 = require("../../consts");
5
5
  const AllGapSchemas_1 = require("../AllGapSchemas");
6
6
  const Attestation_1 = require("../Attestation");
7
7
  const SchemaError_1 = require("../SchemaError");
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.3.10",
6
+ "version": "0.3.11",
7
7
  "description": "Simple and easy interface between EAS and Karma GAP.",
8
8
  "main": "./index.js",
9
9
  "author": "KarmaHQ",