@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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- [![npm version](https://badge.fury.io/js/%40exabyte-io%2Fwode.js.svg)](https://badge.fury.io/js/%40exabyte-io%2Fwode.js)
1
+ [![npm version](https://badge.fury.io/js/%40mat3ra%2Fwode.svg)](https://badge.fury.io/js/%40mat3ra%2Fwode)
2
2
  [![License: Apache](https://img.shields.io/badge/License-Apache-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
3
3
 
4
- # wode.js
4
+ # wode
5
5
 
6
- WOrkflow DEfinitions in JavaScript - wode.js - houses entity definitions for use in the Mat3ra platform.
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 @exabyte-io/wode.js
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.js.git
20
+ git clone https://github.com/Exabyte-io/wode.git
21
21
  ```
22
22
 
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mat3ra/wode",
3
- "version": "2025.10.2-0",
3
+ "version": "2025.10.2-1",
4
4
  "description": "WOrkflow DEfinitions",
5
5
  "scripts": {
6
6
  "test": "nyc --reporter=text mocha --recursive --bail --require @babel/register/lib --require tests/setup.js tests",