@elliemae/pui-cli 8.29.4 → 8.29.5

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.
@@ -147,7 +147,7 @@ const plugins = [
147
147
  fileName: "./latest/manifest.json",
148
148
  publicPath: "",
149
149
  map: (file) => {
150
- file.name = file.name.replace(/^latest\//, "");
150
+ file.name = file.name.replace(/^latest(\/|\\)/, "");
151
151
  return file;
152
152
  }
153
153
  }),
@@ -120,7 +120,7 @@ const plugins = [
120
120
  fileName: "./latest/manifest.json",
121
121
  publicPath: "",
122
122
  map: (file) => {
123
- file.name = file.name.replace(/^latest\//, "");
123
+ file.name = file.name.replace(/^latest(\/|\\)/, "");
124
124
  return file;
125
125
  }
126
126
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "8.29.4",
3
+ "version": "8.29.5",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.cjs",