@adonisjs/events 9.0.0 → 9.0.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 +1 -1
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  AdonisJS events is an implementation of the event emitter built on top of [emittery](https://github.com/sindresorhus/emittery). Alongside defining event listeners as inline callbacks, you can also bind modules to events and define events as classes.
9
9
 
10
10
  ## Official Documentation
11
- The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/events)
11
+ The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/emitter)
12
12
 
13
13
  ## Contributing
14
14
  One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adonisjs/events",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "description": "An implementation of the event emitter built on top of emittery",
5
5
  "main": "build/index.js",
6
6
  "type": "module",
@@ -43,40 +43,40 @@
43
43
  "author": "virk,adonisjs",
44
44
  "license": "MIT",
45
45
  "devDependencies": {
46
- "@adonisjs/application": "^8.0.0",
47
- "@adonisjs/config": "^5.0.0",
46
+ "@adonisjs/application": "^8.0.2",
47
+ "@adonisjs/config": "^5.0.1",
48
48
  "@adonisjs/eslint-config": "^1.2.1",
49
- "@adonisjs/fold": "^10.0.0",
49
+ "@adonisjs/fold": "^10.0.1",
50
50
  "@adonisjs/prettier-config": "^1.2.1",
51
51
  "@adonisjs/tsconfig": "^1.2.1",
52
- "@commitlint/cli": "^18.4.4",
53
- "@commitlint/config-conventional": "^18.4.4",
52
+ "@commitlint/cli": "^18.5.0",
53
+ "@commitlint/config-conventional": "^18.5.0",
54
54
  "@japa/assert": "^2.1.0",
55
55
  "@japa/expect-type": "^2.0.1",
56
- "@japa/file-system": "^2.1.1",
56
+ "@japa/file-system": "^2.2.0",
57
57
  "@japa/runner": "^3.1.1",
58
- "@swc/core": "^1.3.102",
59
- "@types/node": "^20.10.6",
60
- "c8": "^9.0.0",
58
+ "@swc/core": "^1.3.105",
59
+ "@types/node": "^20.11.5",
60
+ "c8": "^9.1.0",
61
61
  "cross-env": "^7.0.3",
62
62
  "del-cli": "^5.1.0",
63
63
  "eslint": "^8.56.0",
64
64
  "github-label-sync": "^2.3.1",
65
65
  "husky": "^8.0.3",
66
66
  "np": "^9.2.0",
67
- "prettier": "^3.1.1",
67
+ "prettier": "^3.2.4",
68
68
  "ts-node": "^10.9.2",
69
69
  "tsup": "^8.0.1",
70
70
  "typescript": "^5.3.3"
71
71
  },
72
72
  "dependencies": {
73
- "@poppinss/utils": "^6.7.0",
73
+ "@poppinss/utils": "^6.7.1",
74
74
  "@sindresorhus/is": "^6.1.0",
75
75
  "emittery": "^1.0.1"
76
76
  },
77
77
  "peerDependencies": {
78
- "@adonisjs/application": "^8.0.0",
79
- "@adonisjs/fold": "^10.0.0"
78
+ "@adonisjs/application": "^8.0.2",
79
+ "@adonisjs/fold": "^10.0.1"
80
80
  },
81
81
  "repository": {
82
82
  "type": "git",