Skip to content

Commit

Permalink
fix(unique-identifier): Fixes for the plugin system errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Jan 21, 2024
1 parent e468b55 commit e256acb
Show file tree
Hide file tree
Showing 39 changed files with 2,780 additions and 2,579 deletions.
595 changes: 301 additions & 294 deletions .vscode/settings.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@

[![github](https://img.shields.io/github/package-json/v/storm-software/storm-stack?style=for-the-badge&color=1fb2a6)](https://github.com/storm-software/storm-stack) [![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/) [![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/) ![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6) ![documented with docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6) ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-stack/build-release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)

<h3 align="center" bold="true">⚠️ <b>Attention</b> ⚠️ This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.</h3><br />
> [!IMPORTANT]
> This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
<br />

<!--#if GitHubActions-->

Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": ["@storm-software/linting-tools/biome/biome.json"]
"extends": ["./node_modules/@storm-software/linting-tools/biome/biome.json"]
}
6 changes: 4 additions & 2 deletions docs/api-reports/frontend/components/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts

// @public (undocumented)
export type Conf = typeof config;

// @public (undocumented)
const config: any;
export { config };
export { config as default_alias };
export { config }
export { config as default_alias }

// (No @packageDocumentation comment for this package)

```
4 changes: 2 additions & 2 deletions docs/api-reports/frontend/components/documents-model.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"text": ";"
}
],
"fileUrlPath": "frontend/components/src/global.ts",
"fileUrlPath": "tmp/.tsup/declaration/frontend/components/src/global.d.ts",
"releaseTag": "Public",
"name": "Conf",
"typeTokenRange": {
Expand All @@ -217,7 +217,7 @@
"text": "any"
}
],
"fileUrlPath": "frontend/components/src/tamagui.config.ts",
"fileUrlPath": "tmp/.tsup/declaration/frontend/components/src/tamagui.config.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "config",
Expand Down
8 changes: 5 additions & 3 deletions docs/api-reports/frontend/table/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { Table } from "@tanstack/react-table";

import { Table } from '@tanstack/react-table';

// @public (undocumented)
const createTable: (config: any) => Table<unknown>;
export { createTable };
export { createTable as createTable_alias_1 };
export { createTable }
export { createTable as createTable_alias_1 }

// (No @packageDocumentation comment for this package)

```
2 changes: 1 addition & 1 deletion docs/api-reports/frontend/table/documents-model.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"text": "(config: any) => import(\"@tanstack/react-table\").Table<unknown>"
}
],
"fileUrlPath": "frontend/table/src/create-table.ts",
"fileUrlPath": "tmp/.tsup/declaration/frontend/table/src/create-table.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "createTable",
Expand Down
24 changes: 12 additions & 12 deletions docs/api-reports/packages/cli/documents-model.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"text": "export interface CLIArgument "
}
],
"fileUrlPath": "packages/cli/src/types.ts",
"fileUrlPath": "tmp/.tsup/declaration/packages/cli/src/types.d.ts",
"releaseTag": "Public",
"name": "CLIArgument",
"preserveMemberOrder": false,
Expand Down Expand Up @@ -281,7 +281,7 @@
"text": "export interface CLICommand "
}
],
"fileUrlPath": "packages/cli/src/types.ts",
"fileUrlPath": "tmp/.tsup/declaration/packages/cli/src/types.d.ts",
"releaseTag": "Public",
"name": "CLICommand",
"preserveMemberOrder": false,
Expand Down Expand Up @@ -485,7 +485,7 @@
"text": "export interface CLIConfig "
}
],
"fileUrlPath": "packages/cli/src/types.ts",
"fileUrlPath": "tmp/.tsup/declaration/packages/cli/src/types.d.ts",
"releaseTag": "Public",
"name": "CLIConfig",
"preserveMemberOrder": false,
Expand Down Expand Up @@ -870,7 +870,7 @@
"text": "export interface CLIOption "
}
],
"fileUrlPath": "packages/cli/src/types.ts",
"fileUrlPath": "tmp/.tsup/declaration/packages/cli/src/types.d.ts",
"releaseTag": "Public",
"name": "CLIOption",
"preserveMemberOrder": false,
Expand Down Expand Up @@ -997,7 +997,7 @@
"text": "export interface CLIOptionDefault "
}
],
"fileUrlPath": "packages/cli/src/types.ts",
"fileUrlPath": "tmp/.tsup/declaration/packages/cli/src/types.d.ts",
"releaseTag": "Public",
"name": "CLIOptionDefault",
"preserveMemberOrder": false,
Expand Down Expand Up @@ -1069,7 +1069,7 @@
"text": "export interface CLITitle "
}
],
"fileUrlPath": "packages/cli/src/types.ts",
"fileUrlPath": "tmp/.tsup/declaration/packages/cli/src/types.d.ts",
"releaseTag": "Public",
"name": "CLITitle",
"preserveMemberOrder": false,
Expand Down Expand Up @@ -1218,7 +1218,7 @@
"text": ";"
}
],
"fileUrlPath": "packages/cli/src/utilities/create-cli-options.ts",
"fileUrlPath": "tmp/.tsup/declaration/packages/cli/src/utilities/create-cli-options.d.ts",
"returnTypeTokenRange": {
"startIndex": 4,
"endIndex": 5
Expand Down Expand Up @@ -1268,7 +1268,7 @@
"text": ";"
}
],
"fileUrlPath": "packages/cli/src/utilities/create-cli-options.ts",
"fileUrlPath": "tmp/.tsup/declaration/packages/cli/src/utilities/create-cli-options.d.ts",
"returnTypeTokenRange": {
"startIndex": 4,
"endIndex": 5
Expand Down Expand Up @@ -1319,7 +1319,7 @@
"text": ";"
}
],
"fileUrlPath": "packages/cli/src/program/index.ts",
"fileUrlPath": "tmp/.tsup/declaration/packages/cli/src/program/index.d.ts",
"returnTypeTokenRange": {
"startIndex": 3,
"endIndex": 5
Expand Down Expand Up @@ -1397,7 +1397,7 @@
"text": " | undefined"
}
],
"fileUrlPath": "packages/cli/src/utilities/execute.ts",
"fileUrlPath": "tmp/.tsup/declaration/packages/cli/src/utilities/execute.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "execute",
Expand Down Expand Up @@ -1465,7 +1465,7 @@
"text": " | undefined>"
}
],
"fileUrlPath": "packages/cli/src/utilities/execute.ts",
"fileUrlPath": "tmp/.tsup/declaration/packages/cli/src/utilities/execute.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "executeAsync",
Expand Down Expand Up @@ -1527,7 +1527,7 @@
"text": ";"
}
],
"fileUrlPath": "packages/cli/src/program/shutdown.ts",
"fileUrlPath": "tmp/.tsup/declaration/packages/cli/src/program/shutdown.d.ts",
"returnTypeTokenRange": {
"startIndex": 7,
"endIndex": 10
Expand Down

0 comments on commit e256acb

Please sign in to comment.