@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 CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/logging-service - Changelog
2
2
 
3
- ## v0.0.1-next.2
3
+ ## v0.0.1-next.3
4
4
 
5
5
  - Initial Release
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "openapi": "3.1.0",
3
3
  "info": {
4
- "title": "Global Trade and Supply Chain - Test Endpoints",
5
- "description": "REST API for Global Trade and Supply Chain - Test Endpoints.",
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.2",
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.2",
35
+ "@twin.org/logging-models": "0.0.1-next.3",
36
36
  "@twin.org/web": "next"
37
37
  },
38
38
  "devDependencies": {