@aalis/runtime 0.2.0 → 0.4.0

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aalis/runtime",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Aalis 独立部署运行时:node_modules 插件加载 + YAML 配置 + 一行启动 startAalis",
@@ -17,12 +17,12 @@
17
17
  "yaml": "^2.7.0"
18
18
  },
19
19
  "peerDependencies": {
20
- "@aalis/core": "^0.2.0"
20
+ "@aalis/core": ">=0.2.0 <1.0.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "typescript": "^5.7.0",
24
24
  "@types/node": "^22.0.0",
25
- "@aalis/core": "0.2.0"
25
+ "@aalis/core": "0.4.0"
26
26
  },
27
27
  "aalis": {
28
28
  "tooling": true