moost 0.6.7 → 0.6.9

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 +1 -5
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # moost
2
2
 
3
- **!!! This is work-in-progress library, breaking changes are expected !!!**
4
-
5
3
  <p align="center">
6
4
  <img src="../../moost-logo.png" width="450px"><br>
7
5
  <a href="https://github.com/moostjs/moostjs/blob/main/LICENSE">
@@ -9,9 +7,7 @@
9
7
  </a>
10
8
  </p>
11
9
 
12
- Welcome to Moostjs, a metadata-driven Event Processing Framework inspired by [NestJS](https://nestjs.com/) and powered by [Wooks](https://wooks.moost.org). While Moost is currently a work-in-progress library, we're excited about its potential and invite you to explore, experiment, and contribute to its development.
13
-
14
- **Note:** As Moostjs is under active development, breaking changes can be expected.
10
+ Welcome to Moostjs, a metadata-driven Event Processing Framework inspired by [NestJS](https://nestjs.com/) and powered by [Wooks](https://wooks.moost.org).
15
11
 
16
12
  ## Motivation
17
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moost",
3
- "version": "0.6.7",
3
+ "version": "0.6.9",
4
4
  "description": "moost",
5
5
  "keywords": [
6
6
  "composables",
@@ -41,15 +41,15 @@
41
41
  "@prostojs/infact": "^0.4.1",
42
42
  "@prostojs/logger": "^0.4.3",
43
43
  "@prostojs/mate": "^0.4.0",
44
- "@wooksjs/event-core": "^0.7.9",
44
+ "@wooksjs/event-core": "^0.7.11",
45
45
  "hookable": "^5.5.3",
46
- "wooks": "^0.7.9"
46
+ "wooks": "^0.7.11"
47
47
  },
48
48
  "devDependencies": {
49
- "@wooksjs/event-http": "^0.7.9",
50
- "@wooksjs/http-body": "^0.7.9",
49
+ "@wooksjs/event-http": "^0.7.11",
50
+ "@wooksjs/http-body": "^0.7.11",
51
51
  "vitest": "3.2.4",
52
- "@moostjs/event-http": "^0.6.7"
52
+ "@moostjs/event-http": "^0.6.9"
53
53
  },
54
54
  "scripts": {
55
55
  "pub": "pnpm publish --access public",