@golemio/municipal-authorities 1.2.2 → 1.2.3-rc.1572952407

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.
@@ -0,0 +1,2 @@
1
+ export * as IntegrationEngine from "./integration-engine/index";
2
+ export * as SchemaDefinitions from "./schema-definitions/index";
package/dist/index.js ADDED
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.SchemaDefinitions = exports.IntegrationEngine = void 0;
27
+ // Library exports
28
+ exports.IntegrationEngine = __importStar(require("./integration-engine/index"));
29
+ exports.SchemaDefinitions = __importStar(require("./schema-definitions/index"));
30
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kBAAkB;AAClB,gFAA+C;AAC/C,gFAAgD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/municipal-authorities",
3
- "version": "1.2.2",
3
+ "version": "1.2.3-rc.1572952407",
4
4
  "description": "Golemio Municipal Authorities Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -31,8 +31,8 @@
31
31
  "devDependencies": {
32
32
  "@commitlint/cli": "^11.0.0",
33
33
  "@commitlint/config-conventional": "^11.0.0",
34
- "@golemio/cli": "1.5.0",
35
- "@golemio/core": "1.10.3",
34
+ "@golemio/cli": "1.7.3",
35
+ "@golemio/core": "1.17.1",
36
36
  "@golemio/db-common": "1.1.4",
37
37
  "@golemio/eslint-config": "1.1.2",
38
38
  "@types/chai": "4.2.3",
@@ -70,4 +70,4 @@
70
70
  "dependencies": {
71
71
  "geojson": "^0.5.0"
72
72
  }
73
- }
73
+ }