@theia/native-webpack-plugin 1.55.1 → 1.57.0-next.22

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 (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,5 +25,6 @@ The `@theia/native-webpack-plugin` package contains a webpack plugin that is use
25
25
  - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
26
26
 
27
27
  ## Trademark
28
+
28
29
  "Theia" is a trademark of the Eclipse Foundation
29
- https://www.eclipse.org/theia
30
+ <https://www.eclipse.org/theia>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/native-webpack-plugin",
3
- "version": "1.55.1",
3
+ "version": "1.57.0-next.22+35d458a96",
4
4
  "description": "Webpack Plugin for native dependencies of Theia.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "tslib": "^2.6.2",
34
34
  "webpack": "^5.76.0"
35
35
  },
36
- "gitHead": "be4713a778be16ba831af63a6fbd43b2301e882d"
36
+ "gitHead": "35d458a961212de264d9579305d984147fa55618"
37
37
  }