@twin.org/logging-service 0.0.1-next.2 → 0.0.1-next.4

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.4
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.4",
4
4
  "description": "Logging contract implementation and REST endpoint definitions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,42 +13,14 @@
13
13
  "engines": {
14
14
  "node": ">=20.0.0"
15
15
  },
16
- "scripts": {
17
- "clean": "rimraf dist coverage docs/reference",
18
- "build": "tspc",
19
- "test": "vitest --run --config ./vitest.config.ts --no-cache",
20
- "coverage": "vitest --run --coverage --config ./vitest.config.ts --no-cache",
21
- "bundle:esm": "rollup --config rollup.config.mjs --environment MODULE:esm",
22
- "bundle:cjs": "rollup --config rollup.config.mjs --environment MODULE:cjs",
23
- "bundle": "npm run bundle:esm && npm run bundle:cjs",
24
- "docs:clean": "rimraf docs/reference",
25
- "docs:generate": "typedoc",
26
- "docs:api": "ts-to-openapi ./ts-to-openapi.json ./docs/open-api/spec.json",
27
- "docs": "npm run docs:clean && npm run docs:generate && npm run docs:api",
28
- "dist": "npm run clean && npm run build && npm run test && npm run bundle && npm run docs"
29
- },
30
16
  "dependencies": {
31
17
  "@twin.org/api-models": "next",
32
18
  "@twin.org/core": "next",
33
19
  "@twin.org/entity": "next",
20
+ "@twin.org/logging-models": "0.0.1-next.4",
34
21
  "@twin.org/nameof": "next",
35
- "@twin.org/logging-models": "0.0.1-next.2",
36
22
  "@twin.org/web": "next"
37
23
  },
38
- "devDependencies": {
39
- "@twin.org/nameof-transformer": "next",
40
- "@twin.org/ts-to-openapi": "next",
41
- "@vitest/coverage-v8": "2.1.1",
42
- "copyfiles": "2.4.1",
43
- "rimraf": "6.0.1",
44
- "rollup": "4.21.3",
45
- "rollup-plugin-typescript2": "0.36.0",
46
- "ts-patch": "3.2.1",
47
- "typedoc": "0.26.7",
48
- "typedoc-plugin-markdown": "4.2.7",
49
- "typescript": "5.6.2",
50
- "vitest": "2.1.1"
51
- },
52
24
  "main": "./dist/cjs/index.cjs",
53
25
  "module": "./dist/esm/index.mjs",
54
26
  "types": "./dist/types/index.d.ts",