Skip to content

Commit

Permalink
Merge pull request #260 from ReadAlongs/dev.fix-npm-web-component
Browse files Browse the repository at this point in the history
Tonnerre de Brest! Correct the NPM packaging to work outside of this repo!
  • Loading branch information
dhdaines authored Apr 5, 2024
2 parents a79031a + 058867a commit 925d660
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 64 deletions.
119 changes: 62 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/angular-demo/src/assets/ej-fra.readalong
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<text xml:lang="fra" id="t0">
<body id="t0b0">
<div type="page" id="t0b0d0">
<graphic url="http://localhost:5000/ej-fra/avatar.png" id="t0b0d0graphic0"/>
<graphic url="avatar.png" id="t0b0d0graphic0"/>
<p id="t0b0d0p0">
<s id="t0b0d0p0s0"><w id="t0b0d0p0s0w0" time="0.455" dur="1.165">Bonjour</w>.</s>
<s id="t0b0d0p0s1"><w id="t0b0d0p0s1w0" time="1.620" dur="0.070">Je</w> <w id="t0b0d0p0s1w1" time="1.690" dur="0.070">m</w>'<w id="t0b0d0p0s1w2" time="1.760" dur="0.240">appelle</w> <w id="t0b0d0p0s1w3" time="2.000" dur="0.220">Éric</w> <w id="t0b0d0p0s1w4" time="2.220" dur="0.370">Joanis</w>.</s>
Expand Down
4 changes: 2 additions & 2 deletions packages/ngx-web-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@angular/platform-browser": "^15.2.4",
"@angular/platform-browser-dynamic": "^15.2.4",
"@angular/router": "^15.2.4",
"rxjs": "~7.5.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "^0.11.8"
"zone.js": "~0.12.0"
},
"private": false,
"nx": {
Expand Down
4 changes: 2 additions & 2 deletions packages/studio-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
"jszip": "^3.10.1",
"mime": "^4.0.1",
"ngx-toastr": "^16.1.0",
"rxjs": "~7.5.0",
"rxjs": "~7.8.0",
"shepherd.js": "^11.0.1",
"soundswallower": "^0.6.3",
"standardized-audio-context": "^25.3.41",
"tslib": "^2.3.0",
"unidecode": "^1.0.1",
"zone.js": "^0.11.8"
"zone.js": "~0.12.0"
},
"singleFileBundleVersion": "1.2.1",
"singleFileBundleTimestamp": "2024-04-02+15-07-59"
Expand Down
5 changes: 3 additions & 2 deletions packages/web-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"unpkg": "dist/bundle.js",
"private": false,
"files": [
"dist/"
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
Expand All @@ -30,7 +31,7 @@
"dependencies": {
"audio-recorder-polyfill": "^0.4.1",
"howler": "^2.2.3",
"rxjs": "^6.6.7"
"rxjs": ">=6.6.7"
},
"devDependencies": {
"@stencil/angular-output-target": "^0.4.0",
Expand Down

0 comments on commit 925d660

Please sign in to comment.