@modern-js/plugin-bff 2.0.0-beta.7 → 2.0.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @modern-js/plugin-bff
2
2
 
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/bff-core@2.0.1
8
+ - @modern-js/create-request@2.0.1
9
+ - @modern-js/server-utils@2.0.1
10
+ - @modern-js/babel-compiler@2.0.1
11
+ - @modern-js/utils@2.0.1
12
+
13
+ ## 2.0.0
14
+
15
+ ### Major Changes
16
+
17
+ - dda38c9c3e: chore: v2
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [edd1cfb1af]
22
+ - Updated dependencies [dda38c9c3e]
23
+ - Updated dependencies [ffb2ed4]
24
+ - Updated dependencies [bbe4c4ab64]
25
+ - @modern-js/utils@2.0.0
26
+ - @modern-js/bff-core@2.0.0
27
+ - @modern-js/create-request@2.0.0
28
+ - @modern-js/server-utils@2.0.0
29
+ - @modern-js/babel-compiler@2.0.0
30
+
3
31
  ## 2.0.0-beta.7
4
32
 
5
33
  ### Major Changes
@@ -1,5 +1,5 @@
1
1
  import type { LoaderContext } from 'webpack';
2
- export declare type APILoaderOptions = {
2
+ export type APILoaderOptions = {
3
3
  prefix: string;
4
4
  apiDir: string;
5
5
  lambdaDir: string;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.0.0-beta.7",
14
+ "version": "2.0.1",
15
15
  "jsnext:source": "./src/cli.ts",
16
16
  "types": "./dist/types/cli.d.ts",
17
17
  "main": "./dist/js/node/cli.js",
@@ -51,11 +51,11 @@
51
51
  "dependencies": {
52
52
  "@babel/core": "^7.18.0",
53
53
  "@babel/runtime": "^7.18.0",
54
- "@modern-js/babel-compiler": "2.0.0-beta.7",
55
- "@modern-js/bff-core": "2.0.0-beta.7",
56
- "@modern-js/create-request": "2.0.0-beta.7",
57
- "@modern-js/server-utils": "2.0.0-beta.7",
58
- "@modern-js/utils": "2.0.0-beta.7"
54
+ "@modern-js/babel-compiler": "2.0.1",
55
+ "@modern-js/bff-core": "2.0.1",
56
+ "@modern-js/create-request": "2.0.1",
57
+ "@modern-js/server-utils": "2.0.1",
58
+ "@modern-js/utils": "2.0.1"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/babel__core": "^7.1.15",
@@ -67,14 +67,14 @@
67
67
  "typescript": "^4",
68
68
  "webpack": "^5.75.0",
69
69
  "webpack-chain": "^6.5.1",
70
- "@modern-js/runtime": "2.0.0-beta.7",
71
- "@modern-js/core": "2.0.0-beta.7",
72
- "@modern-js/bff-runtime": "2.0.0-beta.7",
73
- "@modern-js/server-core": "2.0.0-beta.7",
74
- "@modern-js/types": "2.0.0-beta.7",
75
- "@modern-js/app-tools": "2.0.0-beta.7",
76
- "@scripts/build": "2.0.0-beta.7",
77
- "@scripts/jest-config": "2.0.0-beta.7"
70
+ "@modern-js/runtime": "2.0.1",
71
+ "@modern-js/core": "2.0.1",
72
+ "@modern-js/bff-runtime": "2.0.1",
73
+ "@modern-js/server-core": "2.0.1",
74
+ "@modern-js/types": "2.0.1",
75
+ "@modern-js/app-tools": "2.0.1",
76
+ "@scripts/build": "2.0.1",
77
+ "@scripts/jest-config": "2.0.1"
78
78
  },
79
79
  "sideEffects": false,
80
80
  "publishConfig": {