@modern-js/server-core 1.4.0-alpha.0 → 1.4.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 +8 -9
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,20 +1,19 @@
1
1
  # @modern-js/server-plugin
2
2
 
3
- ## 1.4.0-alpha.0
3
+ ## 1.4.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 77a8e9e1b: feat: support bff operators
7
+ - 77a8e9e: feat: support bff operators
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - f29e9bacf: feat: simplify context usage, no longer depend on containers
12
- - a90bc96bd: perf(babel): skip babel-plugin-import if package not installed
13
- - Updated dependencies [9cd364e06]
14
- - Updated dependencies [f29e9bacf]
15
- - Updated dependencies [a90bc96bd]
16
- - @modern-js/utils@1.7.9-alpha.0
17
- - @modern-js/plugin@1.4.0-alpha.0
11
+ - f29e9ba: feat: simplify context usage, no longer depend on containers
12
+ - a90bc96: perf(babel): skip babel-plugin-import if package not installed
13
+ - Updated dependencies [f29e9ba]
14
+ - Updated dependencies [a90bc96]
15
+ - @modern-js/plugin@1.4.0
16
+ - @modern-js/utils@1.7.9
18
17
 
19
18
  ## 1.3.5
20
19
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.4.0-alpha.0",
14
+ "version": "1.4.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -28,12 +28,12 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@modern-js/plugin": "^1.4.0-alpha.0",
32
- "@modern-js/utils": "^1.7.9-alpha.0"
31
+ "@modern-js/plugin": "^1.4.0",
32
+ "@modern-js/utils": "^1.7.9"
33
33
  },
34
34
  "devDependencies": {
35
- "@modern-js/core": "1.12.2-alpha.0",
36
- "@modern-js/types": "1.5.5-alpha.0",
35
+ "@modern-js/core": "1.12.2",
36
+ "@modern-js/types": "1.5.5",
37
37
  "@scripts/build": "0.0.0",
38
38
  "@scripts/jest-config": "0.0.0",
39
39
  "@types/jest": "^27",