@openremote/util 1.8.0-snapshot.20250818141417 → 1.8.0-snapshot.20250818162953

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/package.json +1 -1
  2. package/webpack.util.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openremote/util",
3
- "version": "1.8.0-snapshot.20250818141417",
3
+ "version": "1.8.0-snapshot.20250818162953",
4
4
  "description": "Build Util",
5
5
  "author": "OpenRemote",
6
6
  "main": "webpack.util.js",
package/webpack.util.js CHANGED
@@ -271,5 +271,6 @@ function generateExports(dirname) {
271
271
  module.exports = {
272
272
  getLibName: getLibName,
273
273
  generateExports: generateExports,
274
+ getStandardModuleRules: getStandardModuleRules,
274
275
  getAppConfig: getAppConfig
275
276
  };