@twin.org/logging-service 0.0.1-next.2 → 0.0.1-next.3
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/docs/changelog.md +1 -1
- package/docs/open-api/spec.json +2 -2
- package/package.json +2 -2
package/docs/changelog.md
CHANGED
package/docs/open-api/spec.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"openapi": "3.1.0",
|
3
3
|
"info": {
|
4
|
-
"title": "
|
5
|
-
"description": "REST API for
|
4
|
+
"title": "TWIN - Test Endpoints",
|
5
|
+
"description": "REST API for TWIN - Test Endpoints.",
|
6
6
|
"version": "1.0.0",
|
7
7
|
"license": {
|
8
8
|
"name": "Apache 2.0 License",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@twin.org/logging-service",
|
3
|
-
"version": "0.0.1-next.
|
3
|
+
"version": "0.0.1-next.3",
|
4
4
|
"description": "Logging contract implementation and REST endpoint definitions",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"@twin.org/core": "next",
|
33
33
|
"@twin.org/entity": "next",
|
34
34
|
"@twin.org/nameof": "next",
|
35
|
-
"@twin.org/logging-models": "0.0.1-next.
|
35
|
+
"@twin.org/logging-models": "0.0.1-next.3",
|
36
36
|
"@twin.org/web": "next"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|