@wix/himalaya-cli 0.811.0 → 0.812.0

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/cli.mjs +2 -0
  2. package/package.json +2 -2
package/dist/cli.mjs CHANGED
@@ -11459,6 +11459,7 @@ function shouldRevealError(args) {
11459
11459
  var EMAIL_RE, URL_HOST_RE, INTEGER_RE, NUMBER_RE;
11460
11460
  var init_validation = __esm({
11461
11461
  "../../core/ts/src/validation.ts"() {
11462
+ "use strict";
11462
11463
  EMAIL_RE = /^[A-Za-z0-9._%+-]+@[A-Za-z0-9-]+(\.[A-Za-z0-9-]+)*\.[A-Za-z]{2,}$/;
11463
11464
  URL_HOST_RE = /^[A-Za-z0-9-]+(\.[A-Za-z0-9-]+)*(:[0-9]+)?$/;
11464
11465
  INTEGER_RE = /^[+-]?[0-9]+$/;
@@ -14804,6 +14805,7 @@ function validateWorkerSubtree(raw, slotId, policy, actionCatalog) {
14804
14805
  var WORKER_SUBTREE_CEILINGS, ID_PART, ACTION_ID;
14805
14806
  var init_worker_subtree = __esm({
14806
14807
  "../../core/ts/src/worker-subtree.ts"() {
14808
+ "use strict";
14807
14809
  init_worker_subtree_safe_types_generated();
14808
14810
  WORKER_SUBTREE_CEILINGS = Object.freeze({
14809
14811
  maxEncodedBytes: 65536,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/himalaya-cli",
3
- "version": "0.811.0",
3
+ "version": "0.812.0",
4
4
  "type": "module",
5
5
  "description": "himi — the Himalaya authoring CLI. Build a Tier-5 content package on your own machine, push it to the production serve as a draft, preview it on web + Himi Player, and read worker logs back — the remote dev loop. Wraps @himalaya/serve-cli for transport.",
6
6
  "keywords": [
@@ -63,5 +63,5 @@
63
63
  "artifactId": "himalaya-cli"
64
64
  }
65
65
  },
66
- "falconPackageHash": "9898157ace92c5158f9a90e9131d208af5056b4251605dd477d9d65a"
66
+ "falconPackageHash": "65ec344515508714eab1eee898f49b670f2ad738a0690a7a4dde7ed1"
67
67
  }