tangled
alpha
login
or
join now
stream.place
/
streamplace
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
v0.7.15
Eli Mallon
5 months ago
28aa086a
6465f499
+6
-6
4 changed files
expand all
collapse all
unified
split
js
app
package.json
components
package.json
docs
package.json
lerna.json
+1
-1
js/app/package.json
···
1
1
{
2
2
"name": "@streamplace/app",
3
3
"main": "./src/entrypoint.tsx",
4
4
-
"version": "0.7.14",
4
4
+
"version": "0.7.15",
5
5
"runtimeVersion": "0.7.2",
6
6
"scripts": {
7
7
"start": "npx expo start -c --port 38081",
+3
-3
js/components/package.json
···
1
1
{
2
2
"name": "@streamplace/components",
3
3
-
"version": "0.7.14",
3
3
+
"version": "0.7.15",
4
4
"description": "Streamplace React (Native) Components",
5
5
"main": "dist/index.js",
6
6
"types": "src/index.tsx",
···
40
40
"react-native-svg": "^15.0.0",
41
41
"react-native-webrtc": "git+https://github.com/streamplace/react-native-webrtc.git#6b8472a771ac47f89217d327058a8a4124a6ae56",
42
42
"react-use-websocket": "^4.13.0",
43
43
+
"streamplace": "workspace:*",
43
44
"viem": "^2.21.44",
44
44
-
"zustand": "^5.0.5",
45
45
-
"streamplace": "workspace:*"
45
45
+
"zustand": "^5.0.5"
46
46
},
47
47
"peerDependencies": {
48
48
"react": "*"
+1
-1
js/docs/package.json
···
1
1
{
2
2
"name": "streamplace-docs",
3
3
"type": "module",
4
4
-
"version": "0.7.14",
4
4
+
"version": "0.7.15",
5
5
"scripts": {
6
6
"dev": "astro dev --host 0.0.0.0 --port 38082",
7
7
"start": "astro dev --host 0.0.0.0 --port 38082",
+1
-1
lerna.json
···
1
1
{
2
2
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3
3
-
"version": "0.7.14",
3
3
+
"version": "0.7.15",
4
4
"npmClient": "pnpm"
5
5
}