@allior/wmake-streamelements-events 0.0.1 → 0.0.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 +3 -3
- package/README_RU.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,11 +11,11 @@ Ported from RishamonAlerts (event-normalizer-shared.js, event-normalizer-aggrega
|
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
|
14
|
-
In the wmake
|
|
14
|
+
In the wmake repo the package is already in workspaces. From the root:
|
|
15
15
|
|
|
16
16
|
```bash
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
pnpm install
|
|
18
|
+
pnpm --filter @allior/wmake-streamelements-events build
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
## Usage
|
package/README_RU.md
CHANGED
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
|
|
10
10
|
## Установка
|
|
11
11
|
|
|
12
|
-
В
|
|
12
|
+
В репозитории wmake пакет уже в workspaces. Из корня:
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
pnpm install
|
|
16
|
+
pnpm --filter @allior/wmake-streamelements-events build
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
## Использование
|
package/package.json
CHANGED