@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 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 monorepo the package is already in workspaces. From the root:
14
+ In the wmake repo the package is already in workspaces. From the root:
15
15
 
16
16
  ```bash
17
- bun install
18
- bun run --filter @allior/wmake-streamelements-events build
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
- В монорепозитории wmake пакет уже в workspaces. Из корня:
12
+ В репозитории wmake пакет уже в workspaces. Из корня:
13
13
 
14
14
  ```bash
15
- bun install
16
- bun run --filter @allior/wmake-events build
15
+ pnpm install
16
+ pnpm --filter @allior/wmake-streamelements-events build
17
17
  ```
18
18
 
19
19
  ## Использование
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allior/wmake-streamelements-events",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Twitch/StreamElements subscription event normalizer for widgets (alerts).",
5
5
  "type": "module",
6
6
  "types": "./dist/root/index.d.ts",