@modern-js/plugin-bff 2.32.2-alpha.1 → 2.33.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/CHANGELOG.md +9 -8
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,18 +1,19 @@
1
1
  # @modern-js/plugin-bff
2
2
 
3
- ## 2.32.2-alpha.0
3
+ ## 2.33.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 01f3ca4be25: fix: should passthrough the requestCreator
7
+ - 01f3ca4: fix: should passthrough the requestCreator
8
8
  fix: 应该传 requestCreator
9
- - 01f3ca4be25: fix: should passthrough the requestCreator
9
+ - 01f3ca4: fix: should passthrough the requestCreator
10
10
  fix: 应该透传 requestCreator
11
- - Updated dependencies [bc1f8daf0ff]
12
- - @modern-js/utils@2.32.2-alpha.0
13
- - @modern-js/bff-core@2.32.2-alpha.0
14
- - @modern-js/create-request@2.32.2-alpha.0
15
- - @modern-js/server-utils@2.32.2-alpha.0
11
+ - Updated dependencies [fd82137]
12
+ - Updated dependencies [bc1f8da]
13
+ - @modern-js/utils@2.33.0
14
+ - @modern-js/bff-core@2.33.0
15
+ - @modern-js/create-request@2.33.0
16
+ - @modern-js/server-utils@2.33.0
16
17
 
17
18
  ## 2.32.1
18
19
 
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.32.2-alpha.1",
18
+ "version": "2.33.0",
19
19
  "jsnext:source": "./src/cli.ts",
20
20
  "types": "./dist/types/cli.d.ts",
21
21
  "main": "./dist/cjs/cli.js",
@@ -57,10 +57,10 @@
57
57
  "dependencies": {
58
58
  "@babel/core": "^7.21.8",
59
59
  "@swc/helpers": "0.5.1",
60
- "@modern-js/create-request": "2.32.2-alpha.1",
61
- "@modern-js/bff-core": "2.32.2-alpha.1",
62
- "@modern-js/server-utils": "2.32.2-alpha.1",
63
- "@modern-js/utils": "2.32.2-alpha.1"
60
+ "@modern-js/create-request": "2.33.0",
61
+ "@modern-js/bff-core": "2.33.0",
62
+ "@modern-js/server-utils": "2.33.0",
63
+ "@modern-js/utils": "2.33.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/babel__core": "^7.20.0",
@@ -71,14 +71,14 @@
71
71
  "ts-jest": "^29.1.0",
72
72
  "typescript": "^5",
73
73
  "webpack": "^5.88.1",
74
- "@modern-js/runtime": "2.32.2-alpha.1",
75
- "@modern-js/core": "2.32.2-alpha.1",
76
- "@modern-js/bff-runtime": "2.32.2-alpha.1",
77
- "@modern-js/server-core": "2.32.2-alpha.1",
78
- "@modern-js/types": "2.32.2-alpha.1",
79
- "@modern-js/app-tools": "2.32.2-alpha.1",
80
- "@scripts/jest-config": "2.32.1",
81
- "@scripts/build": "2.32.1"
74
+ "@modern-js/runtime": "2.33.0",
75
+ "@modern-js/core": "2.33.0",
76
+ "@modern-js/bff-runtime": "2.33.0",
77
+ "@modern-js/server-core": "2.33.0",
78
+ "@modern-js/types": "2.33.0",
79
+ "@modern-js/app-tools": "2.33.0",
80
+ "@scripts/jest-config": "2.33.0",
81
+ "@scripts/build": "2.33.0"
82
82
  },
83
83
  "sideEffects": false,
84
84
  "publishConfig": {