@fluojs/platform-nodejs 1.0.1 → 1.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/dist/index.d.ts CHANGED
@@ -59,7 +59,7 @@ export declare const bootstrapNodejsApplication: typeof bootstrapNodeApplication
59
59
  * Use this factory for adapter-first startup through `fluoFactory.create(...)` when the application
60
60
  * should run directly on Node's built-in `http` or `https` server primitives.
61
61
  *
62
- * @param options Transport-level Node.js settings such as port, retries, multipart, and HTTPS options.
62
+ * @param options Transport-level Node.js settings such as port, retries, body-size limits, and HTTPS options.
63
63
  * @returns The Node.js HTTP adapter instance used by the Fluo runtime.
64
64
  *
65
65
  * @example
package/dist/index.js CHANGED
@@ -61,7 +61,7 @@ export const bootstrapNodejsApplication = bootstrapNodeApplication;
61
61
  * Use this factory for adapter-first startup through `fluoFactory.create(...)` when the application
62
62
  * should run directly on Node's built-in `http` or `https` server primitives.
63
63
  *
64
- * @param options Transport-level Node.js settings such as port, retries, multipart, and HTTPS options.
64
+ * @param options Transport-level Node.js settings such as port, retries, body-size limits, and HTTPS options.
65
65
  * @returns The Node.js HTTP adapter instance used by the Fluo runtime.
66
66
  *
67
67
  * @example
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "platform",
10
10
  "server"
11
11
  ],
12
- "version": "1.0.1",
12
+ "version": "1.0.2",
13
13
  "private": false,
14
14
  "license": "MIT",
15
15
  "repository": {
@@ -36,8 +36,8 @@
36
36
  "dist"
37
37
  ],
38
38
  "dependencies": {
39
- "@fluojs/http": "^1.0.0",
40
- "@fluojs/runtime": "^1.0.1"
39
+ "@fluojs/runtime": "^1.1.0",
40
+ "@fluojs/http": "^1.0.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "vitest": "^3.2.4"