@fluojs/runtime 1.0.1 → 1.1.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.
- package/README.ko.md +2 -0
- package/README.md +2 -0
- package/package.json +5 -5
package/README.ko.md
CHANGED
|
@@ -164,6 +164,8 @@ class UsersModule {}
|
|
|
164
164
|
|
|
165
165
|
## 플랫폼 전용 서브경로
|
|
166
166
|
|
|
167
|
+
애플리케이션-facing 런타임 헬퍼에는 `@fluojs/runtime/node`와 `@fluojs/runtime/web`를 사용하세요. 공개된 `internal*` 서브경로는 first-party adapter와 runtime-aware package를 위한 package-integration seam으로 예약되어 있습니다. 이 표는 패키지 작성자가 경계를 식별할 수 있도록 문서화하지만, 해당 seam을 애플리케이션 수준 helper 계약으로 취급하지는 않습니다.
|
|
168
|
+
|
|
167
169
|
| 서브경로 | 용도 |
|
|
168
170
|
| :--- | :--- |
|
|
169
171
|
| `@fluojs/runtime/node` | 로거 팩토리, Node 어댑터/부트스트랩 헬퍼, 종료 시그널 등록을 위한 지원되는 Node.js 전용 진입점입니다. |
|
package/README.md
CHANGED
|
@@ -164,6 +164,8 @@ class UsersModule {}
|
|
|
164
164
|
|
|
165
165
|
## Platform-Specific Subpaths
|
|
166
166
|
|
|
167
|
+
Use `@fluojs/runtime/node` and `@fluojs/runtime/web` for application-facing runtime helpers. The published `internal*` subpaths are reserved package-integration seams for first-party adapters and runtime-aware packages; they are documented here so package authors can identify the boundary without treating those seams as application-level helper contracts.
|
|
168
|
+
|
|
167
169
|
| Subpath | Purpose |
|
|
168
170
|
| :--- | :--- |
|
|
169
171
|
| `@fluojs/runtime/node` | Supported Node.js entrypoint for logger factories, Node adapter/bootstrap helpers, and shutdown signal registration. |
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"module-graph",
|
|
10
10
|
"orchestration"
|
|
11
11
|
],
|
|
12
|
-
"version": "1.0
|
|
12
|
+
"version": "1.1.0",
|
|
13
13
|
"private": false,
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"repository": {
|
|
@@ -67,14 +67,14 @@
|
|
|
67
67
|
"dist"
|
|
68
68
|
],
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluojs/config": "^1.0.
|
|
71
|
-
"@fluojs/
|
|
72
|
-
"@fluojs/
|
|
70
|
+
"@fluojs/config": "^1.0.2",
|
|
71
|
+
"@fluojs/core": "^1.0.2",
|
|
72
|
+
"@fluojs/di": "^1.0.2",
|
|
73
73
|
"@fluojs/http": "^1.0.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"vitest": "^3.2.4",
|
|
77
|
-
"@fluojs/serialization": "^1.0.
|
|
77
|
+
"@fluojs/serialization": "^1.0.2"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
80
|
"prebuild": "node ../../tooling/scripts/clean-dist.mjs",
|