Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/check-bun-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ jobs:
uses: flowscripter/.github/.github/workflows/check-bun-dependencies.yml@v1
secrets:
CREATE_PR_TOKEN: ${{ secrets.CREATE_PR_TOKEN }}
NPM_GITHUB_TOKEN: ${{ secrets.NPM_GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/release-bun-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ jobs:
uses: flowscripter/.github/.github/workflows/release-bun-webapp.yml@v1
secrets:
PUSH_TO_MAIN_TOKEN: ${{ secrets.PUSH_TO_MAIN_TOKEN }}
NPM_GITHUB_TOKEN: ${{ secrets.NPM_GITHUB_TOKEN }}
2 changes: 0 additions & 2 deletions .github/workflows/validate-bun-webapp-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ permissions:
jobs:
call-validate-bun-webapp-pr:
uses: flowscripter/.github/.github/workflows/validate-bun-webapp-pr.yml@v1
secrets:
NPM_GITHUB_TOKEN: ${{ secrets.NPM_GITHUB_TOKEN }}
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ This editor makes use of: https://github.com/MPEGGroup/mpeg-sdl-parser

## Development

`@mpeggroup/mpeg-sdl-parser` is hosted on GitHub packages, so before installing
dependencies, authentication needs to be configured. Create a GitHub classic
personal access token which has permission to read packages and then set it in
your environment:

`export NPM_GITHUB_TOKEN=<your_classic_pat>`

Install dependencies:

`bun install`
Expand Down
62 changes: 36 additions & 26 deletions bun.lock

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions bunfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ plugins = ["bun-plugin-tailwind"]

[test]
preload = "./tests/happydom.ts"

[install.scopes]
"@mpeggroup" = { url = "https://npm.pkg.github.com/", token = "$NPM_GITHUB_TOKEN" }
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@mpeggroup/mpeg-sdl-editor",
"description": "ISO/IEC 14496-34 Syntactic Description Language (MPEG SDL) web based editor",
"homepage": "https://github.com/mpeggroup/mpeg-sdl-editor#readme",
"homepage": "https://github.com/MPEGGroup/mpeg-sdl-editor#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mpeggroup/mpeg-sdl-editor.git"
"url": "git+https://github.com/MPEGGroup/mpeg-sdl-editor.git"
},
"license": "MIT",
"keywords": [
Expand All @@ -19,7 +19,9 @@
"scripts": {
"build": "bun build.ts"
},
"private": true,
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@happy-dom/global-registrator": "20.9.0",
"@testing-library/dom": "10.4.1",
Expand All @@ -38,7 +40,7 @@
"@codemirror/lint": "6.9.2",
"@lezer/common": "1.5.0",
"@lezer/highlight": "1.2.3",
"@mpeggroup/mpeg-sdl-parser": "4.0.0",
"@mpeggroup/mpeg-sdl-parser": "4.1.1",
"@types/wicg-file-system-access": "2023.10.7",
"@uiw/codemirror-theme-vscode": "4.25.9",
"@uiw/react-codemirror": "4.25.9",
Expand Down
Loading