@antelopejs/core 1.1.4 → 1.1.5
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 +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antelopejs/core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "Modular Node.js framework with interface-based architecture for building extensible applications",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,6 +25,11 @@
|
|
|
25
25
|
"access": "public"
|
|
26
26
|
},
|
|
27
27
|
"packageManager": "pnpm@10.6.5",
|
|
28
|
+
"antelopeJs": {
|
|
29
|
+
"implements": [
|
|
30
|
+
"@antelopejs/interface-core"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
28
33
|
"keywords": [
|
|
29
34
|
"antelopejs",
|
|
30
35
|
"framework",
|