@swc/core 1.15.10 → 1.15.11

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 (1) hide show
  1. package/package.json +13 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.15.10",
3
+ "version": "1.15.11",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -20,7 +20,8 @@
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "git+https://github.com/swc-project/swc.git"
23
+ "url": "git+https://github.com/swc-project/swc.git",
24
+ "directory": "packages/core"
24
25
  },
25
26
  "bugs": {
26
27
  "url": "https://github.com/swc-project/swc/issues"
@@ -101,15 +102,15 @@
101
102
  "typescript": "^5.3.3"
102
103
  },
103
104
  "optionalDependencies": {
104
- "@swc/core-darwin-x64": "1.15.10",
105
- "@swc/core-win32-x64-msvc": "1.15.10",
106
- "@swc/core-linux-x64-gnu": "1.15.10",
107
- "@swc/core-linux-x64-musl": "1.15.10",
108
- "@swc/core-win32-ia32-msvc": "1.15.10",
109
- "@swc/core-linux-arm-gnueabihf": "1.15.10",
110
- "@swc/core-darwin-arm64": "1.15.10",
111
- "@swc/core-linux-arm64-gnu": "1.15.10",
112
- "@swc/core-linux-arm64-musl": "1.15.10",
113
- "@swc/core-win32-arm64-msvc": "1.15.10"
105
+ "@swc/core-darwin-x64": "1.15.11",
106
+ "@swc/core-win32-x64-msvc": "1.15.11",
107
+ "@swc/core-linux-x64-gnu": "1.15.11",
108
+ "@swc/core-linux-x64-musl": "1.15.11",
109
+ "@swc/core-win32-ia32-msvc": "1.15.11",
110
+ "@swc/core-linux-arm-gnueabihf": "1.15.11",
111
+ "@swc/core-darwin-arm64": "1.15.11",
112
+ "@swc/core-linux-arm64-gnu": "1.15.11",
113
+ "@swc/core-linux-arm64-musl": "1.15.11",
114
+ "@swc/core-win32-arm64-msvc": "1.15.11"
114
115
  }
115
116
  }