From ae6cdf0e09d627d8da16cfc3c1549d11611b5e8c Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 19 Nov 2024 17:52:31 +0200 Subject: [PATCH] Maintain/v0.1.2 --- .github/workflows/NPM.yml | 4 +- .github/workflows/Node.yml | 4 +- CHANGELOG.md | 26 ++++++ docs/assets/icons.js | 2 +- docs/assets/icons.svg | 2 +- docs/assets/main.js | 2 +- docs/assets/search.js | 2 +- docs/assets/style.css | 87 ++++++++++++++----- docs/functions/Clean.Request.html | 2 +- docs/functions/Clean.clean.html | 2 +- .../Command_Cloudflare.cloudflare.html | 4 +- .../Command_Dependabot.dependabot.html | 4 +- docs/functions/Command_GitHub.gitHub.html | 4 +- docs/functions/Command_NPM.NPM.html | 4 +- docs/functions/Command_Node.node.html | 4 +- docs/functions/Command_Rust.rust.html | 4 +- docs/functions/Complexity.complexity.html | 4 +- docs/functions/Dispatch.Request.html | 2 +- docs/functions/Dispatch.dispatch.html | 2 +- docs/functions/Edit.Request.html | 2 +- docs/functions/Edit.edit.html | 2 +- docs/functions/Function_Package.package.html | 2 +- docs/functions/Function_Request.request.html | 2 +- docs/functions/Function_Type.type.html | 2 +- .../Function_WalkUntilGit._Function.html | 4 +- docs/functions/Git.git.html | 2 +- docs/functions/Readme.readme.html | 2 +- docs/functions/Search.search.html | 4 +- docs/functions/Star.star-1.html | 2 +- docs/functions/Star.star.html | 2 +- .../Variable_Dependabot.dirname.html | 6 +- .../Variable_Dependabot.fileURLToPath.html | 6 +- .../Variable_Dependabot.readFile.html | 8 +- .../Variable_Dependabot.resolve.html | 6 +- .../Variable_Environment.string.html | 2 +- docs/index.html | 4 +- docs/interfaces/Interface_Type.Interface.html | 2 +- docs/interfaces/WalkUntilGit.Interface.html | 4 +- docs/modules.html | 33 +++++++ docs/modules/Clean.html | 4 +- docs/modules/Command_Cloudflare.html | 4 +- docs/modules/Command_Dependabot.html | 4 +- docs/modules/Command_GitHub.html | 4 +- docs/modules/Command_NPM.html | 4 +- docs/modules/Command_Node.html | 4 +- docs/modules/Command_Rust.html | 4 +- docs/modules/Complexity.html | 4 +- docs/modules/Dispatch.html | 4 +- docs/modules/Edit.html | 4 +- docs/modules/File.html | 4 +- docs/modules/Function_Package.html | 4 +- docs/modules/Function_Request.html | 4 +- docs/modules/Function_Type.html | 4 +- docs/modules/Function_WalkUntilGit.html | 4 +- docs/modules/Git.html | 4 +- docs/modules/Interface_Type.html | 4 +- docs/modules/Maintain.html | 4 +- docs/modules/Readme.html | 4 +- docs/modules/Search.html | 4 +- docs/modules/Star.html | 4 +- docs/modules/Type.html | 4 +- docs/modules/Type_Environment.html | 4 +- docs/modules/Variable_Cloudflare.html | 4 +- docs/modules/Variable_Command.html | 4 +- docs/modules/Variable_Dependabot.html | 4 +- docs/modules/Variable_Environment.html | 4 +- docs/modules/Variable_GitHub.html | 4 +- docs/modules/Variable_NPM.html | 4 +- docs/modules/Variable_Node.html | 4 +- docs/modules/Variable_Rust.html | 4 +- docs/modules/WalkUntilGit.html | 4 +- docs/types/File.Type.html | 2 +- docs/types/Type.Type.html | 2 +- docs/types/Type_Environment.Type.html | 2 +- docs/variables/Clean.All.html | 2 +- docs/variables/Clean.User.html | 2 +- docs/variables/Git.Environment.html | 2 +- docs/variables/Maintain.maintain.html | 2 +- .../Variable_Cloudflare.cloudflare.html | 2 +- docs/variables/Variable_Command.Variable.html | 4 +- .../Variable_Dependabot.dependabot.html | 2 +- .../Variable_Environment.environment.html | 2 +- docs/variables/Variable_GitHub.gitHub.html | 2 +- docs/variables/Variable_NPM.NPM.html | 2 +- docs/variables/Variable_Node.node.html | 2 +- docs/variables/Variable_Rust.rust.html | 2 +- package.json | 2 +- 87 files changed, 264 insertions(+), 160 deletions(-) create mode 100644 docs/modules.html diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 490dcaa..76ab61a 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -57,9 +57,9 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v4.2.1 - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v4.0.4 with: node-version: "18" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 055fa35..83274f8 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -59,7 +59,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v4.2.1 - uses: pnpm/action-setup@v4.0.0 with: @@ -76,7 +76,7 @@ jobs: --unsafe-perm=true ] - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v4.0.4 with: node-version: ${{ matrix.node-version }} cache: "pnpm" diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c51d0..5de30d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ ## 0.1.2 +### Added + +- Added `Action.sh` script for managing GitHub Actions. +- Added import statements for `Files` type in various command files. + +### Changed + +- Updated `.npmignore` to replace `Documentation/` with `docs/` and + `Summary.md` with `Action.sh`. +- Updated `package.json`: + - Bumped version from 0.1.1 to 0.1.2. + - Updated email to `Source/Open@PlayForm.LTD`. + - Updated URL to `HTTPS://PlayForm.LTD`. + - Updated `deepmerge-ts` to version 7.1.3. + - Updated `@octokit/types` to version 13.6.1. + - Updated `@playform/build` to version 0.1.8. + - Updated `@types/node` to version 22.9.0. +- Updated various GitHub Actions and workflows: + - Updated `cloudflare/wrangler-action` to v3.9.0 in `Cloudflare.ts`. + - Updated `actions/setup-node` to v4.0.4 in `Node.ts` and `NPM.yml`. + - Updated `actions/upload-artifact` to v4.4.3 in `Node.ts`. + - Updated `actions/cache` to v4.1.1 in `Rust.ts`. + - Updated `actions/checkout` to v4.2.1 in multiple workflow files. + - Updated `github/codeql-action` to v3.26.13 in `codeql.yml`. +- Improved code formatting and consistency across various TypeScript files. + ## 0.1.1 ### Changed diff --git a/docs/assets/icons.js b/docs/assets/icons.js index e88e8ca..3dfbd32 100644 --- a/docs/assets/icons.js +++ b/docs/assets/icons.js @@ -3,7 +3,7 @@ function addIcons() { if (document.readyState === "loading") return document.addEventListener("DOMContentLoaded", addIcons); const svg = document.body.appendChild(document.createElementNS("http://www.w3.org/2000/svg", "svg")); - svg.innerHTML = `""`; + svg.innerHTML = `MMNEPVFCICPMFPCPTTAAATR`; svg.style.display = "none"; if (location.protocol === "file:") updateUseElements(); } diff --git a/docs/assets/icons.svg b/docs/assets/icons.svg index e371b8b..a19417d 100644 --- a/docs/assets/icons.svg +++ b/docs/assets/icons.svg @@ -1 +1 @@ - \ No newline at end of file +MMNEPVFCICPMFPCPTTAAATR \ No newline at end of file diff --git a/docs/assets/main.js b/docs/assets/main.js index 21a5d74..99097a0 100644 --- a/docs/assets/main.js +++ b/docs/assets/main.js @@ -3,7 +3,7 @@ window.translations={"copy":"Copy","copied":"Copied!","normally_hidden":"This me "use strict";(()=>{var Pe=Object.create;var ie=Object.defineProperty;var Oe=Object.getOwnPropertyDescriptor;var _e=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,Me=Object.prototype.hasOwnProperty;var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of _e(e))!Me.call(t,i)&&i!==n&&ie(t,i,{get:()=>e[i],enumerable:!(r=Oe(e,i))||r.enumerable});return t};var Ae=(t,e,n)=>(n=t!=null?Pe(Re(t)):{},De(e||!t||!t.__esModule?ie(n,"default",{value:t,enumerable:!0}):n,t));var ue=Fe((ae,le)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var d=t.utils.clone(n)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(r.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. `,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?d+=2:a==l&&(n+=r[u+1]*i[d+1],u+=2,d+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),m=s.str.charAt(1),p;m in s.node.edges?p=s.node.edges[m]:(p=new t.TokenSet,s.node.edges[m]=p),s.str.length==1&&(p.final=!0),i.push({node:p,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ae=="object"?le.exports=n():e.lunr=n()}(this,function(){return t})})()});var se=[];function G(t,e){se.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible()),document.body.style.display||(this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}createComponents(e){se.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}showPage(){document.body.style.display&&(document.body.style.removeProperty("display"),this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}scrollToHash(){if(location.hash){let e=document.getElementById(location.hash.substring(1));if(!e)return;e.scrollIntoView({behavior:"instant",block:"start"})}}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),n=e?.parentElement;for(;n&&!n.classList.contains(".tsd-navigation");)n instanceof HTMLDetailsElement&&(n.open=!0),n=n.parentElement;if(e&&!Ve(e)){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r,document.querySelector(".col-sidebar").scrollTop=r}}updateIndexVisibility(){let e=document.querySelector(".tsd-index-content"),n=e?.open;e&&(e.open=!0),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let i=Array.from(r.querySelectorAll(".tsd-index-link")).every(s=>s.offsetParent==null);r.style.display=i?"none":"block"}),e&&(e.open=n)}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n&&n.tagName!=="SECTION";)n=n.parentElement;if(!n)return;let r=n.offsetParent==null,i=n;for(;i!==document.body;)i instanceof HTMLDetailsElement&&(i.open=!0),i=i.parentElement;if(n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let s=document.createElement("p");s.classList.add("warning"),s.textContent=window.translations.normally_hidden,n.prepend(s)}r&&e.scrollIntoView()}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let n;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent=window.translations.copied,e.classList.add("visible"),clearTimeout(n),n=setTimeout(()=>{e.classList.remove("visible"),n=setTimeout(()=>{e.textContent=window.translations.copy},100)},1e3)})})}};function Ve(t){let e=t.getBoundingClientRect(),n=Math.max(document.documentElement.clientHeight,window.innerHeight);return!(e.bottom<0||e.top-n>=0)}var oe=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var pe=Ae(ue());async function ce(t,e){if(!window.searchData)return;let n=await fetch(window.searchData),r=new Blob([await n.arrayBuffer()]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();t.data=i,t.index=pe.Index.load(i.index),e.classList.remove("loading"),e.classList.add("ready")}function fe(){let t=document.getElementById("tsd-search");if(!t)return;let e={base:t.dataset.base+"/"},n=document.getElementById("tsd-search-script");t.classList.add("loading"),n&&(n.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),n.addEventListener("load",()=>{ce(e,t)}),ce(e,t));let r=document.querySelector("#tsd-search input"),i=document.querySelector("#tsd-search .results");if(!r||!i)throw new Error("The input field or the result list wrapper was not found");i.addEventListener("mouseup",()=>{te(t)}),r.addEventListener("focus",()=>t.classList.add("has-focus")),He(t,i,r,e)}function He(t,e,n,r){n.addEventListener("input",oe(()=>{Ne(t,e,n,r)},200)),n.addEventListener("keydown",i=>{i.key=="Enter"?Be(e,t):i.key=="ArrowUp"?(de(e,n,-1),i.preventDefault()):i.key==="ArrowDown"&&(de(e,n,1),i.preventDefault())}),document.body.addEventListener("keypress",i=>{i.altKey||i.ctrlKey||i.metaKey||!n.matches(":focus")&&i.key==="/"&&(i.preventDefault(),n.focus())}),document.body.addEventListener("keyup",i=>{t.classList.contains("has-focus")&&(i.key==="Escape"||!e.matches(":focus-within")&&!n.matches(":focus"))&&(n.blur(),te(t))})}function te(t){t.classList.remove("has-focus")}function Ne(t,e,n,r){if(!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s;if(i){let o=i.split(" ").map(a=>a.length?`*${a}*`:"").join(" ");s=r.index.search(o)}else s=[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o`,d=he(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(d+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(d=` ${he(l.parent,i)}.${d}`);let m=document.createElement("li");m.classList.value=l.classes??"";let p=document.createElement("a");p.href=r.base+l.url,p.innerHTML=u+d,m.append(p),p.addEventListener("focus",()=>{e.querySelector(".current")?.classList.remove("current"),m.classList.add("current")}),e.appendChild(m)}}function de(t,e,n){let r=t.querySelector(".current");if(!r)r=t.querySelector(n==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let i=r;if(n===1)do i=i.nextElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);else do i=i.previousElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);i?(r.classList.remove("current"),i.classList.add("current")):n===-1&&(r.classList.remove("current"),e.focus())}}function Be(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),te(e)}}function he(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ee(t.substring(s,o)),`${ee(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(ee(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function ee(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var I=class{constructor(e){this.el=e.el,this.app=e.app}};var F="mousedown",ye="mousemove",N="mouseup",J={x:0,y:0},me=!1,ne=!1,qe=!1,D=!1,ve=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(ve?"is-mobile":"not-mobile");ve&&"ontouchstart"in document.documentElement&&(qe=!0,F="touchstart",ye="touchmove",N="touchend");document.addEventListener(F,t=>{ne=!0,D=!1;let e=F=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(ye,t=>{if(ne&&!D){let e=F=="touchstart"?t.targetTouches[0]:t,n=J.x-(e.pageX||0),r=J.y-(e.pageY||0);D=Math.sqrt(n*n+r*r)>10}});document.addEventListener(N,()=>{ne=!1});document.addEventListener("click",t=>{me&&(t.preventDefault(),t.stopImmediatePropagation(),me=!1)});var X=class extends I{constructor(e){super(e),this.className=this.el.dataset.toggle||"",this.el.addEventListener(N,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(F,n=>this.onDocumentPointerDown(n)),document.addEventListener(N,n=>this.onDocumentPointerUp(n))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(e){D||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!D&&this.active&&e.target.closest(".col-sidebar")){let n=e.target.closest("a");if(n){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substring(0,r.indexOf("#"))),n.href.substring(0,r.length)==r&&setTimeout(()=>this.setActive(!1),250)}}}};var re;try{re=localStorage}catch{re={getItem(){return null},setItem(){}}}var Q=re;var ge=document.head.appendChild(document.createElement("style"));ge.dataset.for="filters";var Y=class extends I{constructor(e){super(e),this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),ge.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } -`,this.app.updateIndexVisibility()}fromLocalStorage(){let e=Q.getItem(this.key);return e?e==="true":this.el.checked}setLocalStorage(e){Q.setItem(this.key,e.toString()),this.value=e,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),this.app.updateIndexVisibility()}};var Z=class extends I{constructor(e){super(e),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update());let r=this.summary.querySelector("a");r&&r.addEventListener("click",()=>{location.assign(r.href)}),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function Ee(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,xe(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),xe(t.value)})}function xe(t){document.documentElement.dataset.theme=t}var K;function we(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",Le),Le())}async function Le(){let t=document.getElementById("tsd-nav-container");if(!t||!window.navigationData)return;let n=await(await fetch(window.navigationData)).arrayBuffer(),r=new Blob([n]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();K=t.dataset.base,K.endsWith("/")||(K+="/"),t.innerHTML="";for(let s of i)Se(s,t,[]);window.app.createComponents(t),window.app.showPage(),window.app.ensureActivePageVisible()}function Se(t,e,n){let r=e.appendChild(document.createElement("li"));if(t.children){let i=[...n,t.text],s=r.appendChild(document.createElement("details"));s.className=t.class?`${t.class} tsd-accordion`:"tsd-accordion";let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.dataset.key=i.join("$"),o.innerHTML='',be(t,o);let a=s.appendChild(document.createElement("div"));a.className="tsd-accordion-details";let l=a.appendChild(document.createElement("ul"));l.className="tsd-nested-navigation";for(let u of t.children)Se(u,l,i)}else be(t,r,t.class)}function be(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=K+t.path,n&&(r.className=n),location.pathname===r.pathname&&!r.href.includes("#")&&r.classList.add("current"),t.kind&&(r.innerHTML=``),r.appendChild(document.createElement("span")).textContent=t.text}else e.appendChild(document.createElement("span")).textContent=t.text}G(X,"a[data-toggle]");G(Z,".tsd-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var Te=document.getElementById("tsd-theme");Te&&Ee(Te);var $e=new U;Object.defineProperty(window,"app",{value:$e});fe();we();})(); +`,this.app.updateIndexVisibility()}fromLocalStorage(){let e=Q.getItem(this.key);return e?e==="true":this.el.checked}setLocalStorage(e){Q.setItem(this.key,e.toString()),this.value=e,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),this.app.updateIndexVisibility()}};var Z=class extends I{constructor(e){super(e),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update());let r=this.summary.querySelector("a");r&&r.addEventListener("click",()=>{location.assign(r.href)}),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function Ee(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,xe(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),xe(t.value)})}function xe(t){document.documentElement.dataset.theme=t}var K;function we(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",Le),Le())}async function Le(){let t=document.getElementById("tsd-nav-container");if(!t||!window.navigationData)return;let n=await(await fetch(window.navigationData)).arrayBuffer(),r=new Blob([n]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();K=t.dataset.base,K.endsWith("/")||(K+="/"),t.innerHTML="";for(let s of i)Se(s,t,[]);window.app.createComponents(t),window.app.showPage(),window.app.ensureActivePageVisible()}function Se(t,e,n){let r=e.appendChild(document.createElement("li"));if(t.children){let i=[...n,t.text],s=r.appendChild(document.createElement("details"));s.className=t.class?`${t.class} tsd-accordion`:"tsd-accordion";let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.dataset.key=i.join("$"),o.innerHTML='',be(t,o);let a=s.appendChild(document.createElement("div"));a.className="tsd-accordion-details";let l=a.appendChild(document.createElement("ul"));l.className="tsd-nested-navigation";for(let u of t.children)Se(u,l,i)}else be(t,r,t.class)}function be(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=K+t.path,n&&(r.className=n),location.pathname===r.pathname&&!r.href.includes("#")&&r.classList.add("current"),t.kind&&(r.innerHTML=``),r.appendChild(document.createElement("span")).textContent=t.text}else{let r=e.appendChild(document.createElement("span"));r.innerHTML='',r.appendChild(document.createElement("span")).textContent=t.text}}G(X,"a[data-toggle]");G(Z,".tsd-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var Te=document.getElementById("tsd-theme");Te&&Ee(Te);var $e=new U;Object.defineProperty(window,"app",{value:$e});fe();we();})(); /*! Bundled license information: lunr/lunr.js: diff --git a/docs/assets/search.js b/docs/assets/search.js index f091ff0..d11e23e 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file +window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file diff --git a/docs/assets/style.css b/docs/assets/style.css index 9d619a6..178bfb0 100644 --- a/docs/assets/style.css +++ b/docs/assets/style.css @@ -4,11 +4,17 @@ --light-color-background-secondary: #eff0f1; --light-color-warning-text: #222; --light-color-background-warning: #e6e600; - --light-color-icon-background: var(--light-color-background); --light-color-accent: #c5c7c9; --light-color-active-menu-item: var(--light-color-accent); --light-color-text: #222; --light-color-text-aside: #6e6e6e; + + --light-color-icon-background: var(--light-color-background); + --light-color-icon-text: var(--light-color-text); + + --light-color-comment-tag-text: var(--light-color-text); + --light-color-comment-tag: var(--light-color-background); + --light-color-link: #1f70c2; --light-color-focus-outline: #3584e4; @@ -22,16 +28,17 @@ --light-color-ts-function: #572be7; --light-color-ts-class: #1f70c2; --light-color-ts-interface: #108024; - --light-color-ts-constructor: var(--light-color-ts-class); - --light-color-ts-property: var(--light-color-ts-variable); - --light-color-ts-method: var(--light-color-ts-function); + --light-color-ts-constructor: #4d7fff; + --light-color-ts-property: #ff984d; + --light-color-ts-method: #ff4db8; + --light-color-ts-reference: #ff4d82; --light-color-ts-call-signature: var(--light-color-ts-method); --light-color-ts-index-signature: var(--light-color-ts-property); --light-color-ts-constructor-signature: var(--light-color-ts-constructor); --light-color-ts-parameter: var(--light-color-ts-variable); /* type literal not included as links will never be generated to it */ --light-color-ts-type-parameter: #a55c0e; - --light-color-ts-accessor: var(--light-color-ts-property); + --light-color-ts-accessor: #ff4d4d; --light-color-ts-get-signature: var(--light-color-ts-accessor); --light-color-ts-set-signature: var(--light-color-ts-accessor); --light-color-ts-type-alias: #d51270; @@ -46,11 +53,17 @@ --dark-color-background-secondary: #1e2024; --dark-color-background-warning: #bebe00; --dark-color-warning-text: #222; - --dark-color-icon-background: var(--dark-color-background-secondary); --dark-color-accent: #9096a2; --dark-color-active-menu-item: #5d5d6a; --dark-color-text: #f5f5f5; --dark-color-text-aside: #dddddd; + + --dark-color-icon-background: var(--dark-color-background-secondary); + --dark-color-icon-text: var(--dark-color-text); + + --dark-color-comment-tag-text: var(--dark-color-text); + --dark-color-comment-tag: var(--dark-color-background); + --dark-color-link: #00aff4; --dark-color-focus-outline: #4c97f2; @@ -64,16 +77,17 @@ --dark-color-ts-function: #a280ff; --dark-color-ts-class: #8ac4ff; --dark-color-ts-interface: #6cff87; - --dark-color-ts-constructor: var(--dark-color-ts-class); - --dark-color-ts-property: var(--dark-color-ts-variable); - --dark-color-ts-method: var(--dark-color-ts-function); + --dark-color-ts-constructor: #4d7fff; + --dark-color-ts-property: #ff984d; + --dark-color-ts-method: #ff4db8; + --dark-color-ts-reference: #ff4d82; --dark-color-ts-call-signature: var(--dark-color-ts-method); --dark-color-ts-index-signature: var(--dark-color-ts-property); --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor); --dark-color-ts-parameter: var(--dark-color-ts-variable); /* type literal not included as links will never be generated to it */ --dark-color-ts-type-parameter: #e07d13; - --dark-color-ts-accessor: var(--dark-color-ts-property); + --dark-color-ts-accessor: #ff4d4d; --dark-color-ts-get-signature: var(--dark-color-ts-accessor); --dark-color-ts-set-signature: var(--dark-color-ts-accessor); --dark-color-ts-type-alias: #ff6492; @@ -90,15 +104,22 @@ --color-background-secondary: var(--light-color-background-secondary); --color-background-warning: var(--light-color-background-warning); --color-warning-text: var(--light-color-warning-text); - --color-icon-background: var(--light-color-icon-background); --color-accent: var(--light-color-accent); --color-active-menu-item: var(--light-color-active-menu-item); --color-text: var(--light-color-text); --color-text-aside: var(--light-color-text-aside); + + --color-icon-background: var(--light-color-icon-background); + --color-icon-text: var(--light-color-icon-text); + + --color-comment-tag-text: var(--light-color-text); + --color-comment-tag: var(--light-color-background); + --color-link: var(--light-color-link); --color-focus-outline: var(--light-color-focus-outline); --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-project: var(--light-color-ts-project); --color-ts-module: var(--light-color-ts-module); --color-ts-namespace: var(--light-color-ts-namespace); --color-ts-enum: var(--light-color-ts-enum); @@ -110,6 +131,7 @@ --color-ts-constructor: var(--light-color-ts-constructor); --color-ts-property: var(--light-color-ts-property); --color-ts-method: var(--light-color-ts-method); + --color-ts-reference: var(--light-color-ts-reference); --color-ts-call-signature: var(--light-color-ts-call-signature); --color-ts-index-signature: var(--light-color-ts-index-signature); --color-ts-constructor-signature: var( @@ -134,15 +156,22 @@ --color-background-secondary: var(--dark-color-background-secondary); --color-background-warning: var(--dark-color-background-warning); --color-warning-text: var(--dark-color-warning-text); - --color-icon-background: var(--dark-color-icon-background); --color-accent: var(--dark-color-accent); --color-active-menu-item: var(--dark-color-active-menu-item); --color-text: var(--dark-color-text); --color-text-aside: var(--dark-color-text-aside); + + --color-icon-background: var(--dark-color-icon-background); + --color-icon-text: var(--dark-color-icon-text); + + --color-comment-tag-text: var(--dark-color-text); + --color-comment-tag: var(--dark-color-background); + --color-link: var(--dark-color-link); --color-focus-outline: var(--dark-color-focus-outline); --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-project: var(--dark-color-ts-project); --color-ts-module: var(--dark-color-ts-module); --color-ts-namespace: var(--dark-color-ts-namespace); --color-ts-enum: var(--dark-color-ts-enum); @@ -154,6 +183,7 @@ --color-ts-constructor: var(--dark-color-ts-constructor); --color-ts-property: var(--dark-color-ts-property); --color-ts-method: var(--dark-color-ts-method); + --color-ts-reference: var(--dark-color-ts-reference); --color-ts-call-signature: var(--dark-color-ts-call-signature); --color-ts-index-signature: var(--dark-color-ts-index-signature); --color-ts-constructor-signature: var( @@ -190,10 +220,16 @@ body { --color-active-menu-item: var(--light-color-active-menu-item); --color-text: var(--light-color-text); --color-text-aside: var(--light-color-text-aside); + --color-icon-text: var(--light-color-icon-text); + + --color-comment-tag-text: var(--light-color-text); + --color-comment-tag: var(--light-color-background); + --color-link: var(--light-color-link); --color-focus-outline: var(--light-color-focus-outline); --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-project: var(--light-color-ts-project); --color-ts-module: var(--light-color-ts-module); --color-ts-namespace: var(--light-color-ts-namespace); --color-ts-enum: var(--light-color-ts-enum); @@ -205,6 +241,7 @@ body { --color-ts-constructor: var(--light-color-ts-constructor); --color-ts-property: var(--light-color-ts-property); --color-ts-method: var(--light-color-ts-method); + --color-ts-reference: var(--light-color-ts-reference); --color-ts-call-signature: var(--light-color-ts-call-signature); --color-ts-index-signature: var(--light-color-ts-index-signature); --color-ts-constructor-signature: var( @@ -232,10 +269,16 @@ body { --color-active-menu-item: var(--dark-color-active-menu-item); --color-text: var(--dark-color-text); --color-text-aside: var(--dark-color-text-aside); + --color-icon-text: var(--dark-color-icon-text); + + --color-comment-tag-text: var(--dark-color-text); + --color-comment-tag: var(--dark-color-background); + --color-link: var(--dark-color-link); --color-focus-outline: var(--dark-color-focus-outline); --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-project: var(--dark-color-ts-project); --color-ts-module: var(--dark-color-ts-module); --color-ts-namespace: var(--dark-color-ts-namespace); --color-ts-enum: var(--dark-color-ts-enum); @@ -247,6 +290,7 @@ body { --color-ts-constructor: var(--dark-color-ts-constructor); --color-ts-property: var(--dark-color-ts-property); --color-ts-method: var(--dark-color-ts-method); + --color-ts-reference: var(--dark-color-ts-reference); --color-ts-call-signature: var(--dark-color-ts-call-signature); --color-ts-index-signature: var(--dark-color-ts-index-signature); --color-ts-constructor-signature: var( @@ -439,7 +483,6 @@ pre { pre { position: relative; - white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 10px; @@ -860,6 +903,12 @@ a.tsd-index-link { margin-bottom: 0.75rem; } +.tsd-no-select { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} .tsd-kind-icon { margin-right: 0.5rem; width: 1.25rem; @@ -867,10 +916,6 @@ a.tsd-index-link { min-width: 1.25rem; min-height: 1.25rem; } -.tsd-kind-icon path { - transform-origin: center; - transform: scale(1.1); -} .tsd-signature > .tsd-kind-icon { margin-right: 0.8rem; } @@ -1242,6 +1287,9 @@ img { .tsd-kind-method { color: var(--color-ts-method); } +.tsd-kind-reference { + color: var(--color-ts-reference); +} .tsd-kind-call-signature { color: var(--color-ts-call-signature); } @@ -1254,9 +1302,6 @@ img { .tsd-kind-parameter { color: var(--color-ts-parameter); } -.tsd-kind-type-literal { - color: var(--color-ts-type-literal); -} .tsd-kind-type-parameter { color: var(--color-ts-type-parameter); } @@ -1435,7 +1480,7 @@ img { } .site-menu { - margin-top: 1rem 0; + margin-top: 1rem; } .page-menu, diff --git a/docs/functions/Clean.Request.html b/docs/functions/Clean.Request.html index 1798d6c..46a8677 100644 --- a/docs/functions/Clean.Request.html +++ b/docs/functions/Clean.Request.html @@ -1 +1 @@ -Request | @playform/maintain - v0.1.2
+Request | @playform/maintain - v0.1.2
diff --git a/docs/functions/Clean.clean.html b/docs/functions/Clean.clean.html index eb8d6f2..7e50b16 100644 --- a/docs/functions/Clean.clean.html +++ b/docs/functions/Clean.clean.html @@ -1 +1 @@ -clean | @playform/maintain - v0.1.2
+clean | @playform/maintain - v0.1.2
diff --git a/docs/functions/Command_Cloudflare.cloudflare.html b/docs/functions/Command_Cloudflare.cloudflare.html index 9df5d62..571f596 100644 --- a/docs/functions/Command_Cloudflare.cloudflare.html +++ b/docs/functions/Command_Cloudflare.cloudflare.html @@ -1,3 +1,3 @@ -cloudflare | @playform/maintain - v0.1.2

