digitaltwin-core 0.14.1 → 0.14.2
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/README.md +2 -2
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -16,10 +16,10 @@ Digital Twin Core is a minimalist TypeScript framework used to collect and proce
|
|
|
16
16
|
## Installation
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
|
|
19
|
+
pnpm add digitaltwin-core
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
The project requires Node.js
|
|
22
|
+
The project requires Node.js 20 or later.
|
|
23
23
|
|
|
24
24
|
## Building
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "digitaltwin-core",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.2",
|
|
4
4
|
"description": "Minimalist framework to collect and handle data in a Digital Twin project",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Axel Hoffmann",
|
|
@@ -28,12 +28,13 @@
|
|
|
28
28
|
],
|
|
29
29
|
"repository": {
|
|
30
30
|
"type": "git",
|
|
31
|
-
"url": "git+https://github.com/CePseudoBE/
|
|
31
|
+
"url": "git+https://github.com/CePseudoBE/digitaltwin.git",
|
|
32
|
+
"directory": "digitaltwin-core"
|
|
32
33
|
},
|
|
33
34
|
"bugs": {
|
|
34
|
-
"url": "https://github.com/CePseudoBE/
|
|
35
|
+
"url": "https://github.com/CePseudoBE/digitaltwin/issues"
|
|
35
36
|
},
|
|
36
|
-
"homepage": "https://github.com/CePseudoBE/
|
|
37
|
+
"homepage": "https://github.com/CePseudoBE/digitaltwin/tree/main/digitaltwin-core#readme",
|
|
37
38
|
"engines": {
|
|
38
39
|
"node": ">=20.0.0"
|
|
39
40
|
},
|