@coralogix/esbuild-plugin 0.8.0 → 0.10.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.
- package/CHANGELOG.md +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 0.10.0 (2024-12-21)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **esbuild-plugin:** update peerDependencies for esbuild ([1136604](https://github.com/coralogix/coralogix-javascript-bundler-plugins/commit/1136604))
|
|
6
|
+
|
|
7
|
+
## 0.9.0 (2024-12-21)
|
|
8
|
+
|
|
9
|
+
### 🚀 Features
|
|
10
|
+
|
|
11
|
+
- **esbuild-plugin:** update peerDependencies for esbuild ([1136604](https://github.com/coralogix/coralogix-javascript-bundler-plugins/commit/1136604))
|
|
12
|
+
|
|
1
13
|
## 0.8.0 (2024-12-03)
|
|
2
14
|
|
|
3
15
|
### 🚀 Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coralogix/esbuild-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "Official Coralogix Esbuild plugin",
|
|
5
5
|
"author": "Coralogix",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
10
|
"peerDependencies": {
|
|
11
|
-
"esbuild": ">=0.
|
|
11
|
+
"esbuild": ">=0.19.2"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"coralogix",
|