Live video on the AT Protocol
79
fork

Configure Feed

Select the types of activity you want to include in your feed.

v0.6.26

Eli Mallon 54e19c08 bb28c714

+6 -6
+1 -1
js/app/package.json
··· 1 1 { 2 2 "name": "streamplace", 3 3 "main": "./src/entrypoint.tsx", 4 - "version": "0.6.25", 4 + "version": "0.6.26", 5 5 "runtimeVersion": "0.4.3", 6 6 "scripts": { 7 7 "upgrade:tamagui": "yarn up '*tamagui*'@latest '@tamagui/*'@latest",
+1 -1
js/atproto-oauth-client-react-native/package.json
··· 1 1 { 2 2 "name": "@streamplace/atproto-oauth-client-react-native", 3 - "version": "0.6.25", 3 + "version": "0.6.26", 4 4 "license": "MIT", 5 5 "description": "ATProto OAuth client for React Native", 6 6 "keywords": [
+1 -1
js/config-react-native-webrtc/package.json
··· 1 1 { 2 2 "name": "@streamplace/config-react-native-webrtc", 3 - "version": "0.6.25", 3 + "version": "0.6.26", 4 4 "description": "react-native-webrtc config mod with some changes to make it useful for streamplace", 5 5 "packageManager": "yarn@4.3.0", 6 6 "scripts": {
+1 -1
js/desktop/package.json
··· 1 1 { 2 2 "name": "streamplace-desktop", 3 3 "productName": "streamplace-desktop", 4 - "version": "0.6.25", 4 + "version": "0.6.26", 5 5 "description": "Streamplace Desktop Application", 6 6 "main": ".webpack/main", 7 7 "scripts": {
+1 -1
js/docs/package.json
··· 1 1 { 2 2 "name": "streamplace-docs", 3 3 "type": "module", 4 - "version": "0.6.25", 4 + "version": "0.6.26", 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 - "version": "0.6.25", 3 + "version": "0.6.26", 4 4 "npmClient": "yarn" 5 5 }