@workleap/browserslist-config 1.2.1 → 1.2.2

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,11 @@
1
1
  # @workleap/browserslist-config
2
2
 
3
+ ## 1.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#85](https://github.com/workleap/wl-web-configs/pull/85) [`bad2df7`](https://github.com/workleap/wl-web-configs/commit/bad2df75593fb70d431d73bdced653b157c50caa) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated TSUP configuration and added a new SWC config package
8
+
3
9
  ## 1.2.1
4
10
 
5
11
  ### Patch Changes
@@ -0,0 +1,3 @@
1
+ declare const config: string[];
2
+
3
+ export { config as default };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@workleap/browserslist-config",
3
3
  "author": "Workleap",
4
4
  "description": "Workleap recommended Browserslist config.",
5
- "version": "1.2.1",
5
+ "version": "1.2.2",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
8
8
  "workleap",
@@ -26,9 +26,9 @@
26
26
  ],
27
27
  "devDependencies": {
28
28
  "tsup": "6.7.0",
29
- "typescript": "5.0.4",
30
- "@workleap/eslint-plugin": "1.8.1",
31
- "@workleap/typescript-configs": "2.3.1"
29
+ "@workleap/eslint-plugin": "1.8.2",
30
+ "@workleap/tsup-configs": "2.0.0",
31
+ "@workleap/typescript-configs": "2.3.2"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public",