The function Cloudflare iterates through a list of files, checks if a specific file exists, and +cloudflare | @playform/maintain - v0.1.2

The function Cloudflare iterates through a list of files, checks if a specific file exists, and performs certain actions based on the conditions.

-
+
diff --git a/docs/functions/Command_Dependabot.dependabot.html b/docs/functions/Command_Dependabot.dependabot.html index a443492..78f62fe 100644 --- a/docs/functions/Command_Dependabot.dependabot.html +++ b/docs/functions/Command_Dependabot.dependabot.html @@ -1,3 +1,3 @@ -dependabot | @playform/maintain - v0.1.2

It creates a dependabot.yml file in each .github directory of each repository in the current +dependabot | @playform/maintain - v0.1.2

It creates a dependabot.yml file in each .github directory of each repository in the current working directory

-
+
diff --git a/docs/functions/Command_GitHub.gitHub.html b/docs/functions/Command_GitHub.gitHub.html index 1c1845e..7b3cf22 100644 --- a/docs/functions/Command_GitHub.gitHub.html +++ b/docs/functions/Command_GitHub.gitHub.html @@ -1,5 +1,5 @@ -gitHub | @playform/maintain - v0.1.2

It takes a list of files, and for each file, it checks if the file is a workflow file, and if it is, +gitHub | @playform/maintain - v0.1.2

