@arikajs/dispatcher 0.10.9 → 0.10.11

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +7 -8
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 ArikaJs
3
+ Copyright (c) 2024-2026 Prakash Tank
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -260,7 +260,7 @@ Before submitting a PR:
260
260
 
261
261
  ## License
262
262
 
263
- `@arikajs/dispatcher` is open-sourced software licensed under the **MIT license**.
263
+ `@arikajs/dispatcher` is licensed under the **MIT License 1.1 ([MIT](../../LICENSE))**.
264
264
 
265
265
  ---
266
266
 
package/package.json CHANGED
@@ -1,20 +1,19 @@
1
1
  {
2
2
  "name": "@arikajs/dispatcher",
3
- "version": "0.10.9",
3
+ "version": "0.10.11",
4
4
  "description": "Request dispatching and handler execution layer of the ArikaJS framework.",
5
- "license": "BSL-1.1",
5
+ "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "files": [
9
9
  "dist"
10
10
  ],
11
11
  "keywords": [
12
- "arika",
13
- "arika-js",
12
+ "arikajs",
14
13
  "framework",
15
- "dispatcher",
16
- "controller",
17
- "middleware"
14
+ "node.js",
15
+ "typescript",
16
+ "dispatcher"
18
17
  ],
19
18
  "engines": {
20
19
  "node": ">=20.0.0"
@@ -29,7 +28,7 @@
29
28
  },
30
29
  "homepage": "https://github.com/ArikaJs/arikajs/tree/main/packages/dispatcher#readme",
31
30
  "dependencies": {
32
- "@arikajs/middleware": "0.10.9"
31
+ "@arikajs/middleware": "0.10.11"
33
32
  },
34
33
  "devDependencies": {
35
34
  "@types/node": "^20.11.24",