@openmrs/webpack-config 5.0.3-pre.882 → 5.0.3-pre.894

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
- @openmrs/webpack-config:build: cache hit, replaying output d9b697e48d71ab32
1
+ @openmrs/webpack-config:build: cache hit, replaying output 8bcc9430a7d5e56f
package/dist/index.js CHANGED
@@ -61,7 +61,7 @@ function getFrameworkVersion() {
61
61
  return `^${version}`;
62
62
  }
63
63
  catch (_a) {
64
- return "4.x";
64
+ return "5.x";
65
65
  }
66
66
  }
67
67
  function makeIdent(name) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/webpack-config",
3
- "version": "5.0.3-pre.882",
3
+ "version": "5.0.3-pre.894",
4
4
  "license": "MPL-2.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "src/index.ts",
@@ -52,5 +52,5 @@
52
52
  "devDependencies": {
53
53
  "typescript": "^4.6.4"
54
54
  },
55
- "gitHead": "ae49ca10f8b7954d5b4c6fec4b4c07880a83d649"
55
+ "gitHead": "f23d967551442c25ae03cd386fbaf217c1c5f0bc"
56
56
  }
package/src/index.ts CHANGED
@@ -56,7 +56,7 @@ function getFrameworkVersion() {
56
56
  const { version } = require("@openmrs/esm-framework/package.json");
57
57
  return `^${version}`;
58
58
  } catch {
59
- return "4.x";
59
+ return "5.x";
60
60
  }
61
61
  }
62
62