It takes a list of files, and for each file, it checks if the file is a workflow file, and if it is, it checks if the file is a node workflow file, and if it is, it checks if the file is a node workflow file for a package that has dependencies, and if it is, it adds the dependencies to the workflow file

-
+
diff --git a/docs/functions/Command_NPM.NPM.html b/docs/functions/Command_NPM.NPM.html index 6a0fb4f..5b22b31 100644 --- a/docs/functions/Command_NPM.NPM.html +++ b/docs/functions/Command_NPM.NPM.html @@ -1,2 +1,2 @@ -NPM | @playform/maintain - v0.1.2

This function writes workflows for npm packages based on their package.json files.

-
+NPM | @playform/maintain - v0.1.2

This function writes workflows for npm packages based on their package.json files.

+
diff --git a/docs/functions/Command_Node.node.html b/docs/functions/Command_Node.node.html index 94eaceb..80fda6d 100644 --- a/docs/functions/Command_Node.node.html +++ b/docs/functions/Command_Node.node.html @@ -1,5 +1,5 @@ -node | @playform/maintain - v0.1.2

It takes a list of files, and for each file, it checks if the file is a workflow file, and if it is, +node | @playform/maintain - v0.1.2

It takes a list of files, and for each file, it checks if the file is a workflow file, and if it is, it checks if the file is a node workflow file, and if it is, it checks if the file is a node workflow file for a package that has dependencies, and if it is, it adds the dependencies to the workflow file

-
+
diff --git a/docs/functions/Command_Rust.rust.html b/docs/functions/Command_Rust.rust.html index bf46676..66d27d5 100644 --- a/docs/functions/Command_Rust.rust.html +++ b/docs/functions/Command_Rust.rust.html @@ -1,5 +1,5 @@ -rust | @playform/maintain - v0.1.2

It takes a list of files, and for each file, it checks if the file is a workflow file, and if it is, +rust | @playform/maintain - v0.1.2

It takes a list of files, and for each file, it checks if the file is a workflow file, and if it is, it checks if the file is a node workflow file, and if it is, it checks if the file is a node workflow file for a package that has dependencies, and if it is, it adds the dependencies to the workflow file

-
+
diff --git a/docs/functions/Complexity.complexity.html b/docs/functions/Complexity.complexity.html index 54bff7d..ce62b43 100644 --- a/docs/functions/Complexity.complexity.html +++ b/docs/functions/Complexity.complexity.html @@ -1,2 +1,2 @@ -complexity | @playform/maintain - v0.1.2

This function writes workflows for npm packages based on their package.json files.

-
+complexity | @playform/maintain - v0.1.2

This function writes workflows for npm packages based on their package.json files.

+
diff --git a/docs/functions/Dispatch.Request.html b/docs/functions/Dispatch.Request.html index 883fa22..15f4cf1 100644 --- a/docs/functions/Dispatch.Request.html +++ b/docs/functions/Dispatch.Request.html @@ -1 +1 @@ -Request | @playform/maintain - v0.1.2
+Request | @playform/maintain - v0.1.2
diff --git a/docs/functions/Dispatch.dispatch.html b/docs/functions/Dispatch.dispatch.html index 36c39f9..4394d09 100644 --- a/docs/functions/Dispatch.dispatch.html +++ b/docs/functions/Dispatch.dispatch.html @@ -1 +1 @@ -dispatch | @playform/maintain - v0.1.2
+dispatch | @playform/maintain - v0.1.2
diff --git a/docs/functions/Edit.Request.html b/docs/functions/Edit.Request.html index 1323529..ef81e6a 100644 --- a/docs/functions/Edit.Request.html +++ b/docs/functions/Edit.Request.html @@ -1 +1 @@ -Request | @playform/maintain - v0.1.2
+Request | @playform/maintain - v0.1.2
diff --git a/docs/functions/Edit.edit.html b/docs/functions/Edit.edit.html index cbdbfec..d4efde1 100644 --- a/docs/functions/Edit.edit.html +++ b/docs/functions/Edit.edit.html @@ -1 +1 @@ -edit | @playform/maintain - v0.1.2
+edit | @playform/maintain - v0.1.2
diff --git a/docs/functions/Function_Package.package.html b/docs/functions/Function_Package.package.html index a0ff127..205cea3 100644 --- a/docs/functions/Function_Package.package.html +++ b/docs/functions/Function_Package.package.html @@ -1 +1 @@ -package | @playform/maintain - v0.1.2
+package | @playform/maintain - v0.1.2
diff --git a/docs/functions/Function_Request.request.html b/docs/functions/Function_Request.request.html index 9ac0acb..40841ba 100644 --- a/docs/functions/Function_Request.request.html +++ b/docs/functions/Function_Request.request.html @@ -1 +1 @@ -request | @playform/maintain - v0.1.2
+request | @playform/maintain - v0.1.2
diff --git a/docs/functions/Function_Type.type.html b/docs/functions/Function_Type.type.html index e63ecfe..3f5203f 100644 --- a/docs/functions/Function_Type.type.html +++ b/docs/functions/Function_Type.type.html @@ -1 +1 @@ -type | @playform/maintain - v0.1.2
+type | @playform/maintain - v0.1.2
diff --git a/docs/functions/Function_WalkUntilGit._Function.html b/docs/functions/Function_WalkUntilGit._Function.html index c9ea874..17a40e5 100644 --- a/docs/functions/Function_WalkUntilGit._Function.html +++ b/docs/functions/Function_WalkUntilGit._Function.html @@ -1,4 +1,4 @@ -_Function | @playform/maintain - v0.1.2
  • The function recursively walks through directories until it finds a ".git" folder or reaches the +_Function | @playform/maintain - v0.1.2

    • The function recursively walks through directories until it finds a ".git" folder or reaches the root directory.

      Parameters

      • Search: string

        The Search parameter is a string that represents the directory path where you want to start searching for a .git directory.

        @@ -6,4 +6,4 @@ directory for the search. If provided, the function will start searching for the ".git" directory from this directory. If not provided, the function will start searching from the directory specified by the "Search" parameter.

        -

      Returns Promise<string>

    +

Returns Promise<string>

diff --git a/docs/functions/Git.git.html b/docs/functions/Git.git.html index cd6e9dd..0f43cfd 100644 --- a/docs/functions/Git.git.html +++ b/docs/functions/Git.git.html @@ -1 +1 @@ -git | @playform/maintain - v0.1.2
+git | @playform/maintain - v0.1.2
diff --git a/docs/functions/Readme.readme.html b/docs/functions/Readme.readme.html index f4b155b..ed1108e 100644 --- a/docs/functions/Readme.readme.html +++ b/docs/functions/Readme.readme.html @@ -1 +1 @@ -readme | @playform/maintain - v0.1.2
+readme | @playform/maintain - v0.1.2
diff --git a/docs/functions/Search.search.html b/docs/functions/Search.search.html index c1d8d6c..6c88266 100644 --- a/docs/functions/Search.search.html +++ b/docs/functions/Search.search.html @@ -1,4 +1,4 @@ -search | @playform/maintain - v0.1.2

The function Directory takes a set of file globs, walks through the directories +search | @playform/maintain - v0.1.2

The function Directory takes a set of file globs, walks through the directories until it finds a Git repository, and returns a map where the keys are the directories and the values are sets of globs associated with each directory.

  • Parameters

    • Search: Set<string>

      is a Set of strings representing file globs. A file glob is a @@ -6,4 +6,4 @@ files in a directory. The Search parameter is a set of these file globs that will be used to search for files in paths and the values are sets of glob patterns associated with each directory.

      -

    Returns Promise<Map<any, any>>

+

Returns Promise<Map<any, any>>

diff --git a/docs/functions/Star.star-1.html b/docs/functions/Star.star-1.html index 5ea3c66..dc8dcc2 100644 --- a/docs/functions/Star.star-1.html +++ b/docs/functions/Star.star-1.html @@ -1 +1 @@ -star | @playform/maintain - v0.1.2
+star | @playform/maintain - v0.1.2
diff --git a/docs/functions/Star.star.html b/docs/functions/Star.star.html index 20f4bda..9d21182 100644 --- a/docs/functions/Star.star.html +++ b/docs/functions/Star.star.html @@ -1 +1 @@ -star | @playform/maintain - v0.1.2
+star | @playform/maintain - v0.1.2
diff --git a/docs/functions/Variable_Dependabot.dirname.html b/docs/functions/Variable_Dependabot.dirname.html index cbc32e1..7d96b0e 100644 --- a/docs/functions/Variable_Dependabot.dirname.html +++ b/docs/functions/Variable_Dependabot.dirname.html @@ -1,4 +1,4 @@ -dirname | @playform/maintain - v0.1.2
  • Return the directory name of a path. Similar to the Unix dirname command.

    +dirname | @playform/maintain - v0.1.2
    +

Returns string

if path is not a string.

+
diff --git a/docs/functions/Variable_Dependabot.fileURLToPath.html b/docs/functions/Variable_Dependabot.fileURLToPath.html index b3b4170..173baa9 100644 --- a/docs/functions/Variable_Dependabot.fileURLToPath.html +++ b/docs/functions/Variable_Dependabot.fileURLToPath.html @@ -1,9 +1,9 @@ -fileURLToPath | @playform/maintain - v0.1.2
  • This function ensures the correct decodings of percent-encoded characters as +fileURLToPath | @playform/maintain - v0.1.2

    • This function ensures the correct decodings of percent-encoded characters as well as ensuring a cross-platform valid absolute path string.

      import { fileURLToPath } from 'node:url';

      const __filename = fileURLToPath(import.meta.url);

      new URL('file:///C:/path/').pathname; // Incorrect: /C:/path/
      fileURLToPath('file:///C:/path/'); // Correct: C:\path\ (Windows)

      new URL('file://nas/foo.txt').pathname; // Incorrect: /foo.txt
      fileURLToPath('file://nas/foo.txt'); // Correct: \\nas\foo.txt (Windows)

      new URL('file:///你好.txt').pathname; // Incorrect: /%E4%BD%A0%E5%A5%BD.txt
      fileURLToPath('file:///你好.txt'); // Correct: /你好.txt (POSIX)

      new URL('file:///hello world').pathname; // Incorrect: /hello%20world
      fileURLToPath('file:///hello world'); // Correct: /hello world (POSIX)

      Parameters

      • url: string | URL

        The file URL string or URL object to convert to a path.

      • Optionaloptions: FileUrlToPathOptions

      Returns string

      The fully-resolved platform-specific Node.js file path.

      -

      v10.12.0

      -
    +

    v10.12.0

    +
diff --git a/docs/functions/Variable_Dependabot.readFile.html b/docs/functions/Variable_Dependabot.readFile.html index 30fe649..73f9e2b 100644 --- a/docs/functions/Variable_Dependabot.readFile.html +++ b/docs/functions/Variable_Dependabot.readFile.html @@ -1,4 +1,4 @@ -readFile | @playform/maintain - v0.1.2
  • Asynchronously reads the entire contents of a file.

    +readFile | @playform/maintain - v0.1.2
    • Asynchronously reads the entire contents of a file.

      If no encoding is specified (using options.encoding), the data is returned as a Buffer object. Otherwise, the data will be a string.

      If options is a string, then it specifies the encoding.

      @@ -21,8 +21,8 @@

      Any specified FileHandle has to support reading.

      Parameters

      • path: PathLike | FileHandle

        filename or FileHandle

      • Optionaloptions: null | {
            encoding?: null;
            flag?: OpenMode;
        } & Abortable

      Returns Promise<Buffer>

      Fulfills with the contents of the file.

      -

      v10.0.0

      -
    • Asynchronously reads the entire contents of a file.

      +

      v10.0.0

      +
    • Asynchronously reads the entire contents of a file.

      Parameters

      • path: PathLike | FileHandle

        A path to a file. If a URL is provided, it must use the file: protocol. If a FileHandle is provided, the underlying file will not be closed automatically.

      • options: {
            encoding: BufferEncoding;
            flag?: OpenMode | undefined;
        } & Abortable | BufferEncoding

        An object that may contain an optional flag. @@ -32,4 +32,4 @@ If a FileHandle is provided, the underlying file will not be closed automatically.

      • Optionaloptions: null | BufferEncoding | ObjectEncodingOptions & Abortable & {
            flag?: OpenMode | undefined;
        }

        An object that may contain an optional flag. If a flag is not provided, it defaults to 'r'.

        -

      Returns Promise<string | Buffer>

    +

Returns Promise<string | Buffer>

