@nmshd/runtime 5.3.0 → 5.3.1

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/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2021 j&s-soft GmbH
1
+ Copyright 2024 j&s-soft GmbH
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
4
 
package/README.md CHANGED
@@ -2,15 +2,15 @@
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/@nmshd%2fruntime.svg)](https://www.npmjs.com/package/@nmshd/runtime)
4
4
 
5
- The Enmeshed Runtime defines a framework for Enmeshed applications. This framework brings a module architecture: if the developer using this framework inherits from the provided `Runtime` class, they can reuse so called modules. Modules can be written by third party developers. One example for such a module could be the handling of Enmeshed messages with a specific `@type`.
5
+ The enmeshed Runtime defines a framework for enmeshed applications. This framework brings a module architecture: if the developer using this framework inherits from the provided `Runtime` class, they can reuse so called modules. Modules can be written by third party developers. One example for such a module could be the handling of enmeshed messages with a specific `@type`.
6
6
 
7
7
  In order to simplify the development of those modules, this project delivers wrappers around the functionality of the [transport](https://www.npmjs.com/package/@nmshd/transport)- and [consumption](https://www.npmjs.com/package/@nmshd/consumption)-library which map the data types from their rather technical format to a more consumer-friendly format.
8
8
 
9
- Both the Enmeshed Connector and the official Enmeshed Apps implement this runtime.
9
+ Both the enmeshed Connector and the official enmeshed Apps implement this runtime.
10
10
 
11
11
  ## Documentation
12
12
 
13
- You can find the documentation for Enmeshed on [enmeshed.eu](https://enmeshed.eu).
13
+ You can find the documentation for enmeshed on [enmeshed.eu](https://enmeshed.eu).
14
14
 
15
15
  To get started developing in this repository, see the [developer's guide](README_dev.md).
16
16
 
@@ -18,7 +18,7 @@ To get started developing in this repository, see the [developer's guide](README
18
18
 
19
19
  Please file any bugs or feature requests by creating an [issue](https://github.com/nmshd/feedback/issues).
20
20
 
21
- Share your feedback with the Enmeshed team by contributing to the [discussions](https://github.com/nmshd/feedback/discussions).
21
+ Share your feedback with the enmeshed team by contributing to the [discussions](https://github.com/nmshd/feedback/discussions).
22
22
 
23
23
  ## Contribute
24
24
 
@@ -7,10 +7,10 @@ const content_1 = require("@nmshd/content");
7
7
  const crypto_1 = require("@nmshd/crypto");
8
8
  const transport_1 = require("@nmshd/transport");
9
9
  exports.buildInformation = {
10
- version: "5.3.0",
11
- build: "151",
12
- date: "2024-08-28T12:51:53+00:00",
13
- commit: "15d3e6a8cdc4a9b796ff3b45c53a5cc0f43e0312",
10
+ version: "5.3.1",
11
+ build: "152",
12
+ date: "2024-08-29T10:14:38+00:00",
13
+ commit: "30f04053236b60154335287321df8d596731caa6",
14
14
  dependencies: {"@js-soft/docdb-querytranslator":"^1.1.4","@js-soft/logging-abstractions":"^1.0.1","@js-soft/ts-serval":"2.0.10","@js-soft/ts-utils":"^2.3.3","@nmshd/consumption":"*","@nmshd/content":"*","@nmshd/core-types":"*","@nmshd/crypto":"2.0.6","@nmshd/iql":"^1.0.2","@nmshd/transport":"*","ajv":"^8.17.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.5.0","qrcode":"1.5.4","reflect-metadata":"^0.2.2","ts-simple-nameof":"^1.3.1","typescript-ioc":"3.2.2"},
15
15
  libraries: {
16
16
  serval: ts_serval_1.buildInformation,
package/package.json CHANGED
@@ -64,12 +64,12 @@
64
64
  "@js-soft/logging-abstractions": "^1.0.1",
65
65
  "@js-soft/ts-serval": "2.0.10",
66
66
  "@js-soft/ts-utils": "^2.3.3",
67
- "@nmshd/consumption": "5.3.0",
68
- "@nmshd/content": "5.3.0",
69
- "@nmshd/core-types": "5.3.0",
67
+ "@nmshd/consumption": "5.3.1",
68
+ "@nmshd/content": "5.3.1",
69
+ "@nmshd/core-types": "5.3.1",
70
70
  "@nmshd/crypto": "2.0.6",
71
71
  "@nmshd/iql": "^1.0.2",
72
- "@nmshd/transport": "5.3.0",
72
+ "@nmshd/transport": "5.3.1",
73
73
  "ajv": "^8.17.1",
74
74
  "ajv-errors": "^3.0.0",
75
75
  "ajv-formats": "^3.0.1",
@@ -95,5 +95,5 @@
95
95
  "access": "public",
96
96
  "provenance": true
97
97
  },
98
- "version": "5.3.0"
98
+ "version": "5.3.1"
99
99
  }