Live video on the AT Protocol

v0.6.29

Eli Mallon 26426ccd 6771e253

+11 -11
+1 -1
js/app/package.json
··· 1 1 { 2 2 "name": "@streamplace/app", 3 3 "main": "./src/entrypoint.tsx", 4 - "version": "0.6.28", 4 + "version": "0.6.29", 5 5 "runtimeVersion": "0.4.3", 6 6 "scripts": { 7 7 "start": "npx expo start -c --port 38081",
+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.28", 3 + "version": "0.6.29", 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.28", 3 + "version": "0.6.29", 4 4 "description": "react-native-webrtc config mod with some changes to make it useful for streamplace", 5 5 "scripts": { 6 6 "postinstall": "tsc -p tsconfig.json"
+1 -1
js/desktop/package.json
··· 1 1 { 2 2 "name": "streamplace-desktop", 3 3 "productName": "streamplace-desktop", 4 - "version": "0.6.28", 4 + "version": "0.6.29", 5 5 "description": "Streamplace Desktop Application", 6 6 "main": ".webpack/main", 7 7 "scripts": {
+2 -2
js/docs/package.json
··· 1 1 { 2 2 "name": "streamplace-docs", 3 3 "type": "module", 4 - "version": "0.6.28", 4 + "version": "0.6.29", 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", ··· 12 12 "dependencies": { 13 13 "@astrojs/starlight": "^0.34.1", 14 14 "@fontsource/atkinson-hyperlegible-next": "^5.2.2", 15 + "@streamplace/app": "workspace:*", 15 16 "astro": "^5.6.1", 16 17 "sharp": "^0.32.5", 17 - "@streamplace/app": "workspace:*", 18 18 "starlight-openapi": "^0.17.0", 19 19 "starlight-openapi-rapidoc": "^0.8.1-beta", 20 20 "streamplace": "workspace:*"
+4 -4
js/streamplace/package.json
··· 1 1 { 2 2 "name": "streamplace", 3 - "version": "0.0.1", 3 + "version": "0.6.29", 4 4 "description": "Live video on the AT Protocol", 5 5 "main": "dist/index.js", 6 6 "types": "dist/index.d.js", ··· 25 25 "license": "MIT", 26 26 "packageManager": "pnpm@10.11.0", 27 27 "dependencies": { 28 - "@atproto/xrpc": "^0.7.0", 29 28 "@atproto/lexicon": "^0.4.11", 29 + "@atproto/xrpc": "^0.7.0", 30 30 "multiformats": "^9.9.0" 31 31 }, 32 32 "devDependencies": { 33 - "typescript": "~5.3.3", 34 - "tsup": "^8.5.0" 33 + "tsup": "^8.5.0", 34 + "typescript": "~5.3.3" 35 35 } 36 36 }
+1 -1
lerna.json
··· 1 1 { 2 2 "$schema": "node_modules/lerna/schemas/lerna-schema.json", 3 - "version": "0.6.28", 3 + "version": "0.6.29", 4 4 "npmClient": "pnpm" 5 5 }