@pie-players/pie-players-shared 0.3.38 → 0.3.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-players/pie-players-shared",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.39",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Shared runtime + UI utilities for PIE players",
|
|
6
6
|
"license": "MIT",
|
|
@@ -114,8 +114,7 @@
|
|
|
114
114
|
"dependencies": {
|
|
115
115
|
"@pie-lib/math-rendering-module": "5.0.0",
|
|
116
116
|
"dompurify": "^3.4.0",
|
|
117
|
-
"semver": "^7.7.4"
|
|
118
|
-
"svelte": "^5.54.0"
|
|
117
|
+
"semver": "^7.7.4"
|
|
119
118
|
},
|
|
120
119
|
"scripts": {
|
|
121
120
|
"build": "rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json && bun run scripts/copy-source-exports.mjs",
|
|
@@ -132,6 +131,7 @@
|
|
|
132
131
|
"@happy-dom/global-registrator": "^20.9.0",
|
|
133
132
|
"@types/semver": "^7.7.1",
|
|
134
133
|
"glob": "^13.0.0",
|
|
134
|
+
"svelte": "^5.54.0",
|
|
135
135
|
"typescript": "^5.9.3"
|
|
136
136
|
},
|
|
137
137
|
"homepage": "https://github.com/pie-framework/pie-players/tree/master/packages/players-shared#readme",
|