@mat3ra/wode 2025.10.2-0 → 2025.10.2-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/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
[](https://badge.fury.io/js/%40mat3ra%2Fwode)
|
|
2
2
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
3
3
|
|
|
4
|
-
# wode
|
|
4
|
+
# wode
|
|
5
5
|
|
|
6
|
-
WOrkflow DEfinitions in JavaScript - wode
|
|
6
|
+
WOrkflow DEfinitions in JavaScript - wode - houses entity definitions for use in the Mat3ra platform.
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
@@ -11,13 +11,13 @@ WOrkflow DEfinitions in JavaScript - wode.js - houses entity definitions for use
|
|
|
11
11
|
For usage within a javascript project:
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
npm install @
|
|
14
|
+
npm install @mat3ra/wode
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
For development:
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
git clone https://github.com/Exabyte-io/wode.
|
|
20
|
+
git clone https://github.com/Exabyte-io/wode.git
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
|
package/package.json
CHANGED