Skip to content

Commit 57d48c0

Browse files
committed
Switching to a new package - webmscore4
1 parent 423fd2e commit 57d48c0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/upload-artifact@v4
8282
with:
8383
name: npm-pack
84-
path: web-public/webmscore-*.tgz
84+
path: web-public/webmscore4-*.tgz
8585

8686
test:
8787
needs: build
@@ -106,7 +106,7 @@ jobs:
106106
run: |
107107
cd web-example
108108
npm i
109-
npm i ./webmscore-*.tgz
109+
npm i ./webmscore4-*.tgz
110110
npm start || echo "failed=1" >> "$GITHUB_OUTPUT"
111111
112112
- uses: actions/upload-artifact@v4

web-example/example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
import WebMscore from 'webmscore'
2+
import WebMscore from 'webmscore4'
33
import fs from 'fs'
44
import * as FRONTS from '@librescore/fonts'
55

web-public/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "webmscore",
3-
"version": "1.2.1",
2+
"name": "webmscore4",
3+
"version": "4.3.2",
44
"description": "MuseScore's libmscore in WebAssembly! Read mscz data, and generate audio/MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers",
55
"type": "module",
66
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)