@biorate/prometheus 0.30.11 → 0.30.18

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 @@
1
+ {"parent":null,"pid":38484,"argv":["/home/llevkin/.nvm/versions/node/v16.13.0/bin/node","/www/biorate/core/node_modules/.bin/npx","mocha","-r","ts-node/register","tests/**/*.spec.ts"],"execArgv":[],"cwd":"/www/biorate/core/packages/@biorate/prometheus","time":1656048622838,"ppid":38427,"coverageFilename":"/www/biorate/core/packages/@biorate/prometheus/.nyc_output/6bce19b1-fbbd-4d7b-b620-89d88ee69373.json","externalId":"","uuid":"6bce19b1-fbbd-4d7b-b620-89d88ee69373","files":["/www/biorate/core/packages/@biorate/prometheus/src/index.ts","/www/biorate/core/packages/@biorate/prometheus/src/interfaces.ts"]}
@@ -1 +1 @@
1
- {"processes":{"6c260762-90ca-441a-9c71-1a7fbc62b644":{"parent":null,"children":[]}},"files":{"/www/biorate/core/packages/@biorate/prometheus/src/index.ts":["6c260762-90ca-441a-9c71-1a7fbc62b644"],"/www/biorate/core/packages/@biorate/prometheus/src/interfaces.ts":["6c260762-90ca-441a-9c71-1a7fbc62b644"]},"externalIds":{}}
1
+ {"processes":{"6bce19b1-fbbd-4d7b-b620-89d88ee69373":{"parent":null,"children":[]}},"files":{"/www/biorate/core/packages/@biorate/prometheus/src/index.ts":["6bce19b1-fbbd-4d7b-b620-89d88ee69373"],"/www/biorate/core/packages/@biorate/prometheus/src/interfaces.ts":["6bce19b1-fbbd-4d7b-b620-89d88ee69373"]},"externalIds":{}}
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.30.18](https://github.com/biorate/core/compare/v0.30.17...v0.30.18) (2022-06-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **promentheus:** strict ([ed4695f](https://github.com/biorate/core/commit/ed4695ff837894d9333c98d7b04a30fb433952e5))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.30.11](https://github.com/biorate/core/compare/v0.30.10...v0.30.11) (2022-06-24)
7
18
 
8
19
  **Note:** Version bump only for package @biorate/prometheus
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at Thu Jun 23 2022 21:55:55 GMT+0300 (Москва, стандартное время)
104
+ at Fri Jun 24 2022 08:30:27 GMT+0300 (Москва, стандартное время)
105
105
  </div>
106
106
  <script src="prettify.js"></script>
107
107
  <script>
@@ -103,7 +103,7 @@ Error: Unable to lookup source: /www/biorate/core/packages/@biorate/prometheus/s
103
103
  <div class='footer quiet pad2 space-top1 center small'>
104
104
  Code coverage generated by
105
105
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
106
- at Thu Jun 23 2022 21:55:55 GMT+0300 (Москва, стандартное время)
106
+ at Fri Jun 24 2022 08:30:27 GMT+0300 (Москва, стандартное время)
107
107
  </div>
108
108
  <script src="prettify.js"></script>
109
109
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biorate/prometheus",
3
- "version": "0.30.11",
3
+ "version": "0.30.18",
4
4
  "description": "Prometheus DI module",
5
5
  "main": "dist",
6
6
  "scripts": {
@@ -25,5 +25,5 @@
25
25
  "@biorate/inversion": "0.30.7",
26
26
  "prom-client": "^14.0.1"
27
27
  },
28
- "gitHead": "ecb8489fd78d3d61063edc27dc04442e3d0c6f45"
28
+ "gitHead": "5bf28b7446ad284e1caf410df108fd040d47ecf1"
29
29
  }
package/tsconfig.json CHANGED
@@ -1,6 +1,9 @@
1
1
  {
2
2
  "extends": "../../../tsconfig.json",
3
- "compilerOptions": {},
3
+ "compilerOptions": {
4
+ "strict": true,
5
+ "strictPropertyInitialization": false
6
+ },
4
7
  "include": ["index.ts", "src/**/*", "tests/**/*"],
5
8
  "exclude": ["node_modules", "dist"]
6
9
  }
@@ -1 +0,0 @@
1
- {"parent":null,"pid":143005,"argv":["/home/llevkin/.nvm/versions/node/v16.13.0/bin/node","/www/biorate/core/node_modules/.bin/npx","mocha","-r","ts-node/register","tests/**/*.spec.ts"],"execArgv":[],"cwd":"/www/biorate/core/packages/@biorate/prometheus","time":1656010551863,"ppid":142968,"coverageFilename":"/www/biorate/core/packages/@biorate/prometheus/.nyc_output/6c260762-90ca-441a-9c71-1a7fbc62b644.json","externalId":"","uuid":"6c260762-90ca-441a-9c71-1a7fbc62b644","files":["/www/biorate/core/packages/@biorate/prometheus/src/index.ts","/www/biorate/core/packages/@biorate/prometheus/src/interfaces.ts"]}