@golemio/municipal-libraries 1.0.4-dev.486197656 → 1.0.4-dev.551918471

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/README.md CHANGED
@@ -1,7 +1,46 @@
1
- # @golemio/municipal-libraries
1
+ <div align="center">
2
+ <p>
3
+ <a href="https://operatorict.cz">
4
+ <img src="https://gitlab.com/operator-ict/golemio/code/modules/core/-/raw/development/.assets/oict_logo.png" alt="oict" width="100px" height="100px" />
5
+ </a>
6
+ <a href="https://golemio.cz">
7
+ <img src="https://gitlab.com/operator-ict/golemio/code/modules/core/-/raw/development/.assets/golemio_logo.png" alt="golemio" width="100px" height="100px" />
8
+ </a>
9
+ </p>
2
10
 
3
- Municipal Libraries module of the Golemio data platform
11
+ <h1>@golemio/municipal-libraries</h1>
4
12
 
5
- Developed by http://operatorict.cz
13
+ <p>
14
+ <a href="https://gitlab.com/operator-ict/golemio/code/modules/municipal-libraries/commits/master">
15
+ <img src="https://gitlab.com/operator-ict/golemio/code/modules/municipal-libraries/badges/master/pipeline.svg" alt="pipeline">
16
+ </a>
17
+ <a href="https://gitlab.com/operator-ict/golemio/code/modules/municipal-libraries/commits/master">
18
+ <img src="https://gitlab.com/operator-ict/golemio/code/modules/municipal-libraries/badges/master/coverage.svg" alt="coverage">
19
+ </a>
20
+ <a href="./LICENSE">
21
+ <img src="https://img.shields.io/npm/l/@golemio/municipal-libraries" alt="license">
22
+ </a>
23
+ </p>
6
24
 
7
- ## TODO write this README
25
+ <p>
26
+ <a href="#installation">Installation</a> · <a href="./docs">Documentation</a> · <a href="https://operator-ict.gitlab.io/golemio/code/modules/municipal-libraries">TypeDoc</a>
27
+ </p>
28
+ </div>
29
+
30
+ This module is intended for use with Golemio services. Refer [here](https://gitlab.com/operator-ict/golemio/code/modules/core/-/blob/development/README.md) for further information on usage, local development and more.
31
+
32
+ ## Installation
33
+
34
+ The APIs may be unstable. Therefore, we recommend to install this module as an exact version.
35
+
36
+ ```bash
37
+ # Latest version
38
+ yarn add --exact @golemio/municipal-libraries@latest
39
+
40
+ # Development version
41
+ yarn add --exact @golemio/municipal-libraries@dev
42
+ ```
43
+
44
+ <!-- ## Description -->
45
+
46
+ <!-- Insert module-specific info here -->
package/dist/index.js CHANGED
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[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);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,kBAAkB;AAClB,gFAA+C;AAC/C,gFAAgD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kBAAkB;AAClB,gFAA+C;AAC/C,gFAAgD"}
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[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);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/integration-engine/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qEAAmD;AACnD,6DAA2C;AAC3C,qDAAmC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/integration-engine/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD;AACnD,6DAA2C;AAC3C,qDAAmC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/municipal-libraries",
3
- "version": "1.0.4-dev.486197656",
3
+ "version": "1.0.4-dev.551918471",
4
4
  "description": "Golemio Municipal Libraries Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "test-debug": "run-s 'test --inspect-brk=9230'",
13
13
  "code-coverage": "nyc run-s 'test -r source-map-support/register'",
14
14
  "generate-docs": "typedoc --out docs/typedoc src",
15
- "lint": "eslint '{src,test}/**/*.ts'"
15
+ "lint": "eslint \"{src,test}/**/*.ts\""
16
16
  },
17
17
  "keywords": [
18
18
  "golemio"
@@ -26,14 +26,15 @@
26
26
  "devDependencies": {
27
27
  "@commitlint/cli": "^11.0.0",
28
28
  "@commitlint/config-conventional": "^11.0.0",
29
- "@golemio/core": "1.1.6",
29
+ "@golemio/core": "1.2.10-dev.544242823",
30
+ "@golemio/city-districts": "1.0.5-dev.551054240",
30
31
  "@golemio/eslint-config": "^1.0.2",
32
+ "@ovos-media/ts-transform-paths": "^1.7.18-1",
31
33
  "@types/chai": "4.2.3",
32
34
  "@types/chai-as-promised": "7.1.2",
33
35
  "@types/mocha": "^8.2.0",
34
- "@types/node": "^14.14.20",
36
+ "@types/node": "^16.11.35",
35
37
  "@types/sinon": "^9.0.10",
36
- "@zerollup/ts-transform-paths": "^1.7.18",
37
38
  "chai": "4.2.0",
38
39
  "chai-as-promised": "7.1.1",
39
40
  "cross-env": "^7.0.3",
@@ -47,15 +48,13 @@
47
48
  "rimraf": "^3.0.2",
48
49
  "sinon": "^9.2.3",
49
50
  "source-map-support": "0.5.19",
50
- "ts-node": "^9.1.1",
51
- "ttypescript": "^1.5.12",
52
- "typedoc": "^0.20.28",
53
- "typescript": "^4.1.3"
51
+ "ts-node": "^10.7.0",
52
+ "ttypescript": "^1.5.13",
53
+ "typedoc": "^0.22.15",
54
+ "typescript": "4.6.4"
54
55
  },
55
56
  "peerDependencies": {
56
- "@golemio/core": "^1.0.0"
57
- },
58
- "dependencies": {
59
- "@golemio/city-districts": "1.0.2"
57
+ "@golemio/core": "^1.0.0",
58
+ "@golemio/city-districts": "^1.0.0"
60
59
  }
61
60
  }