@modern-js/plugin-worker 2.32.2-alpha.1 → 2.33.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -5
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,13 +1,16 @@
1
1
  # @modern-js/plugin-worker
2
2
 
3
- ## 2.32.2-alpha.0
3
+ ## 2.33.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [bc1f8daf0ff]
8
- - @modern-js/utils@2.32.2-alpha.0
9
- - @modern-js/prod-server@2.32.2-alpha.0
10
- - @modern-js/server-utils@2.32.2-alpha.0
7
+ - Updated dependencies [fd82137]
8
+ - Updated dependencies [1042583]
9
+ - Updated dependencies [bc1f8da]
10
+ - Updated dependencies [3ba1682]
11
+ - @modern-js/utils@2.33.0
12
+ - @modern-js/prod-server@2.33.0
13
+ - @modern-js/server-utils@2.33.0
11
14
 
12
15
  ## 2.32.1
13
16
 
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
  "types": "./dist/types/index.d.ts",
20
20
  "jsnext:source": "./src/index.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -43,20 +43,20 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@swc/helpers": "0.5.1",
46
- "@modern-js/server-utils": "2.32.2-alpha.1",
47
- "@modern-js/utils": "2.32.2-alpha.1",
48
- "@modern-js/prod-server": "2.32.2-alpha.1"
46
+ "@modern-js/server-utils": "2.33.0",
47
+ "@modern-js/utils": "2.33.0",
48
+ "@modern-js/prod-server": "2.33.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "typescript": "^5",
52
52
  "@types/jest": "^29",
53
53
  "@types/node": "^14",
54
54
  "jest": "^29",
55
- "@modern-js/app-tools": "2.32.2-alpha.1",
56
- "@modern-js/core": "2.32.2-alpha.1",
57
- "@modern-js/types": "2.32.2-alpha.1",
58
- "@scripts/build": "2.32.1",
59
- "@scripts/jest-config": "2.32.1"
55
+ "@modern-js/core": "2.33.0",
56
+ "@modern-js/types": "2.33.0",
57
+ "@modern-js/app-tools": "2.33.0",
58
+ "@scripts/build": "2.33.0",
59
+ "@scripts/jest-config": "2.33.0"
60
60
  },
61
61
  "sideEffects": [
62
62
  "*.css",