@ubox-tools/deploy-xperience 1.1.24 → 1.1.25

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/deploy.js +1 -1
  2. package/package.json +1 -1
package/deploy.js CHANGED
@@ -28,7 +28,7 @@ const TAB_MAP = {
28
28
 
29
29
  // Asset file extension → resource sub-tab
30
30
  const ASSET_TYPES = {
31
- jpg: 'images', jpeg: 'images', png: 'images', gif: 'images', webp: 'images', svg: 'images',
31
+ jpg: 'images', jpeg: 'images', png: 'images', gif: 'images',
32
32
  woff: 'fonts', woff2: 'fonts', ttf: 'fonts', otf: 'fonts', eot: 'fonts',
33
33
  };
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ubox-tools/deploy-xperience",
3
- "version": "1.1.24",
3
+ "version": "1.1.25",
4
4
  "description": "Deploy a Ubox experience to studio.ubox.world",
5
5
  "bin": { "deploy-xperience": "./deploy.js" },
6
6
  "dependencies": { "puppeteer": "*" },