-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bundle): issue with wasm not being included in bundle from editor…
…config package
- Loading branch information
1 parent
7af30a0
commit 855acde
Showing
37 changed files
with
2,033 additions
and
152,876 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"projectName": "github-action-readme-generator", | ||
"projectOwner": "bitflight-devops", | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"files": [ | ||
"README.md" | ||
], | ||
"imageSize": 100, | ||
"commit": true, | ||
"contributors": [{ | ||
"login": "Jamie-BitFlight", | ||
"name": "Jamie Nelson", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/25075504?v=4", | ||
"profile": "https://bitflight.io", | ||
"contributions": [ | ||
"code", | ||
"doc", | ||
"ideas", | ||
"test" | ||
] | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ lib/ | |
node_modules/ | ||
jest.config.ts | ||
.gulpfile.js | ||
esbuild.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
package-lock=false | ||
//registry.npmjs.org/:_authToken=${NPM_TOKEN:-} | ||
//registry.npmjs.org/:_authToken=${NPM_TOKEN} | ||
bitflight-devops:registry=https://registry.npmjs.org/ | ||
always-auth=true | ||
merge-git-branch-lockfiles-branch-pattern[]=main | ||
merge-git-branch-lockfiles-branch-pattern[]=release* | ||
use-node-version=20.7.0 | ||
node-version=20.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
dist/ | ||
lib/ | ||
out/ | ||
node_modules/ | ||
**/.vscode | ||
**/.vs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
*logs | ||
*actions | ||
*notifications | ||
*tools | ||
plugins | ||
user_trunk.yaml | ||
user.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,27 +4,32 @@ runtimes: | |
- [email protected] | ||
- [email protected] | ||
actions: | ||
disabled: | ||
- git-lfs | ||
- trunk-announce | ||
- trunk-check-pre-push | ||
- trunk-fmt-pre-commit | ||
enabled: | ||
- trunk-cache-prune | ||
- trunk-upgrade-available | ||
plugins: | ||
sources: | ||
- id: trunk | ||
ref: v0.0.5 | ||
ref: v1.2.1 | ||
uri: https://github.com/trunk-io/plugins | ||
cli: | ||
version: 1.0.1 | ||
version: 1.16.1 | ||
lint: | ||
disabled: | ||
- git-diff-check | ||
enabled: | ||
- cspell@6.12.0 | ||
- [email protected].21 | ||
- eslint@8.25.0 | ||
- gitleaks@8.15.0 | ||
- markdownlint@0.32.2 | ||
- prettier@2.7.1 | ||
- shellcheck@0.8.0 | ||
- cspell@7.3.6 | ||
- [email protected].26 | ||
- eslint@8.50.0 | ||
- gitleaks@8.18.0 | ||
- markdownlint@0.37.0 | ||
- prettier@3.0.3 | ||
- shellcheck@0.9.0 | ||
- [email protected] | ||
ignore: | ||
- linters: [ALL] | ||
|
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.