@epigraph/configurator 1.15.0 → 2.0.0-alpha

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/dist/index.js +607 -607
  2. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epigraph/configurator",
3
- "version": "1.15.0",
3
+ "version": "2.0.0-alpha",
4
4
  "description": "Epigraph Configurator web component.",
5
5
  "keywords": [],
6
6
  "main": "./dist/index.js",
@@ -64,7 +64,10 @@
64
64
  "build:staging": "set NODE_ENV=staging && vite build --mode staging",
65
65
  "build:cloudflare": "vite build --mode staging",
66
66
  "--------------------------------": "====================================",
67
- "create-public-dir": "node npm-scripts/createPubDir.js"
67
+ "create-public-dir": "node npm-scripts/createPubDir.js",
68
+ "download-project-assets": "gsutil -m rsync -d -r gs://epigraph-configurator/projects-asset-data/ ./public/configurator/",
69
+ "download-external-libs": "gsutil -m rsync -d -r gs://epigraph-configurator/external-libs/ ./public/external-libs/",
70
+ "download-all-assets": "npm run create-public-dir && npm run download-external-libs && npm run download-project-assets"
68
71
  },
69
72
  "browserslist": [
70
73
  ">0.2%",