@eui/tools 6.17.0 → 6.17.1

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.
@@ -1 +1 @@
1
- 6.17.0
1
+ 6.17.1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.17.1 (2024-07-19)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * avoid common node imports problems MWP-11061 [MWP-11061](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11061) ([d5ff35d3](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/d5ff35d38ca46a7c912c6165c5ab2a70b99ffc6f))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.17.0 (2024-07-18)
2
11
 
3
12
  ##### New Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.17.0",
3
+ "version": "6.17.1",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -6,5 +6,13 @@
6
6
  ],
7
7
  "dependencies": {},
8
8
  "resolutions": {
9
+ },
10
+ "browser": {
11
+ "os": false,
12
+ "http": false,
13
+ "https": false,
14
+ "url": false,
15
+ "util": false,
16
+ "node-fetch": false
9
17
  }
10
18
  }