@pie-players/pie-players-shared 0.3.38 → 0.3.40
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 +10 -2
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.40",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Shared runtime + UI utilities for PIE players",
|
|
6
6
|
"license": "MIT",
|
|
@@ -114,9 +114,16 @@
|
|
|
114
114
|
"dependencies": {
|
|
115
115
|
"@pie-lib/math-rendering-module": "5.0.0",
|
|
116
116
|
"dompurify": "^3.4.0",
|
|
117
|
-
"semver": "^7.7.4"
|
|
117
|
+
"semver": "^7.7.4"
|
|
118
|
+
},
|
|
119
|
+
"peerDependencies": {
|
|
118
120
|
"svelte": "^5.54.0"
|
|
119
121
|
},
|
|
122
|
+
"peerDependenciesMeta": {
|
|
123
|
+
"svelte": {
|
|
124
|
+
"optional": true
|
|
125
|
+
}
|
|
126
|
+
},
|
|
120
127
|
"scripts": {
|
|
121
128
|
"build": "rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json && bun run scripts/copy-source-exports.mjs",
|
|
122
129
|
"dev": "tsc -p tsconfig.json --watch",
|
|
@@ -132,6 +139,7 @@
|
|
|
132
139
|
"@happy-dom/global-registrator": "^20.9.0",
|
|
133
140
|
"@types/semver": "^7.7.1",
|
|
134
141
|
"glob": "^13.0.0",
|
|
142
|
+
"svelte": "^5.54.0",
|
|
135
143
|
"typescript": "^5.9.3"
|
|
136
144
|
},
|
|
137
145
|
"homepage": "https://github.com/pie-framework/pie-players/tree/master/packages/players-shared#readme",
|