@genapi/pipeline 3.2.0 → 3.3.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 (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -149,7 +149,7 @@ function config(userConfig) {
149
149
  if (typeof userConfig.input === "object")
150
150
  Object.assign(inputs, userConfig.input);
151
151
  const configRead = {
152
- config,
152
+ config: userConfig,
153
153
  inputs,
154
154
  outputs,
155
155
  graphs: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genapi/pipeline",
3
3
  "type": "module",
4
- "version": "3.2.0",
4
+ "version": "3.3.0",
5
5
  "author": "Hairyf <wwu710632@gmail.com>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/hairyf/genapi#readme",
@@ -26,7 +26,7 @@
26
26
  "prettier": "^2.8.4",
27
27
  "ts-factory-extra": "^0.0.5",
28
28
  "typescript": "^5.0.0",
29
- "@genapi/shared": "3.2.0"
29
+ "@genapi/shared": "3.3.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/fs-extra": "^11.0.1"