asterflow 2.0.0 → 2.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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "asterflow",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "The core framework - ties together adapters, routing, plugins and responses into one typed AsterFlow app.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"asterflow",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"typescript": "^5.8.3"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@asterflow/adapter": "^
|
|
47
|
-
"@asterflow/plugin": "^
|
|
48
|
-
"@asterflow/response": "^
|
|
49
|
-
"@asterflow/router": "^2.0.
|
|
46
|
+
"@asterflow/adapter": "^2.0.2",
|
|
47
|
+
"@asterflow/plugin": "^2.0.2",
|
|
48
|
+
"@asterflow/response": "^2.0.2",
|
|
49
|
+
"@asterflow/router": "^2.0.2",
|
|
50
50
|
"@asterflow/url-parser": "^4.1.1",
|
|
51
51
|
"reminist": "^1.0.8"
|
|
52
52
|
}
|