@rsdk/core 1.0.7 → 1.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdk/core",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Nestjs based microservice chassis",
5
5
  "license": "Apache License 2.0",
6
6
  "publishConfig": {
@@ -27,13 +27,13 @@
27
27
  "@nestjs/common": "^9.0.0",
28
28
  "@nestjs/core": "^9.0.0",
29
29
  "@nestjs/microservices": "^9.0.0",
30
- "@rsdk/common": "^1.0.7",
31
- "@rsdk/decorators": "^1.0.7",
32
- "@rsdk/logging": "^1.0.7",
30
+ "@rsdk/common": "^1.0.8",
31
+ "@rsdk/decorators": "^1.0.8",
32
+ "@rsdk/logging": "^1.0.8",
33
33
  "axios": "^1.1.3",
34
34
  "lodash": "^4.17.21",
35
35
  "reflect-metadata": "^0.1.13",
36
36
  "rxjs": "^7.0.0"
37
37
  },
38
- "gitHead": "c007ea7f137e129eb3b70db0c8d650e28425a4c0"
38
+ "gitHead": "fa402740434388d4c3e7a79f4ad30088e2659d6b"
39
39
  }
@@ -1,9 +1,4 @@
1
- import {
2
- Assert,
3
- text,
4
- Timespan,
5
- TIMESPAN_STRING_PATTERN,
6
- } from '@rsdk/common';
1
+ import { Assert, text, Timespan, TIMESPAN_STRING_PATTERN } from '@rsdk/common';
7
2
 
8
3
  import type { PropertyParser, RawConfigValue } from '../../types';
9
4
 
package/.eslintignore DELETED
@@ -1,4 +0,0 @@
1
- libs/contract
2
- **/*.d.ts
3
- **/*.js
4
- **/generated
package/.eslintrc.js DELETED
@@ -1,4 +0,0 @@
1
- module.exports = {
2
- root: true,
3
- extends: ["rsdk"],
4
- };
package/.prettierignore DELETED
@@ -1 +0,0 @@
1
- **/*.spec.ts
package/.prettierrc.json DELETED
@@ -1 +0,0 @@
1
- "@rsdk/prettier-config"