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.16
Eli Mallon
5 months ago
db8532dc
6edcf402
+3
-3
3 changed files
expand all
collapse all
unified
split
js
app
package.json
docs
package.json
lerna.json
+1
-1
js/app/package.json
···
1
{
2
"name": "@streamplace/app",
3
"main": "./src/entrypoint.tsx",
4
-
"version": "0.7.15",
5
"runtimeVersion": "0.7.2",
6
"scripts": {
7
"start": "npx expo start -c --port 38081",
···
1
{
2
"name": "@streamplace/app",
3
"main": "./src/entrypoint.tsx",
4
+
"version": "0.7.16",
5
"runtimeVersion": "0.7.2",
6
"scripts": {
7
"start": "npx expo start -c --port 38081",
+1
-1
js/docs/package.json
···
1
{
2
"name": "streamplace-docs",
3
"type": "module",
4
-
"version": "0.7.15",
5
"scripts": {
6
"dev": "astro dev --host 0.0.0.0 --port 38082",
7
"start": "astro dev --host 0.0.0.0 --port 38082",
···
1
{
2
"name": "streamplace-docs",
3
"type": "module",
4
+
"version": "0.7.16",
5
"scripts": {
6
"dev": "astro dev --host 0.0.0.0 --port 38082",
7
"start": "astro dev --host 0.0.0.0 --port 38082",
+1
-1
lerna.json
···
1
{
2
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3
-
"version": "0.7.15",
4
"npmClient": "pnpm"
5
}
···
1
{
2
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3
+
"version": "0.7.16",
4
"npmClient": "pnpm"
5
}