@wix/himalaya-cli 0.813.0 → 0.814.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.
- package/dist/cli.mjs +2 -0
- package/package.json +2 -2
package/dist/cli.mjs
CHANGED
|
@@ -11477,6 +11477,7 @@ function shouldRevealError(args) {
|
|
|
11477
11477
|
var EMAIL_RE, URL_HOST_RE, INTEGER_RE, NUMBER_RE;
|
|
11478
11478
|
var init_validation = __esm({
|
|
11479
11479
|
"../../core/ts/src/validation.ts"() {
|
|
11480
|
+
"use strict";
|
|
11480
11481
|
EMAIL_RE = /^[A-Za-z0-9._%+-]+@[A-Za-z0-9-]+(\.[A-Za-z0-9-]+)*\.[A-Za-z]{2,}$/;
|
|
11481
11482
|
URL_HOST_RE = /^[A-Za-z0-9-]+(\.[A-Za-z0-9-]+)*(:[0-9]+)?$/;
|
|
11482
11483
|
INTEGER_RE = /^[+-]?[0-9]+$/;
|
|
@@ -14822,6 +14823,7 @@ function validateWorkerSubtree(raw, slotId, policy, actionCatalog) {
|
|
|
14822
14823
|
var WORKER_SUBTREE_CEILINGS, ID_PART, ACTION_ID;
|
|
14823
14824
|
var init_worker_subtree = __esm({
|
|
14824
14825
|
"../../core/ts/src/worker-subtree.ts"() {
|
|
14826
|
+
"use strict";
|
|
14825
14827
|
init_worker_subtree_safe_types_generated();
|
|
14826
14828
|
WORKER_SUBTREE_CEILINGS = Object.freeze({
|
|
14827
14829
|
maxEncodedBytes: 65536,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/himalaya-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.814.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": "
|
|
66
|
+
"falconPackageHash": "5e1cfa3ff61b0a709c67cde2f297b68515592ebc7e475267e3223131"
|
|
67
67
|
}
|