Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wix/cli

Package Overview
Dependencies
Maintainers
23
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/cli - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

build/chunk-2543IKUD.js

2

build/check.js
import { createRequire as _createRequire } from 'node:module';
const require = _createRequire(import.meta.url);
import{a as i}from"./chunk-YNYJCXPI.js";import"./chunk-YACWP6WJ.js";import"./chunk-MGKZS3KU.js";import"./chunk-4OB74SPT.js";import"./chunk-Z24XOBZA.js";import"./chunk-YYRNIWCM.js";import"./chunk-S3DNLAL4.js";import{i as r}from"./chunk-F224PXVX.js";r();import e from"node:process";var o=new i(JSON.parse(e.argv[2]));try{setTimeout(e.exit,1e3*30);let t=await o.fetchInfo();o.config.set("lastUpdateCheck",Date.now()),t.type&&t.type!=="latest"&&o.config.set("update",t),e.exit()}catch(t){console.error(t),e.exit(1)}
import{a as i}from"./chunk-6ZXLJWC4.js";import"./chunk-YACWP6WJ.js";import"./chunk-MGKZS3KU.js";import"./chunk-4OB74SPT.js";import"./chunk-Z24XOBZA.js";import"./chunk-YYRNIWCM.js";import"./chunk-S3DNLAL4.js";import{i as r}from"./chunk-F224PXVX.js";r();import e from"node:process";var o=new i(JSON.parse(e.argv[2]));try{setTimeout(e.exit,1e3*30);let t=await o.fetchInfo();o.config.set("lastUpdateCheck",Date.now()),t.type&&t.type!=="latest"&&o.config.set("update",t),e.exit()}catch(t){console.error(t),e.exit(1)}
//# sourceMappingURL=check.js.map
import { createRequire as _createRequire } from 'node:module';
const require = _createRequire(import.meta.url);
import{a as v}from"./chunk-PURWS73T.js";import{a as xt}from"./chunk-KL3QIW46.js";import{a as k,b as L,c as yt}from"./chunk-LGOW5YAS.js";import{a as Et,b as Fe}from"./chunk-YACWP6WJ.js";import{a as ke}from"./chunk-PASO4VES.js";import{i as H}from"./chunk-7X7LZN3W.js";import{b as Ct,d as wt}from"./chunk-WZVK4RLT.js";import{a as Y,u as bt}from"./chunk-INKB3RAK.js";import{d as He}from"./chunk-4OB74SPT.js";import"./chunk-Z24XOBZA.js";import{d as dt,h as ft,i as R}from"./chunk-OZJRZEQW.js";import"./chunk-UPYSS4DM.js";import"./chunk-RDNLCRMP.js";import"./chunk-DVQE3EVH.js";import"./chunk-PM5P5I4A.js";import{f as Ot,g as At,h as vt}from"./chunk-LRXM6HOE.js";import{a as V,b as N,c as _t}from"./chunk-CAHVLUQY.js";import"./chunk-YYRNIWCM.js";import{a as gt,c as S,e as $}from"./chunk-PBMK77W5.js";import"./chunk-COTAYXLK.js";import{c as T}from"./chunk-S3DNLAL4.js";import{a as W,c as w,e as y,g as __dirname,i as h}from"./chunk-F224PXVX.js";var M=w(Z=>{"use strict";h();var U=class extends Error{constructor(t,e,i){super(i),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=e,this.exitCode=t,this.nestedError=void 0}},X=class extends U{constructor(t){super(1,"commander.invalidArgument",t),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}};Z.CommanderError=U;Z.InvalidArgumentError=X});var G=w(et=>{"use strict";h();var{InvalidArgumentError:Me}=M(),tt=class{constructor(t,e){switch(this.description=e||"",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,t[0]){case"<":this.required=!0,this._name=t.slice(1,-1);break;case"[":this.required=!1,this._name=t.slice(1,-1);break;default:this.required=!0,this._name=t;break}this._name.length>3&&this._name.slice(-3)==="..."&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_concatValue(t,e){return e===this.defaultValue||!Array.isArray(e)?[t]:e.concat(t)}default(t,e){return this.defaultValue=t,this.defaultValueDescription=e,this}argParser(t){return this.parseArg=t,this}choices(t){return this.argChoices=t.slice(),this.parseArg=(e,i)=>{if(!this.argChoices.includes(e))throw new Me(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(e,i):e},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function je(o){let t=o.name()+(o.variadic===!0?"...":"");return o.required?"<"+t+">":"["+t+"]"}et.Argument=tt;et.humanReadableArgName=je});var nt=w(Vt=>{"use strict";h();var{humanReadableArgName:Re}=G(),it=class{constructor(){this.helpWidth=void 0,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}visibleCommands(t){let e=t.commands.filter(i=>!i._hidden);if(t._hasImplicitHelpCommand()){let[,i,n]=t._helpCommandnameAndArgs.match(/([^ ]+) *(.*)/),r=t.createCommand(i).helpOption(!1);r.description(t._helpCommandDescription),n&&r.arguments(n),e.push(r)}return this.sortSubcommands&&e.sort((i,n)=>i.name().localeCompare(n.name())),e}compareOptions(t,e){let i=n=>n.short?n.short.replace(/^-/,""):n.long.replace(/^--/,"");return i(t).localeCompare(i(e))}visibleOptions(t){let e=t.options.filter(r=>!r.hidden),i=t._hasHelpOption&&t._helpShortFlag&&!t._findOption(t._helpShortFlag),n=t._hasHelpOption&&!t._findOption(t._helpLongFlag);if(i||n){let r;i?n?r=t.createOption(t._helpFlags,t._helpDescription):r=t.createOption(t._helpShortFlag,t._helpDescription):r=t.createOption(t._helpLongFlag,t._helpDescription),e.push(r)}return this.sortOptions&&e.sort(this.compareOptions),e}visibleGlobalOptions(t){if(!this.showGlobalOptions)return[];let e=[];for(let i=t.parent;i;i=i.parent){let n=i.options.filter(r=>!r.hidden);e.push(...n)}return this.sortOptions&&e.sort(this.compareOptions),e}visibleArguments(t){return t._argsDescription&&t.registeredArguments.forEach(e=>{e.description=e.description||t._argsDescription[e.name()]||""}),t.registeredArguments.find(e=>e.description)?t.registeredArguments:[]}subcommandTerm(t){let e=t.registeredArguments.map(i=>Re(i)).join(" ");return t._name+(t._aliases[0]?"|"+t._aliases[0]:"")+(t.options.length?" [options]":"")+(e?" "+e:"")}optionTerm(t){return t.flags}argumentTerm(t){return t.name()}longestSubcommandTermLength(t,e){return e.visibleCommands(t).reduce((i,n)=>Math.max(i,e.subcommandTerm(n).length),0)}longestOptionTermLength(t,e){return e.visibleOptions(t).reduce((i,n)=>Math.max(i,e.optionTerm(n).length),0)}longestGlobalOptionTermLength(t,e){return e.visibleGlobalOptions(t).reduce((i,n)=>Math.max(i,e.optionTerm(n).length),0)}longestArgumentTermLength(t,e){return e.visibleArguments(t).reduce((i,n)=>Math.max(i,e.argumentTerm(n).length),0)}commandUsage(t){let e=t._name;t._aliases[0]&&(e=e+"|"+t._aliases[0]);let i="";for(let n=t.parent;n;n=n.parent)i=n.name()+" "+i;return i+e+" "+t.usage()}commandDescription(t){return t.description()}subcommandDescription(t){return t.summary()||t.description()}optionDescription(t){let e=[];return t.argChoices&&e.push(`choices: ${t.argChoices.map(i=>JSON.stringify(i)).join(", ")}`),t.defaultValue!==void 0&&(t.required||t.optional||t.isBoolean()&&typeof t.defaultValue=="boolean")&&e.push(`default: ${t.defaultValueDescription||JSON.stringify(t.defaultValue)}`),t.presetArg!==void 0&&t.optional&&e.push(`preset: ${JSON.stringify(t.presetArg)}`),t.envVar!==void 0&&e.push(`env: ${t.envVar}`),e.length>0?`${t.description} (${e.join(", ")})`:t.description}argumentDescription(t){let e=[];if(t.argChoices&&e.push(`choices: ${t.argChoices.map(i=>JSON.stringify(i)).join(", ")}`),t.defaultValue!==void 0&&e.push(`default: ${t.defaultValueDescription||JSON.stringify(t.defaultValue)}`),e.length>0){let i=`(${e.join(", ")})`;return t.description?`${t.description} ${i}`:i}return t.description}formatHelp(t,e){let i=e.padWidth(t,e),n=e.helpWidth||80,r=2,a=2;function u(d,x){if(x){let K=`${d.padEnd(i+a)}${x}`;return e.wrap(K,n-r,i+a)}return d}function s(d){return d.join(`
import{a as v}from"./chunk-PMDSMUSC.js";import{a as xt}from"./chunk-KL3QIW46.js";import{a as k,b as L,c as yt}from"./chunk-MDODD6LZ.js";import{a as Et,b as Fe}from"./chunk-YACWP6WJ.js";import{a as ke}from"./chunk-PASO4VES.js";import{i as H}from"./chunk-2543IKUD.js";import{b as Ct,d as wt}from"./chunk-NYIKAW2P.js";import{a as Y,u as bt}from"./chunk-I5JRUKFC.js";import{d as He}from"./chunk-4OB74SPT.js";import"./chunk-Z24XOBZA.js";import{d as dt,h as ft,i as R}from"./chunk-OZJRZEQW.js";import"./chunk-34LLOFY6.js";import"./chunk-JIMDPUMM.js";import"./chunk-DVQE3EVH.js";import"./chunk-ZDPMVCE6.js";import{f as Ot,g as At,h as vt}from"./chunk-NH7XJNMC.js";import{a as V,b as N,c as _t}from"./chunk-CAHVLUQY.js";import"./chunk-YYRNIWCM.js";import{a as gt,c as S,e as $}from"./chunk-CBYR2O5N.js";import"./chunk-COTAYXLK.js";import{c as T}from"./chunk-S3DNLAL4.js";import{a as W,c as w,e as y,g as __dirname,i as h}from"./chunk-F224PXVX.js";var M=w(Z=>{"use strict";h();var U=class extends Error{constructor(t,e,i){super(i),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=e,this.exitCode=t,this.nestedError=void 0}},X=class extends U{constructor(t){super(1,"commander.invalidArgument",t),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}};Z.CommanderError=U;Z.InvalidArgumentError=X});var G=w(et=>{"use strict";h();var{InvalidArgumentError:Me}=M(),tt=class{constructor(t,e){switch(this.description=e||"",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,t[0]){case"<":this.required=!0,this._name=t.slice(1,-1);break;case"[":this.required=!1,this._name=t.slice(1,-1);break;default:this.required=!0,this._name=t;break}this._name.length>3&&this._name.slice(-3)==="..."&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_concatValue(t,e){return e===this.defaultValue||!Array.isArray(e)?[t]:e.concat(t)}default(t,e){return this.defaultValue=t,this.defaultValueDescription=e,this}argParser(t){return this.parseArg=t,this}choices(t){return this.argChoices=t.slice(),this.parseArg=(e,i)=>{if(!this.argChoices.includes(e))throw new Me(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(e,i):e},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function je(o){let t=o.name()+(o.variadic===!0?"...":"");return o.required?"<"+t+">":"["+t+"]"}et.Argument=tt;et.humanReadableArgName=je});var nt=w(Vt=>{"use strict";h();var{humanReadableArgName:Re}=G(),it=class{constructor(){this.helpWidth=void 0,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}visibleCommands(t){let e=t.commands.filter(i=>!i._hidden);if(t._hasImplicitHelpCommand()){let[,i,n]=t._helpCommandnameAndArgs.match(/([^ ]+) *(.*)/),r=t.createCommand(i).helpOption(!1);r.description(t._helpCommandDescription),n&&r.arguments(n),e.push(r)}return this.sortSubcommands&&e.sort((i,n)=>i.name().localeCompare(n.name())),e}compareOptions(t,e){let i=n=>n.short?n.short.replace(/^-/,""):n.long.replace(/^--/,"");return i(t).localeCompare(i(e))}visibleOptions(t){let e=t.options.filter(r=>!r.hidden),i=t._hasHelpOption&&t._helpShortFlag&&!t._findOption(t._helpShortFlag),n=t._hasHelpOption&&!t._findOption(t._helpLongFlag);if(i||n){let r;i?n?r=t.createOption(t._helpFlags,t._helpDescription):r=t.createOption(t._helpShortFlag,t._helpDescription):r=t.createOption(t._helpLongFlag,t._helpDescription),e.push(r)}return this.sortOptions&&e.sort(this.compareOptions),e}visibleGlobalOptions(t){if(!this.showGlobalOptions)return[];let e=[];for(let i=t.parent;i;i=i.parent){let n=i.options.filter(r=>!r.hidden);e.push(...n)}return this.sortOptions&&e.sort(this.compareOptions),e}visibleArguments(t){return t._argsDescription&&t.registeredArguments.forEach(e=>{e.description=e.description||t._argsDescription[e.name()]||""}),t.registeredArguments.find(e=>e.description)?t.registeredArguments:[]}subcommandTerm(t){let e=t.registeredArguments.map(i=>Re(i)).join(" ");return t._name+(t._aliases[0]?"|"+t._aliases[0]:"")+(t.options.length?" [options]":"")+(e?" "+e:"")}optionTerm(t){return t.flags}argumentTerm(t){return t.name()}longestSubcommandTermLength(t,e){return e.visibleCommands(t).reduce((i,n)=>Math.max(i,e.subcommandTerm(n).length),0)}longestOptionTermLength(t,e){return e.visibleOptions(t).reduce((i,n)=>Math.max(i,e.optionTerm(n).length),0)}longestGlobalOptionTermLength(t,e){return e.visibleGlobalOptions(t).reduce((i,n)=>Math.max(i,e.optionTerm(n).length),0)}longestArgumentTermLength(t,e){return e.visibleArguments(t).reduce((i,n)=>Math.max(i,e.argumentTerm(n).length),0)}commandUsage(t){let e=t._name;t._aliases[0]&&(e=e+"|"+t._aliases[0]);let i="";for(let n=t.parent;n;n=n.parent)i=n.name()+" "+i;return i+e+" "+t.usage()}commandDescription(t){return t.description()}subcommandDescription(t){return t.summary()||t.description()}optionDescription(t){let e=[];return t.argChoices&&e.push(`choices: ${t.argChoices.map(i=>JSON.stringify(i)).join(", ")}`),t.defaultValue!==void 0&&(t.required||t.optional||t.isBoolean()&&typeof t.defaultValue=="boolean")&&e.push(`default: ${t.defaultValueDescription||JSON.stringify(t.defaultValue)}`),t.presetArg!==void 0&&t.optional&&e.push(`preset: ${JSON.stringify(t.presetArg)}`),t.envVar!==void 0&&e.push(`env: ${t.envVar}`),e.length>0?`${t.description} (${e.join(", ")})`:t.description}argumentDescription(t){let e=[];if(t.argChoices&&e.push(`choices: ${t.argChoices.map(i=>JSON.stringify(i)).join(", ")}`),t.defaultValue!==void 0&&e.push(`default: ${t.defaultValueDescription||JSON.stringify(t.defaultValue)}`),e.length>0){let i=`(${e.join(", ")})`;return t.description?`${t.description} ${i}`:i}return t.description}formatHelp(t,e){let i=e.padWidth(t,e),n=e.helpWidth||80,r=2,a=2;function u(d,x){if(x){let K=`${d.padEnd(i+a)}${x}`;return e.wrap(K,n-r,i+a)}return d}function s(d){return d.join(`
`).replace(/^/gm," ".repeat(r))}let c=[`Usage: ${e.commandUsage(t)}`,""],l=e.commandDescription(t);l.length>0&&(c=c.concat([e.wrap(l,n,0),""]));let m=e.visibleArguments(t).map(d=>u(e.argumentTerm(d),e.argumentDescription(d)));m.length>0&&(c=c.concat(["Arguments:",s(m),""]));let p=e.visibleOptions(t).map(d=>u(e.optionTerm(d),e.optionDescription(d)));if(p.length>0&&(c=c.concat(["Options:",s(p),""])),this.showGlobalOptions){let d=e.visibleGlobalOptions(t).map(x=>u(e.optionTerm(x),e.optionDescription(x)));d.length>0&&(c=c.concat(["Global Options:",s(d),""]))}let _=e.visibleCommands(t).map(d=>u(e.subcommandTerm(d),e.subcommandDescription(d)));return _.length>0&&(c=c.concat(["Commands:",s(_),""])),c.join(`

@@ -25,5 +25,5 @@ `)}padWidth(t,e){return Math.max(e.longestOptionTermLength(t,e),e.longestGlobalOptionTermLength(t,e),e.longestSubcommandTermLength(t,e),e.longestArgumentTermLength(t,e))}wrap(t,e,i,n=40){let r=" \\f\\t\\v\xA0\u1680\u2000-\u200A\u202F\u205F\u3000\uFEFF",a=new RegExp(`[\\n][${r}]+`);if(t.match(a))return t;let u=e-i;if(u<n)return t;let s=t.slice(0,i),c=t.slice(i).replace(`\r

`).map(function(i){return e(i,t)}).reduce(function(i,n){return i.concat(n)},[])}function li(o,t,e){o=o.trim();for(var i=[],n=o.split(" "),r="",a=E(e);r||n.length;){if(r){var u=r;r=""}else var u=n.shift();if(E(u)>t){for(var s=0,c=0,l=t-a;s<u.length;){var m=E(u.charAt(s));if(m+c>l)break;c+=m,++s}r=u.slice(s),u=u.slice(0,s),u+=e}i.push(u)}return i.join(" ")}function ui(o,t){if(o=o??"",o=String(o),t==1/0)return o;for(var e=0,i=0;e<o.length;){var n=E(o.charAt(e));if(n+i>t)break;i+=n,++e}return o.slice(0,e)}D.exports.padRight=oi;D.exports.padCenter=si;D.exports.padLeft=ai;D.exports.splitIntoLines=ci;D.exports.splitLongWords=li;D.exports.truncateString=ui});var he=w((ar,ue)=>{"use strict";h();var pt=mt(),P=se(),hi=P.padRight,mi=P.padCenter,pi=P.padLeft,ae=P.splitIntoLines,di=P.splitLongWords,fi=P.truncateString,le=function(t){return t.toUpperCase()},gi=function(t,e,i){return t},_i=Object.freeze({maxWidth:1/0,minWidth:0,columnSplitter:" ",truncate:!1,truncateMarker:"\u2026",preserveNewLines:!1,paddingChr:" ",showHeaders:!0,headingTransform:le,dataTransform:gi});ue.exports=function(o){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e=t.config||{};delete t.config;var i=t.maxLineWidth||1/0;i==="auto"&&(i=process.stdout.columns||1/0),delete t.maxLineWidth,t=ce({},_i,t),t.config=t.config||Object.create(null),t.spacing=t.spacing||`
`,t.preserveNewLines=!!t.preserveNewLines,t.showHeaders=!!t.showHeaders,t.columns=t.columns||t.include;var n=t.columns||[];o=Ai(o,n),n.length||o.forEach(function(s){for(var c in s)n.indexOf(c)===-1&&n.push(c)});var r=n.reduce(function(s,c){var l=Object.create(t);return s[c]=ce(l,e[c]),s},Object.create(null));n.forEach(function(s){var c=r[s];c.name=s,c.maxWidth=Math.ceil(c.maxWidth),c.minWidth=Math.ceil(c.minWidth),c.truncate=!!c.truncate,c.align=c.align||"left"}),o=o.map(function(s){var c=Object.create(null);return n.forEach(function(l){c[l]=s[l]!=null?s[l]:"",c[l]=""+c[l],r[l].preserveNewLines?c[l]=c[l].replace(/[^\S\n]/gmi," "):c[l]=c[l].replace(/\s/gmi," ")}),c}),n.forEach(function(s){var c=r[s];o=o.map(function(l,m){var p=Object.create(c);l[s]=c.dataTransform(l[s],p,m);var _=Object.keys(p);if(_.indexOf("name")!==-1){if(c.headingTransform!==le)return;c.headingTransform=function(d){return d}}return _.forEach(function(d){return c[d]=p[d]}),l})});var a={};t.showHeaders&&(n.forEach(function(s){var c=r[s];if(!c.showHeaders){a[s]="";return}a[s]=c.headingTransform(c.name)}),o.unshift(a)),n.forEach(function(s){var c=r[s];c.width=o.map(function(l){return l[s]}).reduce(function(l,m){return l>=c.maxWidth?l:Math.max(l,Math.min(c.maxWidth,Math.max(c.minWidth,pt(m))))},0)}),n.forEach(function(s){var c=r[s];o=o.map(function(l){return l[s]=di(l[s],c.width,c.truncateMarker),l})}),n.forEach(function(s){var c=r[s];o=o.map(function(l,m){var p=l[s];if(l[s]=ae(p,c.width),c.truncate&&l[s].length>1){l[s]=ae(p,c.width-pt(c.truncateMarker));var _=l[s][0];Oi(_,c.truncateMarker)||(l[s][0]+=c.truncateMarker),l[s]=l[s].slice(0,1)}return l})}),n.forEach(function(s){var c=r[s];c.width=o.map(function(l){return l[s].reduce(function(m,p){return m>=c.maxWidth?m:Math.max(m,Math.min(c.maxWidth,Math.max(c.minWidth,pt(p))))},0)}).reduce(function(l,m){return l>=c.maxWidth?l:Math.max(l,Math.min(c.maxWidth,Math.max(c.minWidth,m)))},0)});var u=Ci(o,r,n,t.paddingChr);return u.reduce(function(s,c){return s.concat(c.reduce(function(l,m){return l.concat(m.join(t.columnSplitter))},[]))},[]).map(function(s){return fi(s,i)}).join(t.spacing)};function Ci(o,t,e,i){return o.map(function(n){var r=[],a=0;e.forEach(function(c){a=Math.max(a,n[c].length)});for(var u=function(l){r[l]=r[l]||[],e.forEach(function(m){var p=t[m],_=n[m][l]||"";p.align==="right"?r[l].push(pi(_,p.width,i)):p.align==="center"||p.align==="centre"?r[l].push(mi(_,p.width,i)):r[l].push(hi(_,p.width,i))})},s=0;s<a;s++)u(s);return r})}function ce(){return Object.assign?Object.assign.apply(Object,arguments):wi.apply(void 0,arguments)}function wi(o,t){"use strict";if(o==null)throw new TypeError("Cannot convert first argument to object");for(var e=Object(o),i=!1,n,r=1;r<arguments.length;r++){var a=arguments[r];if(a!=null){for(var u=Object.keys(Object(a)),s=0,c=u.length;s<c;s++){var l=u[s];try{var m=Object.getOwnPropertyDescriptor(a,l);m!==void 0&&m.enumerable&&(e[l]=a[l])}catch(p){i||(i=!0,n=p)}}if(i)throw n}}return e}function Oi(o,t,e){e=e||o.length,e=e-t.length;var i=o.lastIndexOf(t);return i!==-1&&i===e}function Ai(o,t){if(Array.isArray(o))return o;var e=[];for(var i in o){var n={};n[t[0]||"key"]=i,n[t[1]||"value"]=o[i],e.push(n)}return e}});h();import{cwd as Si}from"node:process";h();import{cwd as Ie}from"node:process";h();var q=y(gt(),1);import{join as St}from"node:path";var Q=(0,q.variant)({Exists:(0,q.fields)(),NotExists:{}}),Ve=V.object({data:V.unknown(),createdAt:V.number()}),De=(o,t)=>Date.now()-o.valueOf()>t*60*60*1e3;function $t(o,t){let e=N();return e.fsCacheDir?St(e.fsCacheDir,t):St(o,t)}function Ht({filePath:o,ttlInHours:t=24*7}){return{get:async()=>{try{if(await vt(o)){let r=Ve.parse(await At(o));if(!De(r.createdAt,t))return Q.Exists({data:r.data})}return Q.NotExists()}catch(n){throw new S({code:$.FailedToReadCache({path:o}),cause:n})}},set:async n=>{try{return await Ot(o,{data:n,createdAt:Date.now()}),Q.Exists({data:n})}catch(r){throw new S({code:$.FailedToWriteCache({path:o}),cause:r})}}}}import{join as Te}from"node:path";var kt=y(gt(),1);var Le=V.object({deprecated:V.string().optional()});async function Ft(o){let t=null;try{let{version:e,name:i}=L,n=Ht({filePath:$t(Te(__dirname,".."),ft)}),r=await n.get();t=Pe(r),t||(t={...await We({packageName:i,packageVersion:e})},await n.set(t))}catch(e){let i=new S({code:$.FailedToCheckDeprecatedStatus(),cause:e});o.reportError(i),Ct(R(Ie()),i)}if(t?.deprecated)throw new S({code:$.DeprecatedVersion({currentVersion:L.version})})}function Pe(o){return(0,kt.match)(o,{Exists:({data:t})=>{let e=Le.safeParse(t);return e.success?e.data:null},NotExists:()=>null})}async function We({packageName:o,packageVersion:t}){let e=N();return{deprecated:(await Et(o,{version:t,registryUrl:e.registryUrl})).deprecated}}h();h();var zt=y(Jt(),1),{program:hn,createCommand:g,createArgument:mn,createOption:pn,CommanderError:dn,InvalidArgumentError:fn,InvalidOptionArgumentError:gn,Command:Kt,Argument:Yt,Option:J,Help:_n}=zt.default;h();h();h();var Qt=(o,t)=>{let e=v();return g("dev").option("-s, --https",e("site_dev_command_def.option.https")).description(e("site_dev_command_def.description")).action(async(i,n)=>{let{runCommand:r}=await import("./run-command-Q5WKDH7A.js"),{dev:a}=await import("./dev-KYV7HV56.js");await r(n,o,t,()=>a(o,i))})};h();var Xt=(o,t)=>{let e=v();return g("install").description(e("site_install_command_def.description")).argument("[package]",e("site_install_command_def.argument.package")).option("--yarn",e("site_install_command_def.option.yarn")).option("--npm",e("site_install_command_def.option.npm")).action(async(i,n,r)=>{let{runCommand:a}=await import("./run-command-Q5WKDH7A.js"),{install:u}=await import("./install-RK23JCWN.js");await a(r,o,t,()=>u(o,n,i))})};h();var Zt=(o,t)=>{let e=v();return g("preview").description(e("site_preview_command_def.description")).addOption(new J("--source <local|remote>",e("site_preview_command_def.option.source")).choices(["local","remote"])).action(async(i,n)=>{let{runCommand:r}=await import("./run-command-Q5WKDH7A.js"),{preview:a}=await import("./preview-4UFJH3YM.js");await r(n,o,t,()=>a(o,i))})};h();var te=(o,t)=>{let e=v();return g("publish").description(e("site_publish_command_def.description")).addOption(new J("--source <local|remote>",e("site_publish_command_def.option.source")).choices(["local","remote"])).option("-f, --force",e("site_publish_command_def.option.force")).action(async(i,n)=>{let{runCommand:r}=await import("./run-command-Q5WKDH7A.js"),{publish:a}=await import("./publish-25HHTE4K.js");await r(n,o,t,()=>a(o,i))})};h();var ee=(o,t)=>g("sync-types").action(async(e,i)=>{let{runCommand:n}=await import("./run-command-Q5WKDH7A.js"),{syncTypes:r}=await import("./sync-types-RUKQIGJZ.js");await n(i,o,t,()=>r(o))});h();var ie=(o,t)=>{let e=v();return g("uninstall").description(e("site_uninstall_command_def.description")).argument("<package>",e("site_uninstall_command_def.argument.package")).option("--yarn",e("site_uninstall_command_def.option.yarn")).option("--npm",e("site_uninstall_command_def.option.npm")).action(async(i,n,r)=>{let{runCommand:a}=await import("./run-command-Q5WKDH7A.js"),{uninstall:u}=await import("./uninstall-PF2PQQ2Y.js");await a(r,o,t,()=>u(o,n,i))})};var ht=async function(t,e){return g("site").addCommand(Qt(t,e)).addCommand(Xt(t,e)).addCommand(Zt(t,e)).addCommand(te(t,e)).addCommand(ee(t,e),{hidden:!0}).addCommand(ie(t,e))};h();import{EOL as F}from"node:os";var pe=y(he(),1);h();var me="https://wix.to/YASTRGa";var de={commandUsage(o){return`${T.bold(o.name())} ${o.usage()}`},sortSubcommands:!0,sortOptions:!0,formatHelp(o,t){let e=`${T.dim("Usage:")}
`,t.preserveNewLines=!!t.preserveNewLines,t.showHeaders=!!t.showHeaders,t.columns=t.columns||t.include;var n=t.columns||[];o=Ai(o,n),n.length||o.forEach(function(s){for(var c in s)n.indexOf(c)===-1&&n.push(c)});var r=n.reduce(function(s,c){var l=Object.create(t);return s[c]=ce(l,e[c]),s},Object.create(null));n.forEach(function(s){var c=r[s];c.name=s,c.maxWidth=Math.ceil(c.maxWidth),c.minWidth=Math.ceil(c.minWidth),c.truncate=!!c.truncate,c.align=c.align||"left"}),o=o.map(function(s){var c=Object.create(null);return n.forEach(function(l){c[l]=s[l]!=null?s[l]:"",c[l]=""+c[l],r[l].preserveNewLines?c[l]=c[l].replace(/[^\S\n]/gmi," "):c[l]=c[l].replace(/\s/gmi," ")}),c}),n.forEach(function(s){var c=r[s];o=o.map(function(l,m){var p=Object.create(c);l[s]=c.dataTransform(l[s],p,m);var _=Object.keys(p);if(_.indexOf("name")!==-1){if(c.headingTransform!==le)return;c.headingTransform=function(d){return d}}return _.forEach(function(d){return c[d]=p[d]}),l})});var a={};t.showHeaders&&(n.forEach(function(s){var c=r[s];if(!c.showHeaders){a[s]="";return}a[s]=c.headingTransform(c.name)}),o.unshift(a)),n.forEach(function(s){var c=r[s];c.width=o.map(function(l){return l[s]}).reduce(function(l,m){return l>=c.maxWidth?l:Math.max(l,Math.min(c.maxWidth,Math.max(c.minWidth,pt(m))))},0)}),n.forEach(function(s){var c=r[s];o=o.map(function(l){return l[s]=di(l[s],c.width,c.truncateMarker),l})}),n.forEach(function(s){var c=r[s];o=o.map(function(l,m){var p=l[s];if(l[s]=ae(p,c.width),c.truncate&&l[s].length>1){l[s]=ae(p,c.width-pt(c.truncateMarker));var _=l[s][0];Oi(_,c.truncateMarker)||(l[s][0]+=c.truncateMarker),l[s]=l[s].slice(0,1)}return l})}),n.forEach(function(s){var c=r[s];c.width=o.map(function(l){return l[s].reduce(function(m,p){return m>=c.maxWidth?m:Math.max(m,Math.min(c.maxWidth,Math.max(c.minWidth,pt(p))))},0)}).reduce(function(l,m){return l>=c.maxWidth?l:Math.max(l,Math.min(c.maxWidth,Math.max(c.minWidth,m)))},0)});var u=Ci(o,r,n,t.paddingChr);return u.reduce(function(s,c){return s.concat(c.reduce(function(l,m){return l.concat(m.join(t.columnSplitter))},[]))},[]).map(function(s){return fi(s,i)}).join(t.spacing)};function Ci(o,t,e,i){return o.map(function(n){var r=[],a=0;e.forEach(function(c){a=Math.max(a,n[c].length)});for(var u=function(l){r[l]=r[l]||[],e.forEach(function(m){var p=t[m],_=n[m][l]||"";p.align==="right"?r[l].push(pi(_,p.width,i)):p.align==="center"||p.align==="centre"?r[l].push(mi(_,p.width,i)):r[l].push(hi(_,p.width,i))})},s=0;s<a;s++)u(s);return r})}function ce(){return Object.assign?Object.assign.apply(Object,arguments):wi.apply(void 0,arguments)}function wi(o,t){"use strict";if(o==null)throw new TypeError("Cannot convert first argument to object");for(var e=Object(o),i=!1,n,r=1;r<arguments.length;r++){var a=arguments[r];if(a!=null){for(var u=Object.keys(Object(a)),s=0,c=u.length;s<c;s++){var l=u[s];try{var m=Object.getOwnPropertyDescriptor(a,l);m!==void 0&&m.enumerable&&(e[l]=a[l])}catch(p){i||(i=!0,n=p)}}if(i)throw n}}return e}function Oi(o,t,e){e=e||o.length,e=e-t.length;var i=o.lastIndexOf(t);return i!==-1&&i===e}function Ai(o,t){if(Array.isArray(o))return o;var e=[];for(var i in o){var n={};n[t[0]||"key"]=i,n[t[1]||"value"]=o[i],e.push(n)}return e}});h();import{cwd as Si}from"node:process";h();import{cwd as Ie}from"node:process";h();var q=y(gt(),1);import{join as St}from"node:path";var Q=(0,q.variant)({Exists:(0,q.fields)(),NotExists:{}}),Ve=V.object({data:V.unknown(),createdAt:V.number()}),De=(o,t)=>Date.now()-o.valueOf()>t*60*60*1e3;function $t(o,t){let e=N();return e.fsCacheDir?St(e.fsCacheDir,t):St(o,t)}function Ht({filePath:o,ttlInHours:t=24*7}){return{get:async()=>{try{if(await vt(o)){let r=Ve.parse(await At(o));if(!De(r.createdAt,t))return Q.Exists({data:r.data})}return Q.NotExists()}catch(n){throw new S({code:$.FailedToReadCache({path:o}),cause:n})}},set:async n=>{try{return await Ot(o,{data:n,createdAt:Date.now()}),Q.Exists({data:n})}catch(r){throw new S({code:$.FailedToWriteCache({path:o}),cause:r})}}}}import{join as Te}from"node:path";var kt=y(gt(),1);var Le=V.object({deprecated:V.string().optional()});async function Ft(o){let t=null;try{let{version:e,name:i}=L,n=Ht({filePath:$t(Te(__dirname,".."),ft)}),r=await n.get();t=Pe(r),t||(t={...await We({packageName:i,packageVersion:e})},await n.set(t))}catch(e){let i=new S({code:$.FailedToCheckDeprecatedStatus(),cause:e});o.reportError(i),Ct(R(Ie()),i)}if(t?.deprecated)throw new S({code:$.DeprecatedVersion({currentVersion:L.version})})}function Pe(o){return(0,kt.match)(o,{Exists:({data:t})=>{let e=Le.safeParse(t);return e.success?e.data:null},NotExists:()=>null})}async function We({packageName:o,packageVersion:t}){let e=N();return{deprecated:(await Et(o,{version:t,registryUrl:e.registryUrl})).deprecated}}h();h();var zt=y(Jt(),1),{program:hn,createCommand:g,createArgument:mn,createOption:pn,CommanderError:dn,InvalidArgumentError:fn,InvalidOptionArgumentError:gn,Command:Kt,Argument:Yt,Option:J,Help:_n}=zt.default;h();h();h();var Qt=(o,t)=>{let e=v();return g("dev").option("-s, --https",e("site_dev_command_def.option.https")).description(e("site_dev_command_def.description")).action(async(i,n)=>{let{runCommand:r}=await import("./run-command-K54G2TIH.js"),{dev:a}=await import("./dev-RWPRBUWF.js");await r(n,o,t,()=>a(o,i))})};h();var Xt=(o,t)=>{let e=v();return g("install").description(e("site_install_command_def.description")).argument("[package]",e("site_install_command_def.argument.package")).option("--yarn",e("site_install_command_def.option.yarn")).option("--npm",e("site_install_command_def.option.npm")).action(async(i,n,r)=>{let{runCommand:a}=await import("./run-command-K54G2TIH.js"),{install:u}=await import("./install-CXFIZ2TP.js");await a(r,o,t,()=>u(o,n,i))})};h();var Zt=(o,t)=>{let e=v();return g("preview").description(e("site_preview_command_def.description")).addOption(new J("--source <local|remote>",e("site_preview_command_def.option.source")).choices(["local","remote"])).action(async(i,n)=>{let{runCommand:r}=await import("./run-command-K54G2TIH.js"),{preview:a}=await import("./preview-X54TBBIK.js");await r(n,o,t,()=>a(o,i))})};h();var te=(o,t)=>{let e=v();return g("publish").description(e("site_publish_command_def.description")).addOption(new J("--source <local|remote>",e("site_publish_command_def.option.source")).choices(["local","remote"])).option("-f, --force",e("site_publish_command_def.option.force")).action(async(i,n)=>{let{runCommand:r}=await import("./run-command-K54G2TIH.js"),{publish:a}=await import("./publish-AWXFJR6X.js");await r(n,o,t,()=>a(o,i))})};h();var ee=(o,t)=>g("sync-types").action(async(e,i)=>{let{runCommand:n}=await import("./run-command-K54G2TIH.js"),{syncTypes:r}=await import("./sync-types-GFKZQ2RA.js");await n(i,o,t,()=>r(o))});h();var ie=(o,t)=>{let e=v();return g("uninstall").description(e("site_uninstall_command_def.description")).argument("<package>",e("site_uninstall_command_def.argument.package")).option("--yarn",e("site_uninstall_command_def.option.yarn")).option("--npm",e("site_uninstall_command_def.option.npm")).action(async(i,n,r)=>{let{runCommand:a}=await import("./run-command-K54G2TIH.js"),{uninstall:u}=await import("./uninstall-UHWLJON5.js");await a(r,o,t,()=>u(o,n,i))})};var ht=async function(t,e){return g("site").addCommand(Qt(t,e)).addCommand(Xt(t,e)).addCommand(Zt(t,e)).addCommand(te(t,e)).addCommand(ee(t,e),{hidden:!0}).addCommand(ie(t,e))};h();import{EOL as F}from"node:os";var pe=y(he(),1);h();var me="https://wix.to/YASTRGa";var de={commandUsage(o){return`${T.bold(o.name())} ${o.usage()}`},sortSubcommands:!0,sortOptions:!0,formatHelp(o,t){let e=`${T.dim("Usage:")}
${t.commandUsage(o)}`,i=t.visibleCommands(o).map(m=>({term:m.name(),usage:m.usage(),description:t.commandDescription(m)})),n=t.visibleOptions(o).map(m=>({term:t.optionTerm(m),description:t.optionDescription(m)})),r=(0,pe.default)([...i,...n],{showHeaders:!1,columnSplitter:" "}).split(F).map(m=>` ${m}`),a=r.splice(i.length),u=r,s=`${T.dim("Commands:")}${F}${u.join(F)}`,c=`${T.dim("Options:")}${F}${a.join(F)}`,l=`${T.dim("Learn More:")}
Learn more at ${me}${F}`;return`${[e,s,c,l].join(F.repeat(2))}${F}`}};h();var ge=y(Y(),1);h();function I(){return bt(xt)}function fe(){let o=I();return o.t.bind(o)}var _e=o=>{let t=I();return g("login").description(t.t("login_command.description")).action(async(e,i)=>{let{LoginCommand:n}=await import("./LoginCommand-7KZGFN43.js"),{renderCommand:r}=await import("./render-command-TPP4V6JQ.js"),a=await H();await r(i,o,ge.default.createElement(n,{userInfo:a}))})};h();var Ce=y(Y(),1);var we=o=>{let t=I();return g("whoami").description(t.t("whoami_command.description")).action(async(e,i)=>{let{WhoamiCommand:n}=await import("./WhoamiCommand-MYIQL5GQ.js"),{renderCommand:r}=await import("./render-command-TPP4V6JQ.js"),a=await H();await r(i,o,Ce.default.createElement(n,{userInfo:a}))})};h();var Oe=y(Y(),1);var Ae=o=>{let t=I();return g("logout").description(t.t("logout_command.description")).action(async(e,i)=>{let{LogoutCommand:n}=await import("./LogoutCommand-5ETQOY27.js"),{renderCommand:r}=await import("./render-command-TPP4V6JQ.js"),a=await H();await r(i,o,Oe.default.createElement(n,{userInfo:a}))})};h();var ve=()=>{let o=fe();return g("telemetry").description(o("telemetry_command.description")).addArgument(new Yt("<state>","").choices(["on","off"])).action(async t=>{let{updateUserConfig:e}=await import("./src-PTQVLBC4.js"),{CliError:i,CliErrorCode:n}=await import("./src-KMO2YYLJ.js"),{createLogger:r}=await import("./src-AS5VLMOV.js"),a=r();try{await e({telemetry:t==="on"}),a.log(o("telemetry_command.state_updated",{state:t}))}catch(u){throw new i({code:n.FailedToUpdateTelemetryConfig(),cause:u})}})};h();var be=y(He(),1);import{cwd as vi}from"node:process";import{createRequire as bi}from"node:module";import{join as Ei}from"node:path";import{pathToFileURL as xi}from"node:url";var Ee=bi(Ei(vi(),"dummy.js"));async function xe(){try{let o=Ee.resolve("@wix/cli-app");return yi(),import(xi(o).href)}catch(o){if(o instanceof Error&&"code"in o&&o.code==="MODULE_NOT_FOUND")return null;throw o}}function yi(){let o=Ee("@wix/cli-app/package.json").version;if((0,be.default)(o)===null&&k!==o)throw new S({code:$.CliAppVersionMismatch({cliVersion:k,cliAppVersion:o})})}async function ye(o,t){let e=new Kt;e.name("wix"),e.version(k,"-v, --version","Output the version number"),e.enablePositionalOptions(!0),e.helpOption("-h, --help","Display help for command"),e.addHelpCommand(!1),e.configureHelp(de);let i=await xe();return i&&e.addCommand(await i.getRootCommand({biLogger:t,errorReporter:o},k)),(await ht({biLogger:t,errorReporter:o},k)).commands.forEach(r=>{e.addCommand(r)}),e.addCommand(_e({errorReporter:o,biLogger:t})).addCommand(we({errorReporter:o,biLogger:t})).addCommand(Ae({errorReporter:o,biLogger:t})).addCommand(ve()),e}h();var Se=o=>o.parent?`${Se(o.parent)} ${o.name()}`.trim():o.name();function $e(o,{errorReporter:t}){o.hook("preAction",(e,i)=>{let n=Se(i);t.setContext("command info",{command:n,opts:i.opts(),args:i.args})})}_t();async function $i(){let{default:o}=await import("./update-notifier-3OFJ3F6A.js");o({pkg:L,updateCheckInterval:864e5}).notify()}function Hi(){let{handler:o,errorReporter:t,registerToProcessErrors:e}=wt({dsn:dt,release:L.version,debugOutputPath:R(Si())});return e(),{errorHandler:o,errorReporter:t}}var{errorHandler:ki,errorReporter:j}=Hi();try{let o=await H();o&&j.setUser({id:o.userId});let{biLogger:t}=await yt(j,o?.userId);$i(),await Ft(j);let e=await ye(j,t);$e(e,{errorReporter:j}),await e.parseAsync()}catch(o){ki({error:o})}
Learn more at ${me}${F}`;return`${[e,s,c,l].join(F.repeat(2))}${F}`}};h();var ge=y(Y(),1);h();function I(){return bt(xt)}function fe(){let o=I();return o.t.bind(o)}var _e=o=>{let t=I();return g("login").description(t.t("login_command.description")).action(async(e,i)=>{let{LoginCommand:n}=await import("./LoginCommand-UCCPNEAW.js"),{renderCommand:r}=await import("./render-command-MEVKG7KZ.js"),a=await H();await r(i,o,ge.default.createElement(n,{userInfo:a}))})};h();var Ce=y(Y(),1);var we=o=>{let t=I();return g("whoami").description(t.t("whoami_command.description")).action(async(e,i)=>{let{WhoamiCommand:n}=await import("./WhoamiCommand-A7ZTETYU.js"),{renderCommand:r}=await import("./render-command-MEVKG7KZ.js"),a=await H();await r(i,o,Ce.default.createElement(n,{userInfo:a}))})};h();var Oe=y(Y(),1);var Ae=o=>{let t=I();return g("logout").description(t.t("logout_command.description")).action(async(e,i)=>{let{LogoutCommand:n}=await import("./LogoutCommand-PIOCIE3H.js"),{renderCommand:r}=await import("./render-command-MEVKG7KZ.js"),a=await H();await r(i,o,Oe.default.createElement(n,{userInfo:a}))})};h();var ve=()=>{let o=fe();return g("telemetry").description(o("telemetry_command.description")).addArgument(new Yt("<state>","").choices(["on","off"])).action(async t=>{let{updateUserConfig:e}=await import("./src-SZH4CBHZ.js"),{CliError:i,CliErrorCode:n}=await import("./src-A5CNIAMS.js"),{createLogger:r}=await import("./src-AS5VLMOV.js"),a=r();try{await e({telemetry:t==="on"}),a.log(o("telemetry_command.state_updated",{state:t}))}catch(u){throw new i({code:n.FailedToUpdateTelemetryConfig(),cause:u})}})};h();var be=y(He(),1);import{cwd as vi}from"node:process";import{createRequire as bi}from"node:module";import{join as Ei}from"node:path";import{pathToFileURL as xi}from"node:url";var Ee=bi(Ei(vi(),"dummy.js"));async function xe(){try{let o=Ee.resolve("@wix/cli-app");return yi(),import(xi(o).href)}catch(o){if(o instanceof Error&&"code"in o&&o.code==="MODULE_NOT_FOUND")return null;throw o}}function yi(){let o=Ee("@wix/cli-app/package.json").version;if((0,be.default)(o)===null&&k!==o)throw new S({code:$.CliAppVersionMismatch({cliVersion:k,cliAppVersion:o})})}async function ye(o,t){let e=new Kt;e.name("wix"),e.version(k,"-v, --version","Output the version number"),e.enablePositionalOptions(!0),e.helpOption("-h, --help","Display help for command"),e.addHelpCommand(!1),e.configureHelp(de);let i=await xe();return i&&e.addCommand(await i.getRootCommand({biLogger:t,errorReporter:o},k)),(await ht({biLogger:t,errorReporter:o},k)).commands.forEach(r=>{e.addCommand(r)}),e.addCommand(_e({errorReporter:o,biLogger:t})).addCommand(we({errorReporter:o,biLogger:t})).addCommand(Ae({errorReporter:o,biLogger:t})).addCommand(ve()),e}h();var Se=o=>o.parent?`${Se(o.parent)} ${o.name()}`.trim():o.name();function $e(o,{errorReporter:t}){o.hook("preAction",(e,i)=>{let n=Se(i);t.setContext("command info",{command:n,opts:i.opts(),args:i.args})})}_t();async function $i(){let{default:o}=await import("./update-notifier-GZP4NGFW.js");o({pkg:L,updateCheckInterval:864e5}).notify()}function Hi(){let{handler:o,errorReporter:t,registerToProcessErrors:e}=wt({dsn:dt,release:L.version,debugOutputPath:R(Si())});return e(),{errorHandler:o,errorReporter:t}}var{errorHandler:ki,errorReporter:j}=Hi();try{let o=await H();o&&j.setUser({id:o.userId});let{biLogger:t}=await yt(j,o?.userId);$i(),await Ft(j);let e=await ye(j,t);$e(e,{errorReporter:j}),await e.parseAsync()}catch(o){ki({error:o})}
//# sourceMappingURL=index.js.map
{
"name": "@wix/cli",
"description": "CLI tool for building Wix sites and applications",
"version": "1.1.7",
"version": "1.1.8",
"bin": {

@@ -15,3 +15,3 @@ "wix": "bin/wix.cjs"

"@types/update-notifier": "^6.0.8",
"@wix/bi-logger-wix-cli": "^1.32.0",
"@wix/bi-logger-wix-cli": "^1.33.0",
"@wix/cli-auth": "0.0.0",

@@ -41,3 +41,3 @@ "@wix/cli-command-contract": "0.0.0",

"update-notifier": "^7.0.0",
"variant": "^3.0.0-dev.26",
"variant": "^3.0.0-dev.27",
"zod": "^3.22.4"

@@ -90,3 +90,3 @@ },

},
"falconPackageHash": "889080c1eedf03f6ccd915d8469cc49537b71c3e4bd410fc6f373aff"
"falconPackageHash": "00c3a2429c41389bbd5cefd03501244cd60961b3ed2a7f83b942e57c"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc