@js-utils-kit/constants 0.2.0 โ 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +34 -34
- package/dist/index.d.mts +34 -34
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const e={accessibility:`Accessibility improvements (a11y)`,ansible:`Ansible playbooks and automation`,api:`API implementation or contracts`,assets:`Static assets like images, fonts, media`,auth:`Authentication and authorization logic`,aws:`AWS-related configuration or services`,azure:`Azure-related configuration or services`,babel:`Babel configuration or transforms`,backend:`Backend services and server-side logic`,build:`Build system configuration`,"build-scripts":`Scripts related to building the project`,cache:`Caching mechanisms and logic`,cd:`Continuous deployment setup`,changelog:`Changelog generation and updates`,chore:`General maintenance tasks`,ci:`Continuous integration setup`,"ci-config":`CI configuration files`,"ci-tests":`Tests executed in CI pipelines`,cli:`Command-line interface`,client:`Client-side logic`,compliance:`Compliance, audits, or policy-related changes`,components:`Reusable components`,config:`Configuration files and settings`,contrib:`Community or contributor-related changes`,core:`Core application or library logic`,css:`CSS and styling changes`,db:`Database-related changes`,demo:`Demo or example implementations`,deploy:`Deployment configuration and scripts`,deps:`Production dependencies`,"deps-dev":`Development dependencies`,desktop:`Desktop application logic`,devops:`DevOps tooling and processes`,docker:`Dockerfiles and container configuration`,docs:`General documentation`,dotfiles:`Dotfiles and editor configuration`,e2e:`End-to-end tests`,eslint:`ESLint configuration and rules`,examples:`Example code and samples`,fixtures:`Test fixtures and sample data`,format:`Code formatting changes`,frontend:`Frontend application logic`,gcp:`Google Cloud Platform related changes`,helm:`Helm charts and Kubernetes packaging`,i18n:`Internationalization`,images:`Image assets`,infra:`Infrastructure configuration`,integration:`Integration-related logic`,jest:`Jest configuration or tests`,k8s:`Kubernetes resources`,l10n:`Localization and translations`,layout:`Layout-related UI changes`,lib:`Shared libraries`,lint:`Linting rules and fixes`,logging:`Logging-related changes`,metrics:`Metrics and monitoring data`,mobile:`Mobile application logic`,mocha:`Mocha configuration or tests`,mocks:`Mock data and utilities`,monorepo:`Monorepo configuration`,observability:`Observability tooling (logs, metrics, traces)`,ops:`Operational tooling and scripts`,orm:`ORM configuration or models`,packages:`Multiple or shared packages`,parcel:`Parcel bundler configuration`,perf:`Performance improvements`,permissions:`Permission and access control logic`,pkg:`Package-related changes`,prettier:`Prettier configuration`,profiling:`Profiling and performance analysis`,readme:`README documentation`,release:`Release preparation and metadata`,responsive:`Responsive design changes`,rollup:`Rollup bundler configuration`,scripts:`Automation and helper scripts`,sdk:`SDK implementation or changes`,security:`Security-related fixes or improvements`,server:`Server-side logic`,storage:`Storage systems and data persistence`,storybook:`Storybook configuration and stories`,styles:`Styling and theming`,terraform:`Terraform infrastructure code`,test:`General testing changes`,theme:`UI themes`,tsc:`TypeScript compiler configuration`,tutorials:`Tutorial content`,ui:`User interface changes`,unit:`Unit tests`,ux:`User experience improvements`,vite:`Vite tooling and configuration`,web:`Web-related functionality`,webpack:`Webpack configuration`,workspace:`Workspace or monorepo configuration`},t=Object.keys(e),n={feat:{type:`feat`,title:`Feature`,icon:`โจ`,description:`Introduce a new feature`,allowsBreakingChange:!0,defaultReleaseType:`minor`,isReleaseRelevant:!0,deprecated:!1},fix:{type:`fix`,title:`Bug Fix`,icon:`๐`,description:`Fix a bug`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},docs:{type:`docs`,title:`Documentation`,icon:`๐`,description:`Documentation only changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},style:{type:`style`,title:`Style`,icon:`๐จ`,description:`Formatting or style changes that do not affect code behavior`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},refactor:{type:`refactor`,title:`Refactor`,icon:`๐งน`,description:`Code change that neither fixes a bug nor adds a feature`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},perf:{type:`perf`,title:`Performance`,icon:`โก`,description:`Improve performance`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},test:{type:`test`,title:`Tests`,icon:`๐งช`,description:`Add or update tests`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},build:{type:`build`,title:`Build`,icon:`๐๏ธ`,description:`Changes affecting build system or dependencies`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ci:{type:`ci`,title:`CI`,icon:`๐ค`,description:`CI/CD related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},chore:{type:`chore`,title:`Chore`,icon:`๐ง`,description:`Maintenance tasks`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},revert:{type:`revert`,title:`Revert`,icon:`โช`,description:`Revert a previous commit`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},deps:{type:`deps`,title:`Dependencies`,icon:`๐ฆ`,description:`Update, add, or remove dependencies`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},config:{type:`config`,title:`Configuration`,icon:`โ๏ธ`,description:`Configuration changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},security:{type:`security`,title:`Security`,icon:`๐`,description:`Security fixes or vulnerability mitigation`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},types:{type:`types`,title:`Types`,icon:`๐`,description:`Type definitions or TypeScript-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},lint:{type:`lint`,title:`Lint`,icon:`๐งน`,description:`Linting rules or fixes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},format:{type:`format`,title:`Format`,icon:`๐๏ธ`,description:`Code formatting changes (prettier, etc.)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},release:{type:`release`,title:`Release`,icon:`๐ท๏ธ`,description:`Release-related changes (versioning, tags, changelog)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},meta:{type:`meta`,title:`Meta`,icon:`๐งฉ`,description:`Repository metadata (README, templates, tooling)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},infra:{type:`infra`,title:`Infrastructure`,icon:`๐ญ`,description:`Infrastructure or environment-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},hotfix:{type:`hotfix`,title:`Hotfix`,icon:`๐`,description:`Critical production fix applied quickly`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},version:{type:`version`,title:`Version`,icon:`๐ข`,description:`Version bumps without code changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},workflow:{type:`workflow`,title:`Workflow`,icon:`๐`,description:`Workflow-related changes (GitHub Actions, hooks)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},package:{type:`package`,title:`Package`,icon:`๐ฆ`,description:`Package-level changes in a monorepo`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},workspace:{type:`workspace`,title:`Workspace`,icon:`๐งฑ`,description:`Workspace or monorepo configuration changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},api:{type:`api`,title:`API`,icon:`๐`,description:`API surface or contract changes`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},"BREAKING CHANGE":{type:`BREAKING CHANGE`,title:`Breaking Change`,icon:`๐ฅ`,description:`An explicit breaking change as defined by the Conventional Commits specification`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},db:{type:`db`,title:`Database`,icon:`๐๏ธ`,description:`Database schema, migrations, or queries`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},data:{type:`data`,title:`Data`,icon:`๐`,description:`Data fixes, seeds, or transformations`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ui:{type:`ui`,title:`UI`,icon:`๐จ`,description:`UI-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ux:{type:`ux`,title:`UX`,icon:`๐ง `,description:`User experience improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},accessibility:{type:`accessibility`,title:`Accessibility`,icon:`โฟ`,description:`Accessibility improvements (a11y)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},backend:{type:`backend`,title:`Backend`,icon:`๐ฅ๏ธ`,description:`Backend logic changes`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},frontend:{type:`frontend`,title:`Frontend`,icon:`๐`,description:`Frontend logic changes`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},logging:{type:`logging`,title:`Logging`,icon:`๐`,description:`Logging changes or improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},monitoring:{type:`monitoring`,title:`Monitoring`,icon:`๐ก`,description:`Monitoring, metrics, or tracing`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},stability:{type:`stability`,title:`Stability`,icon:`๐ก๏ธ`,description:`Stability and reliability improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},optimization:{type:`optimization`,title:`Optimization`,icon:`๐`,description:`Code or runtime optimizations`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},dx:{type:`dx`,title:`Developer Experience`,icon:`๐งโ๐ป`,description:`Developer experience improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},tooling:{type:`tooling`,title:`Tooling`,icon:`๐ ๏ธ`,description:`Developer tools or internal utilities`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},scripts:{type:`scripts`,title:`Scripts`,icon:`๐`,description:`Automation or helper script changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},cleanup:{type:`cleanup`,title:`Cleanup`,icon:`๐งฝ`,description:`Code cleanup without behavior changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},migration:{type:`migration`,title:`Migration`,icon:`๐`,description:`Migration-related changes`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},rollback:{type:`rollback`,title:`Rollback`,icon:`โฉ๏ธ`,description:`Rollback changes after a bad release`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1}},r=Object.keys(n),i=`abcdefghijklmnopqrstuvwxyz`,a=`ABCDEFGHIJKLMNOPQRSTUVWXYZ`,o=`0123456789`,s=i+a+o,c=[`GET`,`POST`,`PUT`,`PATCH`,`DELETE`,`HEAD`,`OPTIONS`,`CONNECT`,`TRACE`],l={CONTINUE:100,SWITCHING_PROTOCOLS:101,PROCESSING:102,EARLY_HINTS:103,OK:200,CREATED:201,ACCEPTED:202,NON_AUTHORITATIVE_INFORMATION:203,NO_CONTENT:204,RESET_CONTENT:205,PARTIAL_CONTENT:206,MULTI_STATUS:207,ALREADY_REPORTED:208,IM_USED:226,MULTIPLE_CHOICES:300,MOVED_PERMANENTLY:301,FOUND:302,SEE_OTHER:303,NOT_MODIFIED:304,USE_PROXY:305,TEMPORARY_REDIRECT:307,PERMANENT_REDIRECT:308,BAD_REQUEST:400,UNAUTHORIZED:401,PAYMENT_REQUIRED:402,FORBIDDEN:403,NOT_FOUND:404,METHOD_NOT_ALLOWED:405,NOT_ACCEPTABLE:406,PROXY_AUTH_REQUIRED:407,REQUEST_TIMEOUT:408,CONFLICT:409,GONE:410,LENGTH_REQUIRED:411,PRECONDITION_FAILED:412,PAYLOAD_TOO_LARGE:413,URI_TOO_LONG:414,UNSUPPORTED_MEDIA_TYPE:415,RANGE_NOT_SATISFIABLE:416,EXPECTATION_FAILED:417,IM_A_TEAPOT:418,MISDIRECTED_REQUEST:421,UNPROCESSABLE_ENTITY:422,LOCKED:423,FAILED_DEPENDENCY:424,TOO_EARLY:425,UPGRADE_REQUIRED:426,PRECONDITION_REQUIRED:428,TOO_MANY_REQUESTS:429,REQUEST_HEADER_FIELDS_TOO_LARGE:431,UNAVAILABLE_FOR_LEGAL_REASONS:451,INTERNAL_SERVER_ERROR:500,NOT_IMPLEMENTED:501,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504,HTTP_VERSION_NOT_SUPPORTED:505,VARIANT_ALSO_NEGOTIATES:506,INSUFFICIENT_STORAGE:507,LOOP_DETECTED:508,BANDWIDTH_LIMIT_EXCEEDED:509,NOT_EXTENDED:510,NETWORK_AUTHENTICATION_REQUIRED:511},u=Math.PI,d=Math.PI*2,f=Math.E,p=Math.SQRT2,m=Math.SQRT1_2,h=Math.LN2,g=Math.LN10,_=Math.LOG2E,v=Math.LOG10E,y=2**53-1,b=-(2**53-1),x=Number.MAX_VALUE,S=Number.MIN_VALUE,C=2**-52,w=1e3,T=60*w,E=60*T,D=24*E;7*D,30.4375*D,365.25*D;const O=u/180,k=180/u;exports.ALPHANUMERIC=s,exports.CM_TO_MM=10,exports.COMMIT_SCOPES=e,exports.COMMIT_SCOPE_VALUES=t,exports.COMMIT_TYPES=n,exports.COMMIT_TYPE_VALUES=r,exports.DAY=D,exports.DEFAULT_RADIX=10,exports.DEG_TO_RAD=O,exports.DIGITS=o,exports.E=f,exports.EMPTY_STRING=``,exports.EPSILON=C,exports.GAS=8.314462618,exports.GRAVITY=9.80665,exports.HOUR=E,exports.HTTP_METHODS=c,exports.HTTP_STATUS=l,exports.KG_TO_G=1e3,exports.KM_TO_M=1e3,exports.LN_10=g,exports.LN_2=h,exports.LOG10_E=v,exports.LOG2_E=_,exports.LOWERCASE_ALPHABET=i,exports.MAX_SAFE_INT=y,exports.MAX_VALUE=x,exports.MINUTE=T,exports.MIN_SAFE_INT=b,exports.MIN_VALUE=S,exports.MONTH_AVG=26298e5,exports.M_TO_CM=100,exports.NEGATIVE_INFINITY=-1/0,exports.NEW_LINE=`
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e={accessibility:`Accessibility improvements (a11y)`,ansible:`Ansible playbooks and automation`,api:`API implementation or contracts`,assets:`Static assets like images, fonts, media`,auth:`Authentication and authorization logic`,aws:`AWS-related configuration or services`,azure:`Azure-related configuration or services`,babel:`Babel configuration or transforms`,backend:`Backend services and server-side logic`,build:`Build system configuration`,"build-scripts":`Scripts related to building the project`,cache:`Caching mechanisms and logic`,cd:`Continuous deployment setup`,changelog:`Changelog generation and updates`,chore:`General maintenance tasks`,ci:`Continuous integration setup`,"ci-config":`CI configuration files`,"ci-tests":`Tests executed in CI pipelines`,cli:`Command-line interface`,client:`Client-side logic`,compliance:`Compliance, audits, or policy-related changes`,components:`Reusable components`,config:`Configuration files and settings`,contrib:`Community or contributor-related changes`,core:`Core application or library logic`,css:`CSS and styling changes`,db:`Database-related changes`,demo:`Demo or example implementations`,deploy:`Deployment configuration and scripts`,deps:`Production dependencies`,"deps-dev":`Development dependencies`,desktop:`Desktop application logic`,devops:`DevOps tooling and processes`,docker:`Dockerfiles and container configuration`,docs:`General documentation`,dotfiles:`Dotfiles and editor configuration`,e2e:`End-to-end tests`,eslint:`ESLint configuration and rules`,examples:`Example code and samples`,fixtures:`Test fixtures and sample data`,format:`Code formatting changes`,frontend:`Frontend application logic`,gcp:`Google Cloud Platform related changes`,helm:`Helm charts and Kubernetes packaging`,i18n:`Internationalization`,images:`Image assets`,infra:`Infrastructure configuration`,integration:`Integration-related logic`,jest:`Jest configuration or tests`,k8s:`Kubernetes resources`,l10n:`Localization and translations`,layout:`Layout-related UI changes`,lib:`Shared libraries`,lint:`Linting rules and fixes`,logging:`Logging-related changes`,metrics:`Metrics and monitoring data`,mobile:`Mobile application logic`,mocha:`Mocha configuration or tests`,mocks:`Mock data and utilities`,monorepo:`Monorepo configuration`,observability:`Observability tooling (logs, metrics, traces)`,ops:`Operational tooling and scripts`,orm:`ORM configuration or models`,packages:`Multiple or shared packages`,parcel:`Parcel bundler configuration`,perf:`Performance improvements`,permissions:`Permission and access control logic`,pkg:`Package-related changes`,prettier:`Prettier configuration`,profiling:`Profiling and performance analysis`,readme:`README documentation`,release:`Release preparation and metadata`,responsive:`Responsive design changes`,rollup:`Rollup bundler configuration`,scripts:`Automation and helper scripts`,sdk:`SDK implementation or changes`,security:`Security-related fixes or improvements`,server:`Server-side logic`,storage:`Storage systems and data persistence`,storybook:`Storybook configuration and stories`,styles:`Styling and theming`,terraform:`Terraform infrastructure code`,test:`General testing changes`,theme:`UI themes`,tsc:`TypeScript compiler configuration`,tutorials:`Tutorial content`,ui:`User interface changes`,unit:`Unit tests`,ux:`User experience improvements`,vite:`Vite tooling and configuration`,web:`Web-related functionality`,webpack:`Webpack configuration`,workspace:`Workspace or monorepo configuration`},t=Object.keys(e),n={feat:{type:`feat`,title:`Features`,icon:`โจ`,description:`Introduce a new feature`,allowsBreakingChange:!0,defaultReleaseType:`minor`,isReleaseRelevant:!0,deprecated:!1},fix:{type:`fix`,title:`Bug Fixes`,icon:`๐`,description:`Fix a bug`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},docs:{type:`docs`,title:`Documentation`,icon:`๐`,description:`Documentation only changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},style:{type:`style`,title:`Styling`,icon:`๐จ`,description:`Formatting or style changes that do not affect code behavior`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},refactor:{type:`refactor`,title:`Refactors`,icon:`๐งน`,description:`Code change that neither fixes a bug nor adds a feature`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},perf:{type:`perf`,title:`Performance Improvements`,icon:`โก`,description:`Improve performance`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},test:{type:`test`,title:`Tests`,icon:`๐งช`,description:`Add or update tests`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},build:{type:`build`,title:`Build System`,icon:`๐๏ธ`,description:`Changes affecting build system or dependencies`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ci:{type:`ci`,title:`Continuous Integration`,icon:`๐ค`,description:`CI/CD related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},chore:{type:`chore`,title:`Chores`,icon:`๐ง`,description:`Maintenance tasks`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},revert:{type:`revert`,title:`Reverts`,icon:`โช`,description:`Revert a previous commit`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},deps:{type:`deps`,title:`Dependency Updates`,icon:`๐ฆ`,description:`Update, add, or remove dependencies`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},config:{type:`config`,title:`Configuration`,icon:`โ๏ธ`,description:`Configuration changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},security:{type:`security`,title:`Security Fixes`,icon:`๐`,description:`Security fixes or vulnerability mitigation`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},types:{type:`types`,title:`Type Changes`,icon:`๐`,description:`Type definitions or TypeScript-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},lint:{type:`lint`,title:`Linting`,icon:`๐งน`,description:`Linting rules or fixes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},format:{type:`format`,title:`Formatting`,icon:`๐๏ธ`,description:`Code formatting changes (prettier, etc.)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},release:{type:`release`,title:`Release Process`,icon:`๐ท๏ธ`,description:`Release-related changes (versioning, tags, changelog)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},meta:{type:`meta`,title:`Repository Meta`,icon:`๐งฉ`,description:`Repository metadata (README, templates, tooling)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},infra:{type:`infra`,title:`Infrastructure`,icon:`๐ญ`,description:`Infrastructure or environment-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},hotfix:{type:`hotfix`,title:`Hotfixes`,icon:`๐`,description:`Critical production fix applied quickly`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},version:{type:`version`,title:`Versioning`,icon:`๐ข`,description:`Version bumps without code changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},workflow:{type:`workflow`,title:`Workflows`,icon:`๐`,description:`Workflow-related changes (GitHub Actions, hooks)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},package:{type:`package`,title:`Package Changes`,icon:`๐ฆ`,description:`Package-level changes in a monorepo`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},workspace:{type:`workspace`,title:`Workspace Changes`,icon:`๐งฑ`,description:`Workspace or monorepo configuration changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},api:{type:`api`,title:`API Changes`,icon:`๐`,description:`API surface or contract changes`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},"BREAKING CHANGE":{type:`BREAKING CHANGE`,title:`Breaking Changes`,icon:`๐ฅ`,description:`An explicit breaking change as defined by the Conventional Commits specification`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},db:{type:`db`,title:`Database Changes`,icon:`๐๏ธ`,description:`Database schema, migrations, or queries`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},data:{type:`data`,title:`Data Changes`,icon:`๐`,description:`Data fixes, seeds, or transformations`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ui:{type:`ui`,title:`UI Changes`,icon:`๐จ`,description:`UI-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ux:{type:`ux`,title:`UX Improvements`,icon:`๐ง `,description:`User experience improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},accessibility:{type:`accessibility`,title:`Accessibility Improvements`,icon:`โฟ`,description:`Accessibility improvements (a11y)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},backend:{type:`backend`,title:`Backend Changes`,icon:`๐ฅ๏ธ`,description:`Backend logic changes`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},frontend:{type:`frontend`,title:`Frontend Changes`,icon:`๐`,description:`Frontend logic changes`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},logging:{type:`logging`,title:`Logging`,icon:`๐`,description:`Logging changes or improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},monitoring:{type:`monitoring`,title:`Monitoring`,icon:`๐ก`,description:`Monitoring, metrics, or tracing`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},stability:{type:`stability`,title:`Stability Improvements`,icon:`๐ก๏ธ`,description:`Stability and reliability improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},optimization:{type:`optimization`,title:`Optimization Improvements`,icon:`๐`,description:`Code or runtime optimizations`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},dx:{type:`dx`,title:`Developer Experience`,icon:`๐งโ๐ป`,description:`Developer experience improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},tooling:{type:`tooling`,title:`Tooling`,icon:`๐ ๏ธ`,description:`Developer tools or internal utilities`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},scripts:{type:`scripts`,title:`Scripts`,icon:`๐`,description:`Automation or helper script changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},cleanup:{type:`cleanup`,title:`Cleanup`,icon:`๐งฝ`,description:`Code cleanup without behavior changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},migration:{type:`migration`,title:`Migrations`,icon:`๐`,description:`Migration-related changes`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},rollback:{type:`rollback`,title:`Rollbacks`,icon:`โฉ๏ธ`,description:`Rollback changes after a bad release`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1}},r=Object.keys(n),i=`abcdefghijklmnopqrstuvwxyz`,a=`ABCDEFGHIJKLMNOPQRSTUVWXYZ`,o=`0123456789`,s=i+a+o,c=[`GET`,`POST`,`PUT`,`PATCH`,`DELETE`,`HEAD`,`OPTIONS`,`CONNECT`,`TRACE`],l={CONTINUE:100,SWITCHING_PROTOCOLS:101,PROCESSING:102,EARLY_HINTS:103,OK:200,CREATED:201,ACCEPTED:202,NON_AUTHORITATIVE_INFORMATION:203,NO_CONTENT:204,RESET_CONTENT:205,PARTIAL_CONTENT:206,MULTI_STATUS:207,ALREADY_REPORTED:208,IM_USED:226,MULTIPLE_CHOICES:300,MOVED_PERMANENTLY:301,FOUND:302,SEE_OTHER:303,NOT_MODIFIED:304,USE_PROXY:305,TEMPORARY_REDIRECT:307,PERMANENT_REDIRECT:308,BAD_REQUEST:400,UNAUTHORIZED:401,PAYMENT_REQUIRED:402,FORBIDDEN:403,NOT_FOUND:404,METHOD_NOT_ALLOWED:405,NOT_ACCEPTABLE:406,PROXY_AUTH_REQUIRED:407,REQUEST_TIMEOUT:408,CONFLICT:409,GONE:410,LENGTH_REQUIRED:411,PRECONDITION_FAILED:412,PAYLOAD_TOO_LARGE:413,URI_TOO_LONG:414,UNSUPPORTED_MEDIA_TYPE:415,RANGE_NOT_SATISFIABLE:416,EXPECTATION_FAILED:417,IM_A_TEAPOT:418,MISDIRECTED_REQUEST:421,UNPROCESSABLE_ENTITY:422,LOCKED:423,FAILED_DEPENDENCY:424,TOO_EARLY:425,UPGRADE_REQUIRED:426,PRECONDITION_REQUIRED:428,TOO_MANY_REQUESTS:429,REQUEST_HEADER_FIELDS_TOO_LARGE:431,UNAVAILABLE_FOR_LEGAL_REASONS:451,INTERNAL_SERVER_ERROR:500,NOT_IMPLEMENTED:501,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504,HTTP_VERSION_NOT_SUPPORTED:505,VARIANT_ALSO_NEGOTIATES:506,INSUFFICIENT_STORAGE:507,LOOP_DETECTED:508,BANDWIDTH_LIMIT_EXCEEDED:509,NOT_EXTENDED:510,NETWORK_AUTHENTICATION_REQUIRED:511},u=Math.PI,d=Math.PI*2,f=Math.E,p=Math.SQRT2,m=Math.SQRT1_2,h=Math.LN2,g=Math.LN10,_=Math.LOG2E,v=Math.LOG10E,y=2**53-1,b=-(2**53-1),x=Number.MAX_VALUE,S=Number.MIN_VALUE,C=2**-52,w=1e3,T=60*w,E=60*T,D=24*E;7*D,30.4375*D,365.25*D;const O=u/180,k=180/u;exports.ALPHANUMERIC=s,exports.CM_TO_MM=10,exports.COMMIT_SCOPES=e,exports.COMMIT_SCOPE_VALUES=t,exports.COMMIT_TYPES=n,exports.COMMIT_TYPE_VALUES=r,exports.DAY=D,exports.DEFAULT_RADIX=10,exports.DEG_TO_RAD=O,exports.DIGITS=o,exports.E=f,exports.EMPTY_STRING=``,exports.EPSILON=C,exports.GAS=8.314462618,exports.GRAVITY=9.80665,exports.HOUR=E,exports.HTTP_METHODS=c,exports.HTTP_STATUS=l,exports.KG_TO_G=1e3,exports.KM_TO_M=1e3,exports.LN_10=g,exports.LN_2=h,exports.LOG10_E=v,exports.LOG2_E=_,exports.LOWERCASE_ALPHABET=i,exports.MAX_SAFE_INT=y,exports.MAX_VALUE=x,exports.MINUTE=T,exports.MIN_SAFE_INT=b,exports.MIN_VALUE=S,exports.MONTH_AVG=26298e5,exports.M_TO_CM=100,exports.NEGATIVE_INFINITY=-1/0,exports.NEW_LINE=`
|
|
2
2
|
`,exports.PI=u,exports.PLANCK=662607015e-42,exports.POSITIVE_INFINITY=1/0,exports.RAD_TO_DEG=k,exports.SECOND=w,exports.SPACE=` `,exports.SPEED_OF_LIGHT=299792458,exports.SQRT_1_2=m,exports.SQRT_2=p,exports.TAB=` `,exports.TAU=d,exports.TON_TO_KG=1e3,exports.UPPERCASE_ALPHABET=a,exports.WEEK=6048e5,exports.YEAR=315576e5;
|
package/dist/index.d.cts
CHANGED
|
@@ -131,7 +131,7 @@ declare const COMMIT_SCOPE_VALUES: CommitScope[];
|
|
|
131
131
|
declare const COMMIT_TYPES: {
|
|
132
132
|
readonly feat: {
|
|
133
133
|
readonly type: "feat";
|
|
134
|
-
readonly title: "
|
|
134
|
+
readonly title: "Features";
|
|
135
135
|
readonly icon: "โจ";
|
|
136
136
|
readonly description: "Introduce a new feature";
|
|
137
137
|
readonly allowsBreakingChange: true;
|
|
@@ -141,7 +141,7 @@ declare const COMMIT_TYPES: {
|
|
|
141
141
|
};
|
|
142
142
|
readonly fix: {
|
|
143
143
|
readonly type: "fix";
|
|
144
|
-
readonly title: "Bug
|
|
144
|
+
readonly title: "Bug Fixes";
|
|
145
145
|
readonly icon: "๐";
|
|
146
146
|
readonly description: "Fix a bug";
|
|
147
147
|
readonly allowsBreakingChange: true;
|
|
@@ -161,7 +161,7 @@ declare const COMMIT_TYPES: {
|
|
|
161
161
|
};
|
|
162
162
|
readonly style: {
|
|
163
163
|
readonly type: "style";
|
|
164
|
-
readonly title: "
|
|
164
|
+
readonly title: "Styling";
|
|
165
165
|
readonly icon: "๐จ";
|
|
166
166
|
readonly description: "Formatting or style changes that do not affect code behavior";
|
|
167
167
|
readonly allowsBreakingChange: false;
|
|
@@ -171,7 +171,7 @@ declare const COMMIT_TYPES: {
|
|
|
171
171
|
};
|
|
172
172
|
readonly refactor: {
|
|
173
173
|
readonly type: "refactor";
|
|
174
|
-
readonly title: "
|
|
174
|
+
readonly title: "Refactors";
|
|
175
175
|
readonly icon: "๐งน";
|
|
176
176
|
readonly description: "Code change that neither fixes a bug nor adds a feature";
|
|
177
177
|
readonly allowsBreakingChange: true;
|
|
@@ -181,7 +181,7 @@ declare const COMMIT_TYPES: {
|
|
|
181
181
|
};
|
|
182
182
|
readonly perf: {
|
|
183
183
|
readonly type: "perf";
|
|
184
|
-
readonly title: "Performance";
|
|
184
|
+
readonly title: "Performance Improvements";
|
|
185
185
|
readonly icon: "โก";
|
|
186
186
|
readonly description: "Improve performance";
|
|
187
187
|
readonly allowsBreakingChange: true;
|
|
@@ -201,7 +201,7 @@ declare const COMMIT_TYPES: {
|
|
|
201
201
|
};
|
|
202
202
|
readonly build: {
|
|
203
203
|
readonly type: "build";
|
|
204
|
-
readonly title: "Build";
|
|
204
|
+
readonly title: "Build System";
|
|
205
205
|
readonly icon: "๐๏ธ";
|
|
206
206
|
readonly description: "Changes affecting build system or dependencies";
|
|
207
207
|
readonly allowsBreakingChange: false;
|
|
@@ -211,7 +211,7 @@ declare const COMMIT_TYPES: {
|
|
|
211
211
|
};
|
|
212
212
|
readonly ci: {
|
|
213
213
|
readonly type: "ci";
|
|
214
|
-
readonly title: "
|
|
214
|
+
readonly title: "Continuous Integration";
|
|
215
215
|
readonly icon: "๐ค";
|
|
216
216
|
readonly description: "CI/CD related changes";
|
|
217
217
|
readonly allowsBreakingChange: false;
|
|
@@ -221,7 +221,7 @@ declare const COMMIT_TYPES: {
|
|
|
221
221
|
};
|
|
222
222
|
readonly chore: {
|
|
223
223
|
readonly type: "chore";
|
|
224
|
-
readonly title: "
|
|
224
|
+
readonly title: "Chores";
|
|
225
225
|
readonly icon: "๐ง";
|
|
226
226
|
readonly description: "Maintenance tasks";
|
|
227
227
|
readonly allowsBreakingChange: false;
|
|
@@ -231,7 +231,7 @@ declare const COMMIT_TYPES: {
|
|
|
231
231
|
};
|
|
232
232
|
readonly revert: {
|
|
233
233
|
readonly type: "revert";
|
|
234
|
-
readonly title: "
|
|
234
|
+
readonly title: "Reverts";
|
|
235
235
|
readonly icon: "โช";
|
|
236
236
|
readonly description: "Revert a previous commit";
|
|
237
237
|
readonly allowsBreakingChange: false;
|
|
@@ -241,7 +241,7 @@ declare const COMMIT_TYPES: {
|
|
|
241
241
|
};
|
|
242
242
|
readonly deps: {
|
|
243
243
|
readonly type: "deps";
|
|
244
|
-
readonly title: "
|
|
244
|
+
readonly title: "Dependency Updates";
|
|
245
245
|
readonly icon: "๐ฆ";
|
|
246
246
|
readonly description: "Update, add, or remove dependencies";
|
|
247
247
|
readonly allowsBreakingChange: false;
|
|
@@ -261,7 +261,7 @@ declare const COMMIT_TYPES: {
|
|
|
261
261
|
};
|
|
262
262
|
readonly security: {
|
|
263
263
|
readonly type: "security";
|
|
264
|
-
readonly title: "Security";
|
|
264
|
+
readonly title: "Security Fixes";
|
|
265
265
|
readonly icon: "๐";
|
|
266
266
|
readonly description: "Security fixes or vulnerability mitigation";
|
|
267
267
|
readonly allowsBreakingChange: true;
|
|
@@ -271,7 +271,7 @@ declare const COMMIT_TYPES: {
|
|
|
271
271
|
};
|
|
272
272
|
readonly types: {
|
|
273
273
|
readonly type: "types";
|
|
274
|
-
readonly title: "
|
|
274
|
+
readonly title: "Type Changes";
|
|
275
275
|
readonly icon: "๐";
|
|
276
276
|
readonly description: "Type definitions or TypeScript-related changes";
|
|
277
277
|
readonly allowsBreakingChange: false;
|
|
@@ -281,7 +281,7 @@ declare const COMMIT_TYPES: {
|
|
|
281
281
|
};
|
|
282
282
|
readonly lint: {
|
|
283
283
|
readonly type: "lint";
|
|
284
|
-
readonly title: "
|
|
284
|
+
readonly title: "Linting";
|
|
285
285
|
readonly icon: "๐งน";
|
|
286
286
|
readonly description: "Linting rules or fixes";
|
|
287
287
|
readonly allowsBreakingChange: false;
|
|
@@ -291,7 +291,7 @@ declare const COMMIT_TYPES: {
|
|
|
291
291
|
};
|
|
292
292
|
readonly format: {
|
|
293
293
|
readonly type: "format";
|
|
294
|
-
readonly title: "
|
|
294
|
+
readonly title: "Formatting";
|
|
295
295
|
readonly icon: "๐๏ธ";
|
|
296
296
|
readonly description: "Code formatting changes (prettier, etc.)";
|
|
297
297
|
readonly allowsBreakingChange: false;
|
|
@@ -301,7 +301,7 @@ declare const COMMIT_TYPES: {
|
|
|
301
301
|
};
|
|
302
302
|
readonly release: {
|
|
303
303
|
readonly type: "release";
|
|
304
|
-
readonly title: "Release";
|
|
304
|
+
readonly title: "Release Process";
|
|
305
305
|
readonly icon: "๐ท๏ธ";
|
|
306
306
|
readonly description: "Release-related changes (versioning, tags, changelog)";
|
|
307
307
|
readonly allowsBreakingChange: false;
|
|
@@ -311,7 +311,7 @@ declare const COMMIT_TYPES: {
|
|
|
311
311
|
};
|
|
312
312
|
readonly meta: {
|
|
313
313
|
readonly type: "meta";
|
|
314
|
-
readonly title: "Meta";
|
|
314
|
+
readonly title: "Repository Meta";
|
|
315
315
|
readonly icon: "๐งฉ";
|
|
316
316
|
readonly description: "Repository metadata (README, templates, tooling)";
|
|
317
317
|
readonly allowsBreakingChange: false;
|
|
@@ -331,7 +331,7 @@ declare const COMMIT_TYPES: {
|
|
|
331
331
|
};
|
|
332
332
|
readonly hotfix: {
|
|
333
333
|
readonly type: "hotfix";
|
|
334
|
-
readonly title: "
|
|
334
|
+
readonly title: "Hotfixes";
|
|
335
335
|
readonly icon: "๐";
|
|
336
336
|
readonly description: "Critical production fix applied quickly";
|
|
337
337
|
readonly allowsBreakingChange: true;
|
|
@@ -341,7 +341,7 @@ declare const COMMIT_TYPES: {
|
|
|
341
341
|
};
|
|
342
342
|
readonly version: {
|
|
343
343
|
readonly type: "version";
|
|
344
|
-
readonly title: "
|
|
344
|
+
readonly title: "Versioning";
|
|
345
345
|
readonly icon: "๐ข";
|
|
346
346
|
readonly description: "Version bumps without code changes";
|
|
347
347
|
readonly allowsBreakingChange: false;
|
|
@@ -351,7 +351,7 @@ declare const COMMIT_TYPES: {
|
|
|
351
351
|
};
|
|
352
352
|
readonly workflow: {
|
|
353
353
|
readonly type: "workflow";
|
|
354
|
-
readonly title: "
|
|
354
|
+
readonly title: "Workflows";
|
|
355
355
|
readonly icon: "๐";
|
|
356
356
|
readonly description: "Workflow-related changes (GitHub Actions, hooks)";
|
|
357
357
|
readonly allowsBreakingChange: false;
|
|
@@ -361,7 +361,7 @@ declare const COMMIT_TYPES: {
|
|
|
361
361
|
};
|
|
362
362
|
readonly package: {
|
|
363
363
|
readonly type: "package";
|
|
364
|
-
readonly title: "Package";
|
|
364
|
+
readonly title: "Package Changes";
|
|
365
365
|
readonly icon: "๐ฆ";
|
|
366
366
|
readonly description: "Package-level changes in a monorepo";
|
|
367
367
|
readonly allowsBreakingChange: false;
|
|
@@ -371,7 +371,7 @@ declare const COMMIT_TYPES: {
|
|
|
371
371
|
};
|
|
372
372
|
readonly workspace: {
|
|
373
373
|
readonly type: "workspace";
|
|
374
|
-
readonly title: "Workspace";
|
|
374
|
+
readonly title: "Workspace Changes";
|
|
375
375
|
readonly icon: "๐งฑ";
|
|
376
376
|
readonly description: "Workspace or monorepo configuration changes";
|
|
377
377
|
readonly allowsBreakingChange: false;
|
|
@@ -381,7 +381,7 @@ declare const COMMIT_TYPES: {
|
|
|
381
381
|
};
|
|
382
382
|
readonly api: {
|
|
383
383
|
readonly type: "api";
|
|
384
|
-
readonly title: "API";
|
|
384
|
+
readonly title: "API Changes";
|
|
385
385
|
readonly icon: "๐";
|
|
386
386
|
readonly description: "API surface or contract changes";
|
|
387
387
|
readonly allowsBreakingChange: true;
|
|
@@ -391,7 +391,7 @@ declare const COMMIT_TYPES: {
|
|
|
391
391
|
};
|
|
392
392
|
readonly 'BREAKING CHANGE': {
|
|
393
393
|
readonly type: "BREAKING CHANGE";
|
|
394
|
-
readonly title: "Breaking
|
|
394
|
+
readonly title: "Breaking Changes";
|
|
395
395
|
readonly icon: "๐ฅ";
|
|
396
396
|
readonly description: "An explicit breaking change as defined by the Conventional Commits specification";
|
|
397
397
|
readonly allowsBreakingChange: true;
|
|
@@ -401,7 +401,7 @@ declare const COMMIT_TYPES: {
|
|
|
401
401
|
};
|
|
402
402
|
readonly db: {
|
|
403
403
|
readonly type: "db";
|
|
404
|
-
readonly title: "Database";
|
|
404
|
+
readonly title: "Database Changes";
|
|
405
405
|
readonly icon: "๐๏ธ";
|
|
406
406
|
readonly description: "Database schema, migrations, or queries";
|
|
407
407
|
readonly allowsBreakingChange: true;
|
|
@@ -411,7 +411,7 @@ declare const COMMIT_TYPES: {
|
|
|
411
411
|
};
|
|
412
412
|
readonly data: {
|
|
413
413
|
readonly type: "data";
|
|
414
|
-
readonly title: "Data";
|
|
414
|
+
readonly title: "Data Changes";
|
|
415
415
|
readonly icon: "๐";
|
|
416
416
|
readonly description: "Data fixes, seeds, or transformations";
|
|
417
417
|
readonly allowsBreakingChange: false;
|
|
@@ -421,7 +421,7 @@ declare const COMMIT_TYPES: {
|
|
|
421
421
|
};
|
|
422
422
|
readonly ui: {
|
|
423
423
|
readonly type: "ui";
|
|
424
|
-
readonly title: "UI";
|
|
424
|
+
readonly title: "UI Changes";
|
|
425
425
|
readonly icon: "๐จ";
|
|
426
426
|
readonly description: "UI-related changes";
|
|
427
427
|
readonly allowsBreakingChange: false;
|
|
@@ -431,7 +431,7 @@ declare const COMMIT_TYPES: {
|
|
|
431
431
|
};
|
|
432
432
|
readonly ux: {
|
|
433
433
|
readonly type: "ux";
|
|
434
|
-
readonly title: "UX";
|
|
434
|
+
readonly title: "UX Improvements";
|
|
435
435
|
readonly icon: "๐ง ";
|
|
436
436
|
readonly description: "User experience improvements";
|
|
437
437
|
readonly allowsBreakingChange: false;
|
|
@@ -441,7 +441,7 @@ declare const COMMIT_TYPES: {
|
|
|
441
441
|
};
|
|
442
442
|
readonly accessibility: {
|
|
443
443
|
readonly type: "accessibility";
|
|
444
|
-
readonly title: "Accessibility";
|
|
444
|
+
readonly title: "Accessibility Improvements";
|
|
445
445
|
readonly icon: "โฟ";
|
|
446
446
|
readonly description: "Accessibility improvements (a11y)";
|
|
447
447
|
readonly allowsBreakingChange: false;
|
|
@@ -451,7 +451,7 @@ declare const COMMIT_TYPES: {
|
|
|
451
451
|
};
|
|
452
452
|
readonly backend: {
|
|
453
453
|
readonly type: "backend";
|
|
454
|
-
readonly title: "Backend";
|
|
454
|
+
readonly title: "Backend Changes";
|
|
455
455
|
readonly icon: "๐ฅ๏ธ";
|
|
456
456
|
readonly description: "Backend logic changes";
|
|
457
457
|
readonly allowsBreakingChange: true;
|
|
@@ -461,7 +461,7 @@ declare const COMMIT_TYPES: {
|
|
|
461
461
|
};
|
|
462
462
|
readonly frontend: {
|
|
463
463
|
readonly type: "frontend";
|
|
464
|
-
readonly title: "Frontend";
|
|
464
|
+
readonly title: "Frontend Changes";
|
|
465
465
|
readonly icon: "๐";
|
|
466
466
|
readonly description: "Frontend logic changes";
|
|
467
467
|
readonly allowsBreakingChange: false;
|
|
@@ -491,7 +491,7 @@ declare const COMMIT_TYPES: {
|
|
|
491
491
|
};
|
|
492
492
|
readonly stability: {
|
|
493
493
|
readonly type: "stability";
|
|
494
|
-
readonly title: "Stability";
|
|
494
|
+
readonly title: "Stability Improvements";
|
|
495
495
|
readonly icon: "๐ก๏ธ";
|
|
496
496
|
readonly description: "Stability and reliability improvements";
|
|
497
497
|
readonly allowsBreakingChange: false;
|
|
@@ -501,7 +501,7 @@ declare const COMMIT_TYPES: {
|
|
|
501
501
|
};
|
|
502
502
|
readonly optimization: {
|
|
503
503
|
readonly type: "optimization";
|
|
504
|
-
readonly title: "Optimization";
|
|
504
|
+
readonly title: "Optimization Improvements";
|
|
505
505
|
readonly icon: "๐";
|
|
506
506
|
readonly description: "Code or runtime optimizations";
|
|
507
507
|
readonly allowsBreakingChange: false;
|
|
@@ -551,7 +551,7 @@ declare const COMMIT_TYPES: {
|
|
|
551
551
|
};
|
|
552
552
|
readonly migration: {
|
|
553
553
|
readonly type: "migration";
|
|
554
|
-
readonly title: "
|
|
554
|
+
readonly title: "Migrations";
|
|
555
555
|
readonly icon: "๐";
|
|
556
556
|
readonly description: "Migration-related changes";
|
|
557
557
|
readonly allowsBreakingChange: true;
|
|
@@ -561,7 +561,7 @@ declare const COMMIT_TYPES: {
|
|
|
561
561
|
};
|
|
562
562
|
readonly rollback: {
|
|
563
563
|
readonly type: "rollback";
|
|
564
|
-
readonly title: "
|
|
564
|
+
readonly title: "Rollbacks";
|
|
565
565
|
readonly icon: "โฉ๏ธ";
|
|
566
566
|
readonly description: "Rollback changes after a bad release";
|
|
567
567
|
readonly allowsBreakingChange: false;
|
package/dist/index.d.mts
CHANGED
|
@@ -131,7 +131,7 @@ declare const COMMIT_SCOPE_VALUES: CommitScope[];
|
|
|
131
131
|
declare const COMMIT_TYPES: {
|
|
132
132
|
readonly feat: {
|
|
133
133
|
readonly type: "feat";
|
|
134
|
-
readonly title: "
|
|
134
|
+
readonly title: "Features";
|
|
135
135
|
readonly icon: "โจ";
|
|
136
136
|
readonly description: "Introduce a new feature";
|
|
137
137
|
readonly allowsBreakingChange: true;
|
|
@@ -141,7 +141,7 @@ declare const COMMIT_TYPES: {
|
|
|
141
141
|
};
|
|
142
142
|
readonly fix: {
|
|
143
143
|
readonly type: "fix";
|
|
144
|
-
readonly title: "Bug
|
|
144
|
+
readonly title: "Bug Fixes";
|
|
145
145
|
readonly icon: "๐";
|
|
146
146
|
readonly description: "Fix a bug";
|
|
147
147
|
readonly allowsBreakingChange: true;
|
|
@@ -161,7 +161,7 @@ declare const COMMIT_TYPES: {
|
|
|
161
161
|
};
|
|
162
162
|
readonly style: {
|
|
163
163
|
readonly type: "style";
|
|
164
|
-
readonly title: "
|
|
164
|
+
readonly title: "Styling";
|
|
165
165
|
readonly icon: "๐จ";
|
|
166
166
|
readonly description: "Formatting or style changes that do not affect code behavior";
|
|
167
167
|
readonly allowsBreakingChange: false;
|
|
@@ -171,7 +171,7 @@ declare const COMMIT_TYPES: {
|
|
|
171
171
|
};
|
|
172
172
|
readonly refactor: {
|
|
173
173
|
readonly type: "refactor";
|
|
174
|
-
readonly title: "
|
|
174
|
+
readonly title: "Refactors";
|
|
175
175
|
readonly icon: "๐งน";
|
|
176
176
|
readonly description: "Code change that neither fixes a bug nor adds a feature";
|
|
177
177
|
readonly allowsBreakingChange: true;
|
|
@@ -181,7 +181,7 @@ declare const COMMIT_TYPES: {
|
|
|
181
181
|
};
|
|
182
182
|
readonly perf: {
|
|
183
183
|
readonly type: "perf";
|
|
184
|
-
readonly title: "Performance";
|
|
184
|
+
readonly title: "Performance Improvements";
|
|
185
185
|
readonly icon: "โก";
|
|
186
186
|
readonly description: "Improve performance";
|
|
187
187
|
readonly allowsBreakingChange: true;
|
|
@@ -201,7 +201,7 @@ declare const COMMIT_TYPES: {
|
|
|
201
201
|
};
|
|
202
202
|
readonly build: {
|
|
203
203
|
readonly type: "build";
|
|
204
|
-
readonly title: "Build";
|
|
204
|
+
readonly title: "Build System";
|
|
205
205
|
readonly icon: "๐๏ธ";
|
|
206
206
|
readonly description: "Changes affecting build system or dependencies";
|
|
207
207
|
readonly allowsBreakingChange: false;
|
|
@@ -211,7 +211,7 @@ declare const COMMIT_TYPES: {
|
|
|
211
211
|
};
|
|
212
212
|
readonly ci: {
|
|
213
213
|
readonly type: "ci";
|
|
214
|
-
readonly title: "
|
|
214
|
+
readonly title: "Continuous Integration";
|
|
215
215
|
readonly icon: "๐ค";
|
|
216
216
|
readonly description: "CI/CD related changes";
|
|
217
217
|
readonly allowsBreakingChange: false;
|
|
@@ -221,7 +221,7 @@ declare const COMMIT_TYPES: {
|
|
|
221
221
|
};
|
|
222
222
|
readonly chore: {
|
|
223
223
|
readonly type: "chore";
|
|
224
|
-
readonly title: "
|
|
224
|
+
readonly title: "Chores";
|
|
225
225
|
readonly icon: "๐ง";
|
|
226
226
|
readonly description: "Maintenance tasks";
|
|
227
227
|
readonly allowsBreakingChange: false;
|
|
@@ -231,7 +231,7 @@ declare const COMMIT_TYPES: {
|
|
|
231
231
|
};
|
|
232
232
|
readonly revert: {
|
|
233
233
|
readonly type: "revert";
|
|
234
|
-
readonly title: "
|
|
234
|
+
readonly title: "Reverts";
|
|
235
235
|
readonly icon: "โช";
|
|
236
236
|
readonly description: "Revert a previous commit";
|
|
237
237
|
readonly allowsBreakingChange: false;
|
|
@@ -241,7 +241,7 @@ declare const COMMIT_TYPES: {
|
|
|
241
241
|
};
|
|
242
242
|
readonly deps: {
|
|
243
243
|
readonly type: "deps";
|
|
244
|
-
readonly title: "
|
|
244
|
+
readonly title: "Dependency Updates";
|
|
245
245
|
readonly icon: "๐ฆ";
|
|
246
246
|
readonly description: "Update, add, or remove dependencies";
|
|
247
247
|
readonly allowsBreakingChange: false;
|
|
@@ -261,7 +261,7 @@ declare const COMMIT_TYPES: {
|
|
|
261
261
|
};
|
|
262
262
|
readonly security: {
|
|
263
263
|
readonly type: "security";
|
|
264
|
-
readonly title: "Security";
|
|
264
|
+
readonly title: "Security Fixes";
|
|
265
265
|
readonly icon: "๐";
|
|
266
266
|
readonly description: "Security fixes or vulnerability mitigation";
|
|
267
267
|
readonly allowsBreakingChange: true;
|
|
@@ -271,7 +271,7 @@ declare const COMMIT_TYPES: {
|
|
|
271
271
|
};
|
|
272
272
|
readonly types: {
|
|
273
273
|
readonly type: "types";
|
|
274
|
-
readonly title: "
|
|
274
|
+
readonly title: "Type Changes";
|
|
275
275
|
readonly icon: "๐";
|
|
276
276
|
readonly description: "Type definitions or TypeScript-related changes";
|
|
277
277
|
readonly allowsBreakingChange: false;
|
|
@@ -281,7 +281,7 @@ declare const COMMIT_TYPES: {
|
|
|
281
281
|
};
|
|
282
282
|
readonly lint: {
|
|
283
283
|
readonly type: "lint";
|
|
284
|
-
readonly title: "
|
|
284
|
+
readonly title: "Linting";
|
|
285
285
|
readonly icon: "๐งน";
|
|
286
286
|
readonly description: "Linting rules or fixes";
|
|
287
287
|
readonly allowsBreakingChange: false;
|
|
@@ -291,7 +291,7 @@ declare const COMMIT_TYPES: {
|
|
|
291
291
|
};
|
|
292
292
|
readonly format: {
|
|
293
293
|
readonly type: "format";
|
|
294
|
-
readonly title: "
|
|
294
|
+
readonly title: "Formatting";
|
|
295
295
|
readonly icon: "๐๏ธ";
|
|
296
296
|
readonly description: "Code formatting changes (prettier, etc.)";
|
|
297
297
|
readonly allowsBreakingChange: false;
|
|
@@ -301,7 +301,7 @@ declare const COMMIT_TYPES: {
|
|
|
301
301
|
};
|
|
302
302
|
readonly release: {
|
|
303
303
|
readonly type: "release";
|
|
304
|
-
readonly title: "Release";
|
|
304
|
+
readonly title: "Release Process";
|
|
305
305
|
readonly icon: "๐ท๏ธ";
|
|
306
306
|
readonly description: "Release-related changes (versioning, tags, changelog)";
|
|
307
307
|
readonly allowsBreakingChange: false;
|
|
@@ -311,7 +311,7 @@ declare const COMMIT_TYPES: {
|
|
|
311
311
|
};
|
|
312
312
|
readonly meta: {
|
|
313
313
|
readonly type: "meta";
|
|
314
|
-
readonly title: "Meta";
|
|
314
|
+
readonly title: "Repository Meta";
|
|
315
315
|
readonly icon: "๐งฉ";
|
|
316
316
|
readonly description: "Repository metadata (README, templates, tooling)";
|
|
317
317
|
readonly allowsBreakingChange: false;
|
|
@@ -331,7 +331,7 @@ declare const COMMIT_TYPES: {
|
|
|
331
331
|
};
|
|
332
332
|
readonly hotfix: {
|
|
333
333
|
readonly type: "hotfix";
|
|
334
|
-
readonly title: "
|
|
334
|
+
readonly title: "Hotfixes";
|
|
335
335
|
readonly icon: "๐";
|
|
336
336
|
readonly description: "Critical production fix applied quickly";
|
|
337
337
|
readonly allowsBreakingChange: true;
|
|
@@ -341,7 +341,7 @@ declare const COMMIT_TYPES: {
|
|
|
341
341
|
};
|
|
342
342
|
readonly version: {
|
|
343
343
|
readonly type: "version";
|
|
344
|
-
readonly title: "
|
|
344
|
+
readonly title: "Versioning";
|
|
345
345
|
readonly icon: "๐ข";
|
|
346
346
|
readonly description: "Version bumps without code changes";
|
|
347
347
|
readonly allowsBreakingChange: false;
|
|
@@ -351,7 +351,7 @@ declare const COMMIT_TYPES: {
|
|
|
351
351
|
};
|
|
352
352
|
readonly workflow: {
|
|
353
353
|
readonly type: "workflow";
|
|
354
|
-
readonly title: "
|
|
354
|
+
readonly title: "Workflows";
|
|
355
355
|
readonly icon: "๐";
|
|
356
356
|
readonly description: "Workflow-related changes (GitHub Actions, hooks)";
|
|
357
357
|
readonly allowsBreakingChange: false;
|
|
@@ -361,7 +361,7 @@ declare const COMMIT_TYPES: {
|
|
|
361
361
|
};
|
|
362
362
|
readonly package: {
|
|
363
363
|
readonly type: "package";
|
|
364
|
-
readonly title: "Package";
|
|
364
|
+
readonly title: "Package Changes";
|
|
365
365
|
readonly icon: "๐ฆ";
|
|
366
366
|
readonly description: "Package-level changes in a monorepo";
|
|
367
367
|
readonly allowsBreakingChange: false;
|
|
@@ -371,7 +371,7 @@ declare const COMMIT_TYPES: {
|
|
|
371
371
|
};
|
|
372
372
|
readonly workspace: {
|
|
373
373
|
readonly type: "workspace";
|
|
374
|
-
readonly title: "Workspace";
|
|
374
|
+
readonly title: "Workspace Changes";
|
|
375
375
|
readonly icon: "๐งฑ";
|
|
376
376
|
readonly description: "Workspace or monorepo configuration changes";
|
|
377
377
|
readonly allowsBreakingChange: false;
|
|
@@ -381,7 +381,7 @@ declare const COMMIT_TYPES: {
|
|
|
381
381
|
};
|
|
382
382
|
readonly api: {
|
|
383
383
|
readonly type: "api";
|
|
384
|
-
readonly title: "API";
|
|
384
|
+
readonly title: "API Changes";
|
|
385
385
|
readonly icon: "๐";
|
|
386
386
|
readonly description: "API surface or contract changes";
|
|
387
387
|
readonly allowsBreakingChange: true;
|
|
@@ -391,7 +391,7 @@ declare const COMMIT_TYPES: {
|
|
|
391
391
|
};
|
|
392
392
|
readonly 'BREAKING CHANGE': {
|
|
393
393
|
readonly type: "BREAKING CHANGE";
|
|
394
|
-
readonly title: "Breaking
|
|
394
|
+
readonly title: "Breaking Changes";
|
|
395
395
|
readonly icon: "๐ฅ";
|
|
396
396
|
readonly description: "An explicit breaking change as defined by the Conventional Commits specification";
|
|
397
397
|
readonly allowsBreakingChange: true;
|
|
@@ -401,7 +401,7 @@ declare const COMMIT_TYPES: {
|
|
|
401
401
|
};
|
|
402
402
|
readonly db: {
|
|
403
403
|
readonly type: "db";
|
|
404
|
-
readonly title: "Database";
|
|
404
|
+
readonly title: "Database Changes";
|
|
405
405
|
readonly icon: "๐๏ธ";
|
|
406
406
|
readonly description: "Database schema, migrations, or queries";
|
|
407
407
|
readonly allowsBreakingChange: true;
|
|
@@ -411,7 +411,7 @@ declare const COMMIT_TYPES: {
|
|
|
411
411
|
};
|
|
412
412
|
readonly data: {
|
|
413
413
|
readonly type: "data";
|
|
414
|
-
readonly title: "Data";
|
|
414
|
+
readonly title: "Data Changes";
|
|
415
415
|
readonly icon: "๐";
|
|
416
416
|
readonly description: "Data fixes, seeds, or transformations";
|
|
417
417
|
readonly allowsBreakingChange: false;
|
|
@@ -421,7 +421,7 @@ declare const COMMIT_TYPES: {
|
|
|
421
421
|
};
|
|
422
422
|
readonly ui: {
|
|
423
423
|
readonly type: "ui";
|
|
424
|
-
readonly title: "UI";
|
|
424
|
+
readonly title: "UI Changes";
|
|
425
425
|
readonly icon: "๐จ";
|
|
426
426
|
readonly description: "UI-related changes";
|
|
427
427
|
readonly allowsBreakingChange: false;
|
|
@@ -431,7 +431,7 @@ declare const COMMIT_TYPES: {
|
|
|
431
431
|
};
|
|
432
432
|
readonly ux: {
|
|
433
433
|
readonly type: "ux";
|
|
434
|
-
readonly title: "UX";
|
|
434
|
+
readonly title: "UX Improvements";
|
|
435
435
|
readonly icon: "๐ง ";
|
|
436
436
|
readonly description: "User experience improvements";
|
|
437
437
|
readonly allowsBreakingChange: false;
|
|
@@ -441,7 +441,7 @@ declare const COMMIT_TYPES: {
|
|
|
441
441
|
};
|
|
442
442
|
readonly accessibility: {
|
|
443
443
|
readonly type: "accessibility";
|
|
444
|
-
readonly title: "Accessibility";
|
|
444
|
+
readonly title: "Accessibility Improvements";
|
|
445
445
|
readonly icon: "โฟ";
|
|
446
446
|
readonly description: "Accessibility improvements (a11y)";
|
|
447
447
|
readonly allowsBreakingChange: false;
|
|
@@ -451,7 +451,7 @@ declare const COMMIT_TYPES: {
|
|
|
451
451
|
};
|
|
452
452
|
readonly backend: {
|
|
453
453
|
readonly type: "backend";
|
|
454
|
-
readonly title: "Backend";
|
|
454
|
+
readonly title: "Backend Changes";
|
|
455
455
|
readonly icon: "๐ฅ๏ธ";
|
|
456
456
|
readonly description: "Backend logic changes";
|
|
457
457
|
readonly allowsBreakingChange: true;
|
|
@@ -461,7 +461,7 @@ declare const COMMIT_TYPES: {
|
|
|
461
461
|
};
|
|
462
462
|
readonly frontend: {
|
|
463
463
|
readonly type: "frontend";
|
|
464
|
-
readonly title: "Frontend";
|
|
464
|
+
readonly title: "Frontend Changes";
|
|
465
465
|
readonly icon: "๐";
|
|
466
466
|
readonly description: "Frontend logic changes";
|
|
467
467
|
readonly allowsBreakingChange: false;
|
|
@@ -491,7 +491,7 @@ declare const COMMIT_TYPES: {
|
|
|
491
491
|
};
|
|
492
492
|
readonly stability: {
|
|
493
493
|
readonly type: "stability";
|
|
494
|
-
readonly title: "Stability";
|
|
494
|
+
readonly title: "Stability Improvements";
|
|
495
495
|
readonly icon: "๐ก๏ธ";
|
|
496
496
|
readonly description: "Stability and reliability improvements";
|
|
497
497
|
readonly allowsBreakingChange: false;
|
|
@@ -501,7 +501,7 @@ declare const COMMIT_TYPES: {
|
|
|
501
501
|
};
|
|
502
502
|
readonly optimization: {
|
|
503
503
|
readonly type: "optimization";
|
|
504
|
-
readonly title: "Optimization";
|
|
504
|
+
readonly title: "Optimization Improvements";
|
|
505
505
|
readonly icon: "๐";
|
|
506
506
|
readonly description: "Code or runtime optimizations";
|
|
507
507
|
readonly allowsBreakingChange: false;
|
|
@@ -551,7 +551,7 @@ declare const COMMIT_TYPES: {
|
|
|
551
551
|
};
|
|
552
552
|
readonly migration: {
|
|
553
553
|
readonly type: "migration";
|
|
554
|
-
readonly title: "
|
|
554
|
+
readonly title: "Migrations";
|
|
555
555
|
readonly icon: "๐";
|
|
556
556
|
readonly description: "Migration-related changes";
|
|
557
557
|
readonly allowsBreakingChange: true;
|
|
@@ -561,7 +561,7 @@ declare const COMMIT_TYPES: {
|
|
|
561
561
|
};
|
|
562
562
|
readonly rollback: {
|
|
563
563
|
readonly type: "rollback";
|
|
564
|
-
readonly title: "
|
|
564
|
+
readonly title: "Rollbacks";
|
|
565
565
|
readonly icon: "โฉ๏ธ";
|
|
566
566
|
readonly description: "Rollback changes after a bad release";
|
|
567
567
|
readonly allowsBreakingChange: false;
|
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const e={accessibility:`Accessibility improvements (a11y)`,ansible:`Ansible playbooks and automation`,api:`API implementation or contracts`,assets:`Static assets like images, fonts, media`,auth:`Authentication and authorization logic`,aws:`AWS-related configuration or services`,azure:`Azure-related configuration or services`,babel:`Babel configuration or transforms`,backend:`Backend services and server-side logic`,build:`Build system configuration`,"build-scripts":`Scripts related to building the project`,cache:`Caching mechanisms and logic`,cd:`Continuous deployment setup`,changelog:`Changelog generation and updates`,chore:`General maintenance tasks`,ci:`Continuous integration setup`,"ci-config":`CI configuration files`,"ci-tests":`Tests executed in CI pipelines`,cli:`Command-line interface`,client:`Client-side logic`,compliance:`Compliance, audits, or policy-related changes`,components:`Reusable components`,config:`Configuration files and settings`,contrib:`Community or contributor-related changes`,core:`Core application or library logic`,css:`CSS and styling changes`,db:`Database-related changes`,demo:`Demo or example implementations`,deploy:`Deployment configuration and scripts`,deps:`Production dependencies`,"deps-dev":`Development dependencies`,desktop:`Desktop application logic`,devops:`DevOps tooling and processes`,docker:`Dockerfiles and container configuration`,docs:`General documentation`,dotfiles:`Dotfiles and editor configuration`,e2e:`End-to-end tests`,eslint:`ESLint configuration and rules`,examples:`Example code and samples`,fixtures:`Test fixtures and sample data`,format:`Code formatting changes`,frontend:`Frontend application logic`,gcp:`Google Cloud Platform related changes`,helm:`Helm charts and Kubernetes packaging`,i18n:`Internationalization`,images:`Image assets`,infra:`Infrastructure configuration`,integration:`Integration-related logic`,jest:`Jest configuration or tests`,k8s:`Kubernetes resources`,l10n:`Localization and translations`,layout:`Layout-related UI changes`,lib:`Shared libraries`,lint:`Linting rules and fixes`,logging:`Logging-related changes`,metrics:`Metrics and monitoring data`,mobile:`Mobile application logic`,mocha:`Mocha configuration or tests`,mocks:`Mock data and utilities`,monorepo:`Monorepo configuration`,observability:`Observability tooling (logs, metrics, traces)`,ops:`Operational tooling and scripts`,orm:`ORM configuration or models`,packages:`Multiple or shared packages`,parcel:`Parcel bundler configuration`,perf:`Performance improvements`,permissions:`Permission and access control logic`,pkg:`Package-related changes`,prettier:`Prettier configuration`,profiling:`Profiling and performance analysis`,readme:`README documentation`,release:`Release preparation and metadata`,responsive:`Responsive design changes`,rollup:`Rollup bundler configuration`,scripts:`Automation and helper scripts`,sdk:`SDK implementation or changes`,security:`Security-related fixes or improvements`,server:`Server-side logic`,storage:`Storage systems and data persistence`,storybook:`Storybook configuration and stories`,styles:`Styling and theming`,terraform:`Terraform infrastructure code`,test:`General testing changes`,theme:`UI themes`,tsc:`TypeScript compiler configuration`,tutorials:`Tutorial content`,ui:`User interface changes`,unit:`Unit tests`,ux:`User experience improvements`,vite:`Vite tooling and configuration`,web:`Web-related functionality`,webpack:`Webpack configuration`,workspace:`Workspace or monorepo configuration`},t=Object.keys(e),n={feat:{type:`feat`,title:`Feature`,icon:`โจ`,description:`Introduce a new feature`,allowsBreakingChange:!0,defaultReleaseType:`minor`,isReleaseRelevant:!0,deprecated:!1},fix:{type:`fix`,title:`Bug Fix`,icon:`๐`,description:`Fix a bug`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},docs:{type:`docs`,title:`Documentation`,icon:`๐`,description:`Documentation only changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},style:{type:`style`,title:`Style`,icon:`๐จ`,description:`Formatting or style changes that do not affect code behavior`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},refactor:{type:`refactor`,title:`Refactor`,icon:`๐งน`,description:`Code change that neither fixes a bug nor adds a feature`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},perf:{type:`perf`,title:`Performance`,icon:`โก`,description:`Improve performance`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},test:{type:`test`,title:`Tests`,icon:`๐งช`,description:`Add or update tests`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},build:{type:`build`,title:`Build`,icon:`๐๏ธ`,description:`Changes affecting build system or dependencies`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ci:{type:`ci`,title:`CI`,icon:`๐ค`,description:`CI/CD related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},chore:{type:`chore`,title:`Chore`,icon:`๐ง`,description:`Maintenance tasks`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},revert:{type:`revert`,title:`Revert`,icon:`โช`,description:`Revert a previous commit`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},deps:{type:`deps`,title:`Dependencies`,icon:`๐ฆ`,description:`Update, add, or remove dependencies`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},config:{type:`config`,title:`Configuration`,icon:`โ๏ธ`,description:`Configuration changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},security:{type:`security`,title:`Security`,icon:`๐`,description:`Security fixes or vulnerability mitigation`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},types:{type:`types`,title:`Types`,icon:`๐`,description:`Type definitions or TypeScript-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},lint:{type:`lint`,title:`Lint`,icon:`๐งน`,description:`Linting rules or fixes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},format:{type:`format`,title:`Format`,icon:`๐๏ธ`,description:`Code formatting changes (prettier, etc.)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},release:{type:`release`,title:`Release`,icon:`๐ท๏ธ`,description:`Release-related changes (versioning, tags, changelog)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},meta:{type:`meta`,title:`Meta`,icon:`๐งฉ`,description:`Repository metadata (README, templates, tooling)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},infra:{type:`infra`,title:`Infrastructure`,icon:`๐ญ`,description:`Infrastructure or environment-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},hotfix:{type:`hotfix`,title:`Hotfix`,icon:`๐`,description:`Critical production fix applied quickly`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},version:{type:`version`,title:`Version`,icon:`๐ข`,description:`Version bumps without code changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},workflow:{type:`workflow`,title:`Workflow`,icon:`๐`,description:`Workflow-related changes (GitHub Actions, hooks)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},package:{type:`package`,title:`Package`,icon:`๐ฆ`,description:`Package-level changes in a monorepo`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},workspace:{type:`workspace`,title:`Workspace`,icon:`๐งฑ`,description:`Workspace or monorepo configuration changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},api:{type:`api`,title:`API`,icon:`๐`,description:`API surface or contract changes`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},"BREAKING CHANGE":{type:`BREAKING CHANGE`,title:`Breaking Change`,icon:`๐ฅ`,description:`An explicit breaking change as defined by the Conventional Commits specification`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},db:{type:`db`,title:`Database`,icon:`๐๏ธ`,description:`Database schema, migrations, or queries`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},data:{type:`data`,title:`Data`,icon:`๐`,description:`Data fixes, seeds, or transformations`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ui:{type:`ui`,title:`UI`,icon:`๐จ`,description:`UI-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ux:{type:`ux`,title:`UX`,icon:`๐ง `,description:`User experience improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},accessibility:{type:`accessibility`,title:`Accessibility`,icon:`โฟ`,description:`Accessibility improvements (a11y)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},backend:{type:`backend`,title:`Backend`,icon:`๐ฅ๏ธ`,description:`Backend logic changes`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},frontend:{type:`frontend`,title:`Frontend`,icon:`๐`,description:`Frontend logic changes`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},logging:{type:`logging`,title:`Logging`,icon:`๐`,description:`Logging changes or improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},monitoring:{type:`monitoring`,title:`Monitoring`,icon:`๐ก`,description:`Monitoring, metrics, or tracing`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},stability:{type:`stability`,title:`Stability`,icon:`๐ก๏ธ`,description:`Stability and reliability improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},optimization:{type:`optimization`,title:`Optimization`,icon:`๐`,description:`Code or runtime optimizations`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},dx:{type:`dx`,title:`Developer Experience`,icon:`๐งโ๐ป`,description:`Developer experience improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},tooling:{type:`tooling`,title:`Tooling`,icon:`๐ ๏ธ`,description:`Developer tools or internal utilities`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},scripts:{type:`scripts`,title:`Scripts`,icon:`๐`,description:`Automation or helper script changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},cleanup:{type:`cleanup`,title:`Cleanup`,icon:`๐งฝ`,description:`Code cleanup without behavior changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},migration:{type:`migration`,title:`Migration`,icon:`๐`,description:`Migration-related changes`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},rollback:{type:`rollback`,title:`Rollback`,icon:`โฉ๏ธ`,description:`Rollback changes after a bad release`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1}},r=Object.keys(n),i=`abcdefghijklmnopqrstuvwxyz`,a=`ABCDEFGHIJKLMNOPQRSTUVWXYZ`,o=`0123456789`,s=i+a+o,c=[`GET`,`POST`,`PUT`,`PATCH`,`DELETE`,`HEAD`,`OPTIONS`,`CONNECT`,`TRACE`],l={CONTINUE:100,SWITCHING_PROTOCOLS:101,PROCESSING:102,EARLY_HINTS:103,OK:200,CREATED:201,ACCEPTED:202,NON_AUTHORITATIVE_INFORMATION:203,NO_CONTENT:204,RESET_CONTENT:205,PARTIAL_CONTENT:206,MULTI_STATUS:207,ALREADY_REPORTED:208,IM_USED:226,MULTIPLE_CHOICES:300,MOVED_PERMANENTLY:301,FOUND:302,SEE_OTHER:303,NOT_MODIFIED:304,USE_PROXY:305,TEMPORARY_REDIRECT:307,PERMANENT_REDIRECT:308,BAD_REQUEST:400,UNAUTHORIZED:401,PAYMENT_REQUIRED:402,FORBIDDEN:403,NOT_FOUND:404,METHOD_NOT_ALLOWED:405,NOT_ACCEPTABLE:406,PROXY_AUTH_REQUIRED:407,REQUEST_TIMEOUT:408,CONFLICT:409,GONE:410,LENGTH_REQUIRED:411,PRECONDITION_FAILED:412,PAYLOAD_TOO_LARGE:413,URI_TOO_LONG:414,UNSUPPORTED_MEDIA_TYPE:415,RANGE_NOT_SATISFIABLE:416,EXPECTATION_FAILED:417,IM_A_TEAPOT:418,MISDIRECTED_REQUEST:421,UNPROCESSABLE_ENTITY:422,LOCKED:423,FAILED_DEPENDENCY:424,TOO_EARLY:425,UPGRADE_REQUIRED:426,PRECONDITION_REQUIRED:428,TOO_MANY_REQUESTS:429,REQUEST_HEADER_FIELDS_TOO_LARGE:431,UNAVAILABLE_FOR_LEGAL_REASONS:451,INTERNAL_SERVER_ERROR:500,NOT_IMPLEMENTED:501,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504,HTTP_VERSION_NOT_SUPPORTED:505,VARIANT_ALSO_NEGOTIATES:506,INSUFFICIENT_STORAGE:507,LOOP_DETECTED:508,BANDWIDTH_LIMIT_EXCEEDED:509,NOT_EXTENDED:510,NETWORK_AUTHENTICATION_REQUIRED:511},u=Math.PI,d=Math.PI*2,f=Math.E,p=Math.SQRT2,m=Math.SQRT1_2,h=Math.LN2,g=Math.LN10,_=Math.LOG2E,v=Math.LOG10E,y=2**53-1,b=-(2**53-1),x=Number.MAX_VALUE,S=Number.MIN_VALUE,C=2**-52,w=1/0,T=-1/0,E=10,D=299792458,O=9.80665,k=662607015e-42,A=8.314462618,j=`
|
|
1
|
+
const e={accessibility:`Accessibility improvements (a11y)`,ansible:`Ansible playbooks and automation`,api:`API implementation or contracts`,assets:`Static assets like images, fonts, media`,auth:`Authentication and authorization logic`,aws:`AWS-related configuration or services`,azure:`Azure-related configuration or services`,babel:`Babel configuration or transforms`,backend:`Backend services and server-side logic`,build:`Build system configuration`,"build-scripts":`Scripts related to building the project`,cache:`Caching mechanisms and logic`,cd:`Continuous deployment setup`,changelog:`Changelog generation and updates`,chore:`General maintenance tasks`,ci:`Continuous integration setup`,"ci-config":`CI configuration files`,"ci-tests":`Tests executed in CI pipelines`,cli:`Command-line interface`,client:`Client-side logic`,compliance:`Compliance, audits, or policy-related changes`,components:`Reusable components`,config:`Configuration files and settings`,contrib:`Community or contributor-related changes`,core:`Core application or library logic`,css:`CSS and styling changes`,db:`Database-related changes`,demo:`Demo or example implementations`,deploy:`Deployment configuration and scripts`,deps:`Production dependencies`,"deps-dev":`Development dependencies`,desktop:`Desktop application logic`,devops:`DevOps tooling and processes`,docker:`Dockerfiles and container configuration`,docs:`General documentation`,dotfiles:`Dotfiles and editor configuration`,e2e:`End-to-end tests`,eslint:`ESLint configuration and rules`,examples:`Example code and samples`,fixtures:`Test fixtures and sample data`,format:`Code formatting changes`,frontend:`Frontend application logic`,gcp:`Google Cloud Platform related changes`,helm:`Helm charts and Kubernetes packaging`,i18n:`Internationalization`,images:`Image assets`,infra:`Infrastructure configuration`,integration:`Integration-related logic`,jest:`Jest configuration or tests`,k8s:`Kubernetes resources`,l10n:`Localization and translations`,layout:`Layout-related UI changes`,lib:`Shared libraries`,lint:`Linting rules and fixes`,logging:`Logging-related changes`,metrics:`Metrics and monitoring data`,mobile:`Mobile application logic`,mocha:`Mocha configuration or tests`,mocks:`Mock data and utilities`,monorepo:`Monorepo configuration`,observability:`Observability tooling (logs, metrics, traces)`,ops:`Operational tooling and scripts`,orm:`ORM configuration or models`,packages:`Multiple or shared packages`,parcel:`Parcel bundler configuration`,perf:`Performance improvements`,permissions:`Permission and access control logic`,pkg:`Package-related changes`,prettier:`Prettier configuration`,profiling:`Profiling and performance analysis`,readme:`README documentation`,release:`Release preparation and metadata`,responsive:`Responsive design changes`,rollup:`Rollup bundler configuration`,scripts:`Automation and helper scripts`,sdk:`SDK implementation or changes`,security:`Security-related fixes or improvements`,server:`Server-side logic`,storage:`Storage systems and data persistence`,storybook:`Storybook configuration and stories`,styles:`Styling and theming`,terraform:`Terraform infrastructure code`,test:`General testing changes`,theme:`UI themes`,tsc:`TypeScript compiler configuration`,tutorials:`Tutorial content`,ui:`User interface changes`,unit:`Unit tests`,ux:`User experience improvements`,vite:`Vite tooling and configuration`,web:`Web-related functionality`,webpack:`Webpack configuration`,workspace:`Workspace or monorepo configuration`},t=Object.keys(e),n={feat:{type:`feat`,title:`Features`,icon:`โจ`,description:`Introduce a new feature`,allowsBreakingChange:!0,defaultReleaseType:`minor`,isReleaseRelevant:!0,deprecated:!1},fix:{type:`fix`,title:`Bug Fixes`,icon:`๐`,description:`Fix a bug`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},docs:{type:`docs`,title:`Documentation`,icon:`๐`,description:`Documentation only changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},style:{type:`style`,title:`Styling`,icon:`๐จ`,description:`Formatting or style changes that do not affect code behavior`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},refactor:{type:`refactor`,title:`Refactors`,icon:`๐งน`,description:`Code change that neither fixes a bug nor adds a feature`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},perf:{type:`perf`,title:`Performance Improvements`,icon:`โก`,description:`Improve performance`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},test:{type:`test`,title:`Tests`,icon:`๐งช`,description:`Add or update tests`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},build:{type:`build`,title:`Build System`,icon:`๐๏ธ`,description:`Changes affecting build system or dependencies`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ci:{type:`ci`,title:`Continuous Integration`,icon:`๐ค`,description:`CI/CD related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},chore:{type:`chore`,title:`Chores`,icon:`๐ง`,description:`Maintenance tasks`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},revert:{type:`revert`,title:`Reverts`,icon:`โช`,description:`Revert a previous commit`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},deps:{type:`deps`,title:`Dependency Updates`,icon:`๐ฆ`,description:`Update, add, or remove dependencies`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},config:{type:`config`,title:`Configuration`,icon:`โ๏ธ`,description:`Configuration changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},security:{type:`security`,title:`Security Fixes`,icon:`๐`,description:`Security fixes or vulnerability mitigation`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},types:{type:`types`,title:`Type Changes`,icon:`๐`,description:`Type definitions or TypeScript-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},lint:{type:`lint`,title:`Linting`,icon:`๐งน`,description:`Linting rules or fixes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},format:{type:`format`,title:`Formatting`,icon:`๐๏ธ`,description:`Code formatting changes (prettier, etc.)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},release:{type:`release`,title:`Release Process`,icon:`๐ท๏ธ`,description:`Release-related changes (versioning, tags, changelog)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},meta:{type:`meta`,title:`Repository Meta`,icon:`๐งฉ`,description:`Repository metadata (README, templates, tooling)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},infra:{type:`infra`,title:`Infrastructure`,icon:`๐ญ`,description:`Infrastructure or environment-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},hotfix:{type:`hotfix`,title:`Hotfixes`,icon:`๐`,description:`Critical production fix applied quickly`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},version:{type:`version`,title:`Versioning`,icon:`๐ข`,description:`Version bumps without code changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},workflow:{type:`workflow`,title:`Workflows`,icon:`๐`,description:`Workflow-related changes (GitHub Actions, hooks)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},package:{type:`package`,title:`Package Changes`,icon:`๐ฆ`,description:`Package-level changes in a monorepo`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},workspace:{type:`workspace`,title:`Workspace Changes`,icon:`๐งฑ`,description:`Workspace or monorepo configuration changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},api:{type:`api`,title:`API Changes`,icon:`๐`,description:`API surface or contract changes`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},"BREAKING CHANGE":{type:`BREAKING CHANGE`,title:`Breaking Changes`,icon:`๐ฅ`,description:`An explicit breaking change as defined by the Conventional Commits specification`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},db:{type:`db`,title:`Database Changes`,icon:`๐๏ธ`,description:`Database schema, migrations, or queries`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},data:{type:`data`,title:`Data Changes`,icon:`๐`,description:`Data fixes, seeds, or transformations`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ui:{type:`ui`,title:`UI Changes`,icon:`๐จ`,description:`UI-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ux:{type:`ux`,title:`UX Improvements`,icon:`๐ง `,description:`User experience improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},accessibility:{type:`accessibility`,title:`Accessibility Improvements`,icon:`โฟ`,description:`Accessibility improvements (a11y)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},backend:{type:`backend`,title:`Backend Changes`,icon:`๐ฅ๏ธ`,description:`Backend logic changes`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},frontend:{type:`frontend`,title:`Frontend Changes`,icon:`๐`,description:`Frontend logic changes`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},logging:{type:`logging`,title:`Logging`,icon:`๐`,description:`Logging changes or improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},monitoring:{type:`monitoring`,title:`Monitoring`,icon:`๐ก`,description:`Monitoring, metrics, or tracing`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},stability:{type:`stability`,title:`Stability Improvements`,icon:`๐ก๏ธ`,description:`Stability and reliability improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},optimization:{type:`optimization`,title:`Optimization Improvements`,icon:`๐`,description:`Code or runtime optimizations`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},dx:{type:`dx`,title:`Developer Experience`,icon:`๐งโ๐ป`,description:`Developer experience improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},tooling:{type:`tooling`,title:`Tooling`,icon:`๐ ๏ธ`,description:`Developer tools or internal utilities`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},scripts:{type:`scripts`,title:`Scripts`,icon:`๐`,description:`Automation or helper script changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},cleanup:{type:`cleanup`,title:`Cleanup`,icon:`๐งฝ`,description:`Code cleanup without behavior changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},migration:{type:`migration`,title:`Migrations`,icon:`๐`,description:`Migration-related changes`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},rollback:{type:`rollback`,title:`Rollbacks`,icon:`โฉ๏ธ`,description:`Rollback changes after a bad release`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1}},r=Object.keys(n),i=`abcdefghijklmnopqrstuvwxyz`,a=`ABCDEFGHIJKLMNOPQRSTUVWXYZ`,o=`0123456789`,s=i+a+o,c=[`GET`,`POST`,`PUT`,`PATCH`,`DELETE`,`HEAD`,`OPTIONS`,`CONNECT`,`TRACE`],l={CONTINUE:100,SWITCHING_PROTOCOLS:101,PROCESSING:102,EARLY_HINTS:103,OK:200,CREATED:201,ACCEPTED:202,NON_AUTHORITATIVE_INFORMATION:203,NO_CONTENT:204,RESET_CONTENT:205,PARTIAL_CONTENT:206,MULTI_STATUS:207,ALREADY_REPORTED:208,IM_USED:226,MULTIPLE_CHOICES:300,MOVED_PERMANENTLY:301,FOUND:302,SEE_OTHER:303,NOT_MODIFIED:304,USE_PROXY:305,TEMPORARY_REDIRECT:307,PERMANENT_REDIRECT:308,BAD_REQUEST:400,UNAUTHORIZED:401,PAYMENT_REQUIRED:402,FORBIDDEN:403,NOT_FOUND:404,METHOD_NOT_ALLOWED:405,NOT_ACCEPTABLE:406,PROXY_AUTH_REQUIRED:407,REQUEST_TIMEOUT:408,CONFLICT:409,GONE:410,LENGTH_REQUIRED:411,PRECONDITION_FAILED:412,PAYLOAD_TOO_LARGE:413,URI_TOO_LONG:414,UNSUPPORTED_MEDIA_TYPE:415,RANGE_NOT_SATISFIABLE:416,EXPECTATION_FAILED:417,IM_A_TEAPOT:418,MISDIRECTED_REQUEST:421,UNPROCESSABLE_ENTITY:422,LOCKED:423,FAILED_DEPENDENCY:424,TOO_EARLY:425,UPGRADE_REQUIRED:426,PRECONDITION_REQUIRED:428,TOO_MANY_REQUESTS:429,REQUEST_HEADER_FIELDS_TOO_LARGE:431,UNAVAILABLE_FOR_LEGAL_REASONS:451,INTERNAL_SERVER_ERROR:500,NOT_IMPLEMENTED:501,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504,HTTP_VERSION_NOT_SUPPORTED:505,VARIANT_ALSO_NEGOTIATES:506,INSUFFICIENT_STORAGE:507,LOOP_DETECTED:508,BANDWIDTH_LIMIT_EXCEEDED:509,NOT_EXTENDED:510,NETWORK_AUTHENTICATION_REQUIRED:511},u=Math.PI,d=Math.PI*2,f=Math.E,p=Math.SQRT2,m=Math.SQRT1_2,h=Math.LN2,g=Math.LN10,_=Math.LOG2E,v=Math.LOG10E,y=2**53-1,b=-(2**53-1),x=Number.MAX_VALUE,S=Number.MIN_VALUE,C=2**-52,w=1/0,T=-1/0,E=10,D=299792458,O=9.80665,k=662607015e-42,A=8.314462618,j=`
|
|
2
2
|
`,M=` `,N=` `,P=``,F=1e3,I=60*F,L=60*I,R=24*L,z=7*R,B=30.4375*R,V=365.25*R,H=1e3,U=100,W=10,G=1e3,K=1e3,q=u/180,J=180/u;export{s as ALPHANUMERIC,W as CM_TO_MM,e as COMMIT_SCOPES,t as COMMIT_SCOPE_VALUES,n as COMMIT_TYPES,r as COMMIT_TYPE_VALUES,R as DAY,E as DEFAULT_RADIX,q as DEG_TO_RAD,o as DIGITS,f as E,P as EMPTY_STRING,C as EPSILON,A as GAS,O as GRAVITY,L as HOUR,c as HTTP_METHODS,l as HTTP_STATUS,G as KG_TO_G,H as KM_TO_M,g as LN_10,h as LN_2,v as LOG10_E,_ as LOG2_E,i as LOWERCASE_ALPHABET,y as MAX_SAFE_INT,x as MAX_VALUE,I as MINUTE,b as MIN_SAFE_INT,S as MIN_VALUE,B as MONTH_AVG,U as M_TO_CM,T as NEGATIVE_INFINITY,j as NEW_LINE,u as PI,k as PLANCK,w as POSITIVE_INFINITY,J as RAD_TO_DEG,F as SECOND,N as SPACE,D as SPEED_OF_LIGHT,m as SQRT_1_2,p as SQRT_2,M as TAB,d as TAU,K as TON_TO_KG,a as UPPERCASE_ALPHABET,z as WEEK,V as YEAR};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@js-utils-kit/constants",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Commonly used constants utilities",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"types": "./dist/index.d.cts",
|
|
31
31
|
"exports": {
|
|
32
32
|
".": {
|
|
33
|
-
"
|
|
34
|
-
"
|
|
33
|
+
"import": "./dist/index.mjs",
|
|
34
|
+
"require": "./dist/index.cjs"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|