diff --git a/docs/functions/Variable_Dependabot.resolve.html b/docs/functions/Variable_Dependabot.resolve.html index 0cc9cf2..d711bf5 100644 --- a/docs/functions/Variable_Dependabot.resolve.html +++ b/docs/functions/Variable_Dependabot.resolve.html @@ -1,9 +1,9 @@ -resolve | @playform/maintain - v0.1.2
  • The right-most parameter is considered {to}. Other parameters are considered an array of {from}.

    +resolve | @playform/maintain - v0.1.2
    • The right-most parameter is considered {to}. Other parameters are considered an array of {from}.

      Starting from leftmost {from} parameter, resolves {to} to an absolute path.

      If {to} isn't already absolute, {from} arguments are prepended in right to left order, until an absolute path is found. If after using all {from} paths still no absolute path is found, the current working directory is used as well. The resulting path is normalized, and trailing slashes are removed unless the path gets resolved to the root directory.

      Parameters

      • Rest...paths: string[]

        A sequence of paths or path segments.

        -

      Returns string

      if any of the arguments is not a string.

      -
    +

Returns string

if any of the arguments is not a string.

+
diff --git a/docs/functions/Variable_Environment.string.html b/docs/functions/Variable_Environment.string.html index f7e31b5..ebbb271 100644 --- a/docs/functions/Variable_Environment.string.html +++ b/docs/functions/Variable_Environment.string.html @@ -1 +1 @@ -string | @playform/maintain - v0.1.2
  • Parameters

    • Optionalparams: {
          description?: string;
          errorMap?: ZodErrorMap;
          invalid_type_error?: string;
          message?: string;
          required_error?: string;
      } & {
          coerce?: true;
      }

    Returns ZodString

+string | @playform/maintain - v0.1.2
  • Parameters

    • Optionalparams: {
          description?: string;
          errorMap?: ZodErrorMap;
          invalid_type_error?: string;
          message?: string;
          required_error?: string;
      } & {
          coerce?: true;
      }

    Returns ZodString

diff --git a/docs/index.html b/docs/index.html index 2533bbf..8be7a39 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ -@playform/maintain - v0.1.2

@playform/maintain - v0.1.2

🔧 Maintain —

Maintain GitHub.

+@playform/maintain - v0.1.2

@playform/maintain - v0.1.2

🔧 Maintain —

Maintain GitHub.

Using NPM

npm install -g @playform/maintain
 
@@ -74,4 +74,4 @@
User="User"
Base="Base"
Token="Token"
-
+
diff --git a/docs/interfaces/Interface_Type.Interface.html b/docs/interfaces/Interface_Type.Interface.html index 48b6050..5e510f1 100644 --- a/docs/interfaces/Interface_Type.Interface.html +++ b/docs/interfaces/Interface_Type.Interface.html @@ -1 +1 @@ -Interface | @playform/maintain - v0.1.2
+Interface | @playform/maintain - v0.1.2
diff --git a/docs/interfaces/WalkUntilGit.Interface.html b/docs/interfaces/WalkUntilGit.Interface.html index 82eb615..917eac0 100644 --- a/docs/interfaces/WalkUntilGit.Interface.html +++ b/docs/interfaces/WalkUntilGit.Interface.html @@ -1,4 +1,4 @@ -Interface | @playform/maintain - v0.1.2
  • The function recursively walks through directories until it finds a ".git" folder or reaches the +Interface | @playform/maintain - v0.1.2

    • The function recursively walks through directories until it finds a ".git" folder or reaches the root directory.

      Parameters

      • Search: string

        The Search parameter is a string that represents the directory path where you want to start searching for a .git directory.

        @@ -6,4 +6,4 @@ directory for the search. If provided, the function will start searching for the ".git" directory from this directory. If not provided, the function will start searching from the directory specified by the "Search" parameter.

        -

      Returns Promise<string>

    +

Returns Promise<string>

diff --git a/docs/modules.html b/docs/modules.html new file mode 100644 index 0000000..f1d93cd --- /dev/null +++ b/docs/modules.html @@ -0,0 +1,33 @@ +@playform/maintain - v0.1.2
diff --git a/docs/modules/Clean.html b/docs/modules/Clean.html index 3d30313..03cffcd 100644 --- a/docs/modules/Clean.html +++ b/docs/modules/Clean.html @@ -1,5 +1,5 @@ -Clean | @playform/maintain - v0.1.2

Index

Variables

All +Clean | @playform/maintain - v0.1.2
+
diff --git a/docs/modules/Command_Cloudflare.html b/docs/modules/Command_Cloudflare.html index 87c9caa..937ea40 100644 --- a/docs/modules/Command_Cloudflare.html +++ b/docs/modules/Command_Cloudflare.html @@ -1,2 +1,2 @@ -Command/Cloudflare | @playform/maintain - v0.1.2
+Command/Cloudflare | @playform/maintain - v0.1.2
diff --git a/docs/modules/Command_Dependabot.html b/docs/modules/Command_Dependabot.html index 2dab84c..83b5df3 100644 --- a/docs/modules/Command_Dependabot.html +++ b/docs/modules/Command_Dependabot.html @@ -1,2 +1,2 @@ -Command/Dependabot | @playform/maintain - v0.1.2
+Command/Dependabot | @playform/maintain - v0.1.2
diff --git a/docs/modules/Command_GitHub.html b/docs/modules/Command_GitHub.html index 11f4a3b..ac3596c 100644 --- a/docs/modules/Command_GitHub.html +++ b/docs/modules/Command_GitHub.html @@ -1,2 +1,2 @@ -Command/GitHub | @playform/maintain - v0.1.2
+Command/GitHub | @playform/maintain - v0.1.2
diff --git a/docs/modules/Command_NPM.html b/docs/modules/Command_NPM.html index 66302c7..3197a2b 100644 --- a/docs/modules/Command_NPM.html +++ b/docs/modules/Command_NPM.html @@ -1,2 +1,2 @@ -Command/NPM | @playform/maintain - v0.1.2
+Command/NPM | @playform/maintain - v0.1.2
diff --git a/docs/modules/Command_Node.html b/docs/modules/Command_Node.html index f07b412..b22742f 100644 --- a/docs/modules/Command_Node.html +++ b/docs/modules/Command_Node.html @@ -1,2 +1,2 @@ -Command/Node | @playform/maintain - v0.1.2
+Command/Node | @playform/maintain - v0.1.2
diff --git a/docs/modules/Command_Rust.html b/docs/modules/Command_Rust.html index b968515..aa2f6c2 100644 --- a/docs/modules/Command_Rust.html +++ b/docs/modules/Command_Rust.html @@ -1,2 +1,2 @@ -Command/Rust | @playform/maintain - v0.1.2
+Command/Rust | @playform/maintain - v0.1.2
diff --git a/docs/modules/Complexity.html b/docs/modules/Complexity.html index a0ca069..417b385 100644 --- a/docs/modules/Complexity.html +++ b/docs/modules/Complexity.html @@ -1,2 +1,2 @@ -Complexity | @playform/maintain - v0.1.2
+Complexity | @playform/maintain - v0.1.2
diff --git a/docs/modules/Dispatch.html b/docs/modules/Dispatch.html index cc19992..e8d85d1 100644 --- a/docs/modules/Dispatch.html +++ b/docs/modules/Dispatch.html @@ -1,3 +1,3 @@ -Dispatch | @playform/maintain - v0.1.2

Index

Functions

dispatch +Dispatch | @playform/maintain - v0.1.2
+
diff --git a/docs/modules/Edit.html b/docs/modules/Edit.html index 994f539..c93e36d 100644 --- a/docs/modules/Edit.html +++ b/docs/modules/Edit.html @@ -1,3 +1,3 @@ -Edit | @playform/maintain - v0.1.2

Index

Functions

edit +Edit | @playform/maintain - v0.1.2
+
diff --git a/docs/modules/File.html b/docs/modules/File.html index dcc7714..dbd4ab3 100644 --- a/docs/modules/File.html +++ b/docs/modules/File.html @@ -1,2 +1,2 @@ -File | @playform/maintain - v0.1.2
+File | @playform/maintain - v0.1.2
diff --git a/docs/modules/Function_Package.html b/docs/modules/Function_Package.html index ed290ca..33640d2 100644 --- a/docs/modules/Function_Package.html +++ b/docs/modules/Function_Package.html @@ -1,2 +1,2 @@ -Function/Package | @playform/maintain - v0.1.2
+Function/Package | @playform/maintain - v0.1.2
diff --git a/docs/modules/Function_Request.html b/docs/modules/Function_Request.html index 57362da..e49da9f 100644 --- a/docs/modules/Function_Request.html +++ b/docs/modules/Function_Request.html @@ -1,2 +1,2 @@ -Function/Request | @playform/maintain - v0.1.2
+Function/Request | @playform/maintain - v0.1.2
diff --git a/docs/modules/Function_Type.html b/docs/modules/Function_Type.html index 94b7c9e..a306901 100644 --- a/docs/modules/Function_Type.html +++ b/docs/modules/Function_Type.html @@ -1,2 +1,2 @@ -Function/Type | @playform/maintain - v0.1.2
+Function/Type | @playform/maintain - v0.1.2
diff --git a/docs/modules/Function_WalkUntilGit.html b/docs/modules/Function_WalkUntilGit.html index a49d51d..30333ac 100644 --- a/docs/modules/Function_WalkUntilGit.html +++ b/docs/modules/Function_WalkUntilGit.html @@ -1,2 +1,2 @@ -Function/WalkUntilGit | @playform/maintain - v0.1.2
+Function/WalkUntilGit | @playform/maintain - v0.1.2
diff --git a/docs/modules/Git.html b/docs/modules/Git.html index 47cb688..8c5aeb4 100644 --- a/docs/modules/Git.html +++ b/docs/modules/Git.html @@ -1,3 +1,3 @@ -Git | @playform/maintain - v0.1.2

