@wix/himalaya-cli 0.818.0 → 0.819.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
|
@@ -25099,6 +25099,7 @@ function shouldRevealError(args) {
|
|
|
25099
25099
|
var EMAIL_RE, URL_HOST_RE, INTEGER_RE, NUMBER_RE;
|
|
25100
25100
|
var init_validation = __esm({
|
|
25101
25101
|
"../../core/ts/src/validation.ts"() {
|
|
25102
|
+
"use strict";
|
|
25102
25103
|
EMAIL_RE = /^[A-Za-z0-9._%+-]+@[A-Za-z0-9-]+(\.[A-Za-z0-9-]+)*\.[A-Za-z]{2,}$/;
|
|
25103
25104
|
URL_HOST_RE = /^[A-Za-z0-9-]+(\.[A-Za-z0-9-]+)*(:[0-9]+)?$/;
|
|
25104
25105
|
INTEGER_RE = /^[+-]?[0-9]+$/;
|
|
@@ -28444,6 +28445,7 @@ function validateWorkerSubtree(raw, slotId, policy, actionCatalog) {
|
|
|
28444
28445
|
var WORKER_SUBTREE_CEILINGS, ID_PART, ACTION_ID;
|
|
28445
28446
|
var init_worker_subtree = __esm({
|
|
28446
28447
|
"../../core/ts/src/worker-subtree.ts"() {
|
|
28448
|
+
"use strict";
|
|
28447
28449
|
init_worker_subtree_safe_types_generated();
|
|
28448
28450
|
WORKER_SUBTREE_CEILINGS = Object.freeze({
|
|
28449
28451
|
maxEncodedBytes: 65536,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/himalaya-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.819.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": "9904e31a5fc7489d78a6e0ca31e3ec4db753c28ec23f75d302115502"
|
|
67
67
|
}
|