@arbocollab/arbo-web-target 0.0.2-alpha.24 → 0.0.2-alpha.26

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.
package/npmjs.npmrc CHANGED
@@ -1,3 +1,3 @@
1
1
  legacy-peer-deps=true
2
- //registry.npmjs.org/:_authToken=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
2
+ //registry.npmjs.org/:_authToken=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
3
3
  @arbocollab:registry=https://registry.npmjs.org
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arbocollab/arbo-web-target",
3
- "version": "0.0.2-alpha.24",
3
+ "version": "0.0.2-alpha.26",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ],
@@ -12,6 +12,7 @@
12
12
  "test": "echo 'hello'",
13
13
  "build:module": "node scripts/fetch-build-config.mjs && vite build --config vite.config.module.ts && cp package.json app-module/ && cp README.md app-module/ && cp npmjs.npmrc app-module/ && cp .npmignore app-module/ && node scripts/clean-package-json.js app-module",
14
14
  "publish:lib": "cd lib && npm publish --userconfig=npmjs.npmrc --access public --tag ${TAG:-beta}",
15
+ "build:remote": "cross-env MODE=development NODE_ENV=development node scripts/fetch-build-config.mjs && vite build --mode development --config vite.config.remote.ts && cp package.json lib/ && cp README.md lib/ && cp npmjs.npmrc lib/ && cp .npmignore lib/ && cross-env NODE_ENV=development node scripts/clean-package-json.js lib",
15
16
  "publish:module": "cd app-module && npm publish --userconfig=npmjs.npmrc --access public --tag ${TAG:-beta}",
16
17
  "preview": "vite build && vite preview",
17
18
  "preview-https": "serve dist",