Index

Variables

Environment +Git | @playform/maintain - v0.1.2
+
diff --git a/docs/modules/Interface_Type.html b/docs/modules/Interface_Type.html index 65768af..6eb021f 100644 --- a/docs/modules/Interface_Type.html +++ b/docs/modules/Interface_Type.html @@ -1,2 +1,2 @@ -Interface/Type | @playform/maintain - v0.1.2
+Interface/Type | @playform/maintain - v0.1.2
diff --git a/docs/modules/Maintain.html b/docs/modules/Maintain.html index 2a56230..1558f82 100644 --- a/docs/modules/Maintain.html +++ b/docs/modules/Maintain.html @@ -1,2 +1,2 @@ -Maintain | @playform/maintain - v0.1.2
+Maintain | @playform/maintain - v0.1.2
diff --git a/docs/modules/Readme.html b/docs/modules/Readme.html index ec3f210..d9b369d 100644 --- a/docs/modules/Readme.html +++ b/docs/modules/Readme.html @@ -1,2 +1,2 @@ -Readme | @playform/maintain - v0.1.2
+Readme | @playform/maintain - v0.1.2
diff --git a/docs/modules/Search.html b/docs/modules/Search.html index 392654c..e5c6b9a 100644 --- a/docs/modules/Search.html +++ b/docs/modules/Search.html @@ -1,2 +1,2 @@ -Search | @playform/maintain - v0.1.2
+Search | @playform/maintain - v0.1.2
diff --git a/docs/modules/Star.html b/docs/modules/Star.html index a2ea97f..1e21898 100644 --- a/docs/modules/Star.html +++ b/docs/modules/Star.html @@ -1,3 +1,3 @@ -Star | @playform/maintain - v0.1.2

Index

Functions

star +Star | @playform/maintain - v0.1.2
+
diff --git a/docs/modules/Type.html b/docs/modules/Type.html index 3bc1eaa..40440fe 100644 --- a/docs/modules/Type.html +++ b/docs/modules/Type.html @@ -1,2 +1,2 @@ -Type | @playform/maintain - v0.1.2
+Type | @playform/maintain - v0.1.2
diff --git a/docs/modules/Type_Environment.html b/docs/modules/Type_Environment.html index 970b004..779a919 100644 --- a/docs/modules/Type_Environment.html +++ b/docs/modules/Type_Environment.html @@ -1,2 +1,2 @@ -Type/Environment | @playform/maintain - v0.1.2
+Type/Environment | @playform/maintain - v0.1.2
diff --git a/docs/modules/Variable_Cloudflare.html b/docs/modules/Variable_Cloudflare.html index 2673f09..e7822af 100644 --- a/docs/modules/Variable_Cloudflare.html +++ b/docs/modules/Variable_Cloudflare.html @@ -1,2 +1,2 @@ -Variable/Cloudflare | @playform/maintain - v0.1.2
+Variable/Cloudflare | @playform/maintain - v0.1.2
diff --git a/docs/modules/Variable_Command.html b/docs/modules/Variable_Command.html index 8d1fe2b..fba17d5 100644 --- a/docs/modules/Variable_Command.html +++ b/docs/modules/Variable_Command.html @@ -1,2 +1,2 @@ -Variable/Command | @playform/maintain - v0.1.2
+Variable/Command | @playform/maintain - v0.1.2
diff --git a/docs/modules/Variable_Dependabot.html b/docs/modules/Variable_Dependabot.html index 5734a15..283c300 100644 --- a/docs/modules/Variable_Dependabot.html +++ b/docs/modules/Variable_Dependabot.html @@ -1,6 +1,6 @@ -Variable/Dependabot | @playform/maintain - v0.1.2

Module Variable/Dependabot

Index

Variables

dependabot +Variable/Dependabot | @playform/maintain - v0.1.2
+
diff --git a/docs/modules/Variable_Environment.html b/docs/modules/Variable_Environment.html index 4d3fb33..887fb15 100644 --- a/docs/modules/Variable_Environment.html +++ b/docs/modules/Variable_Environment.html @@ -1,3 +1,3 @@ -Variable/Environment | @playform/maintain - v0.1.2

Module Variable/Environment

Index

Variables

environment +Variable/Environment | @playform/maintain - v0.1.2
+
diff --git a/docs/modules/Variable_GitHub.html b/docs/modules/Variable_GitHub.html index d6a15a3..9ea5c5a 100644 --- a/docs/modules/Variable_GitHub.html +++ b/docs/modules/Variable_GitHub.html @@ -1,2 +1,2 @@ -Variable/GitHub | @playform/maintain - v0.1.2
+Variable/GitHub | @playform/maintain - v0.1.2
diff --git a/docs/modules/Variable_NPM.html b/docs/modules/Variable_NPM.html index 97dd16c..39ad04f 100644 --- a/docs/modules/Variable_NPM.html +++ b/docs/modules/Variable_NPM.html @@ -1,2 +1,2 @@ -Variable/NPM | @playform/maintain - v0.1.2
+Variable/NPM | @playform/maintain - v0.1.2
diff --git a/docs/modules/Variable_Node.html b/docs/modules/Variable_Node.html index 4924227..9dbe04e 100644 --- a/docs/modules/Variable_Node.html +++ b/docs/modules/Variable_Node.html @@ -1,2 +1,2 @@ -Variable/Node | @playform/maintain - v0.1.2
+Variable/Node | @playform/maintain - v0.1.2
diff --git a/docs/modules/Variable_Rust.html b/docs/modules/Variable_Rust.html index f49c280..a5150d9 100644 --- a/docs/modules/Variable_Rust.html +++ b/docs/modules/Variable_Rust.html @@ -1,2 +1,2 @@ -Variable/Rust | @playform/maintain - v0.1.2
+Variable/Rust | @playform/maintain - v0.1.2
diff --git a/docs/modules/WalkUntilGit.html b/docs/modules/WalkUntilGit.html index 468c1fb..88dde7a 100644 --- a/docs/modules/WalkUntilGit.html +++ b/docs/modules/WalkUntilGit.html @@ -1,2 +1,2 @@ -WalkUntilGit | @playform/maintain - v0.1.2
+WalkUntilGit | @playform/maintain - v0.1.2
diff --git a/docs/types/File.Type.html b/docs/types/File.Type.html index fe680b9..91dd8b9 100644 --- a/docs/types/File.Type.html +++ b/docs/types/File.Type.html @@ -1 +1 @@ -Type | @playform/maintain - v0.1.2
Type: Set<{
    File: (() => Promise<Set<string>>);
    Name: string;
    Path: string;
}>
+Type | @playform/maintain - v0.1.2
Type: Set<{
    File: (() => Promise<Set<string>>);
    Name: string;
    Path: string;
}>
diff --git a/docs/types/Type.Type.html b/docs/types/Type.Type.html index a3fc479..52ce5a0 100644 --- a/docs/types/Type.Type.html +++ b/docs/types/Type.Type.html @@ -1 +1 @@ -Type | @playform/maintain - v0.1.2
Type:
    | "Bundler"
    | "Cargo"
    | "Cloudflare"
    | "Composer"
    | "NPM"
    | "Nuget"
    | "PIP"
    | false
+Type | @playform/maintain - v0.1.2
Type:
    | "Bundler"
    | "Cargo"
    | "Cloudflare"
    | "Composer"
    | "NPM"
    | "Nuget"
    | "PIP"
    | false
diff --git a/docs/types/Type_Environment.Type.html b/docs/types/Type_Environment.Type.html index 9abcf7a..eff4cbe 100644 --- a/docs/types/Type_Environment.Type.html +++ b/docs/types/Type_Environment.Type.html @@ -1 +1 @@ -Type | @playform/maintain - v0.1.2
Type: {
    Base: string;
    Token: string;
    User: string;
}
+Type | @playform/maintain - v0.1.2
Type: {
    Base: string;
    Token: string;
    User: string;
}
diff --git a/docs/variables/Clean.All.html b/docs/variables/Clean.All.html index a63392c..3a67919 100644 --- a/docs/variables/Clean.All.html +++ b/docs/variables/Clean.All.html @@ -1 +1 @@ -All | @playform/maintain - v0.1.2
All: {
    Organizations: {
        Name: string;
    }[];
    Repositories: {
        Name: string;
        Owner: string;
    }[];
} = ...
+All | @playform/maintain - v0.1.2
All: {
    Organizations: {
        Name: string;
    }[];
    Repositories: {
        Name: string;
        Owner: string;
    }[];
} = ...
diff --git a/docs/variables/Clean.User.html b/docs/variables/Clean.User.html index 80a5c18..0f31160 100644 --- a/docs/variables/Clean.User.html +++ b/docs/variables/Clean.User.html @@ -1 +1 @@ -User | @playform/maintain - v0.1.2
+User | @playform/maintain - v0.1.2
diff --git a/docs/variables/Git.Environment.html b/docs/variables/Git.Environment.html index 5643f95..ccfce40 100644 --- a/docs/variables/Git.Environment.html +++ b/docs/variables/Git.Environment.html @@ -1 +1 @@ -Environment | @playform/maintain - v0.1.2
Environment: ZodObject<{
    Base: ZodDefault<ZodOptional<ZodString>>;
    Token: ZodDefault<ZodOptional<ZodString>>;
    User: ZodDefault<ZodOptional<ZodString>>;
}, "strip", ZodTypeAny, {
    Base: string;
    Token: string;
    User: string;
}, {
    Base?: string;
    Token?: string;
    User?: string;
}>
+Environment | @playform/maintain - v0.1.2
Environment: ZodObject<{
    Base: ZodDefault<ZodOptional<ZodString>>;
    Token: ZodDefault<ZodOptional<ZodString>>;
    User: ZodDefault<ZodOptional<ZodString>>;
}, "strip", ZodTypeAny, {
    Base: string;
    Token: string;
    User: string;
}, {
    Base?: string;
    Token?: string;
    User?: string;
}>
diff --git a/docs/variables/Maintain.maintain.html b/docs/variables/Maintain.maintain.html index b1c3679..d53490e 100644 --- a/docs/variables/Maintain.maintain.html +++ b/docs/variables/Maintain.maintain.html @@ -1 +1 @@ -maintain | @playform/maintain - v0.1.2
+maintain | @playform/maintain - v0.1.2
diff --git a/docs/variables/Variable_Cloudflare.cloudflare.html b/docs/variables/Variable_Cloudflare.cloudflare.html index 606c874..73e2f0f 100644 --- a/docs/variables/Variable_Cloudflare.cloudflare.html +++ b/docs/variables/Variable_Cloudflare.cloudflare.html @@ -1 +1 @@ -cloudflare | @playform/maintain - v0.1.2
cloudflare: Set<{
    File: (() => Promise<Set<string>>);
    Name: string;
    Path: string;
}>
+cloudflare | @playform/maintain - v0.1.2
cloudflare: Set<{
    File: (() => Promise<Set<string>>);
    Name: string;
    Path: string;
}>
diff --git a/docs/variables/Variable_Command.Variable.html b/docs/variables/Variable_Command.Variable.html index f250745..6249266 100644 --- a/docs/variables/Variable_Command.Variable.html +++ b/docs/variables/Variable_Command.Variable.html @@ -1,2 +1,2 @@ -Variable | @playform/maintain - v0.1.2
Variable: Set<{
    Action: ((...args: any[]) => Promise<void>);
    Arguments?: Set<{
        Description?: string;
        Name: string;
        Value?: any;
    }>;
    Description?: string;
    Name: string;
    Opts?: CommandOptions;
    Type?: "Workflow";
}> = ...

Type declaration

  • Action: ((...args: any[]) => Promise<void>)

    biome-ignore lint/suspicious/noExplicitAny:

    -
      • (...args): Promise<void>
      • Parameters

        • Rest...args: any[]

        Returns Promise<void>

  • OptionalArguments?: Set<{
        Description?: string;
        Name: string;
        Value?: any;
    }>
  • OptionalDescription?: string
  • Name: string
  • OptionalOpts?: CommandOptions
  • OptionalType?: "Workflow"
+Variable | @playform/maintain - v0.1.2
Variable: Set<{
    Action: ((...args: any[]) => Promise<void>);
    Arguments?: Set<{
        Description?: string;
        Name: string;
        Value?: any;
    }>;
    Description?: string;
    Name: string;
    Opts?: CommandOptions;
    Type?: "Workflow";
}> = ...

Type declaration

  • Action: ((...args: any[]) => Promise<void>)

    biome-ignore lint/suspicious/noExplicitAny:

    +
      • (...args): Promise<void>
      • Parameters

        • Rest...args: any[]

        Returns Promise<void>

  • OptionalArguments?: Set<{
        Description?: string;
        Name: string;
        Value?: any;
    }>
  • OptionalDescription?: string
  • Name: string
  • OptionalOpts?: CommandOptions
  • OptionalType?: "Workflow"
diff --git a/docs/variables/Variable_Dependabot.dependabot.html b/docs/variables/Variable_Dependabot.dependabot.html index 4f1abb6..c10aa61 100644 --- a/docs/variables/Variable_Dependabot.dependabot.html +++ b/docs/variables/Variable_Dependabot.dependabot.html @@ -1 +1 @@ -dependabot | @playform/maintain - v0.1.2
dependabot: Set<{
    File: (() => Promise<Set<string>>);
    Name: string;
    Path: string;
}>
+dependabot | @playform/maintain - v0.1.2
dependabot: Set<{
    File: (() => Promise<Set<string>>);
    Name: string;
    Path: string;
}>
diff --git a/docs/variables/Variable_Environment.environment.html b/docs/variables/Variable_Environment.environment.html index 1ee8a66..a799730 100644 --- a/docs/variables/Variable_Environment.environment.html +++ b/docs/variables/Variable_Environment.environment.html @@ -1 +1 @@ -environment | @playform/maintain - v0.1.2
environment: ZodObject<{
    Base: ZodDefault<ZodOptional<ZodString>>;
    Token: ZodDefault<ZodOptional<ZodString>>;
    User: ZodDefault<ZodOptional<ZodString>>;
}, "strip", ZodTypeAny, {
    Base: string;
    Token: string;
    User: string;
}, {
    Base?: string;
    Token?: string;
    User?: string;
}>
+environment | @playform/maintain - v0.1.2
environment: ZodObject<{
    Base: ZodDefault<ZodOptional<ZodString>>;
    Token: ZodDefault<ZodOptional<ZodString>>;
    User: ZodDefault<ZodOptional<ZodString>>;
}, "strip", ZodTypeAny, {
    Base: string;
    Token: string;
    User: string;
}, {
    Base?: string;
    Token?: string;
    User?: string;
}>
diff --git a/docs/variables/Variable_GitHub.gitHub.html b/docs/variables/Variable_GitHub.gitHub.html index d319370..a47d1f7 100644 --- a/docs/variables/Variable_GitHub.gitHub.html +++ b/docs/variables/Variable_GitHub.gitHub.html @@ -1 +1 @@ -gitHub | @playform/maintain - v0.1.2
gitHub: Set<{
    File: (() => Promise<Set<string>>);
    Name: string;
    Path: string;
}>
+gitHub | @playform/maintain - v0.1.2
gitHub: Set<{
    File: (() => Promise<Set<string>>);
    Name: string;
    Path: string;
}>
diff --git a/docs/variables/Variable_NPM.NPM.html b/docs/variables/Variable_NPM.NPM.html index 18f36a9..38d1e38 100644 --- a/docs/variables/Variable_NPM.NPM.html +++ b/docs/variables/Variable_NPM.NPM.html @@ -1 +1 @@ -NPM | @playform/maintain - v0.1.2
NPM: Set<{
    File: (() => Promise<Set<string>>);
    Name: string;
    Path: string;
}>
+NPM | @playform/maintain - v0.1.2
NPM: Set<{
    File: (() => Promise<Set<string>>);
    Name: string;
    Path: string;
}>
diff --git a/docs/variables/Variable_Node.node.html b/docs/variables/Variable_Node.node.html index da10fde..cf1fee6 100644 --- a/docs/variables/Variable_Node.node.html +++ b/docs/variables/Variable_Node.node.html @@ -1 +1 @@ -node | @playform/maintain - v0.1.2
node: Set<{
    File: (() => Promise<Set<string>>);
    Name: string;
    Path: string;
}>
+node | @playform/maintain - v0.1.2
node: Set<{
    File: (() => Promise<Set<string>>);
    Name: string;
    Path: string;
}>
diff --git a/docs/variables/Variable_Rust.rust.html b/docs/variables/Variable_Rust.rust.html index 1ffc644..975cef1 100644 --- a/docs/variables/Variable_Rust.rust.html +++ b/docs/variables/Variable_Rust.rust.html @@ -1 +1 @@ -rust | @playform/maintain - v0.1.2
rust: Set<{
    File: (() => Promise<Set<string>>);
    Name: string;
    Path: string;
}>
+rust | @playform/maintain - v0.1.2
rust: Set<{
    File: (() => Promise<Set<string>>);
    Name: string;
    Path: string;
}>
diff --git a/package.json b/package.json index 15d2337..758763c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "devDependencies": { "@octokit/types": "13.6.1", - "@playform/build": "0.1.8", + "@playform/build": "0.1.9", "@types/etag": "1.8.3", "@types/node": "22.9.0", "@types/pacote": "11.1.8"