Live video on the AT Protocol

v0.7.1

+7 -7
+1 -1
js/app/package.json
··· 1 { 2 "name": "@streamplace/app", 3 "main": "./src/entrypoint.tsx", 4 - "version": "0.7.0", 5 "runtimeVersion": "0.7.0", 6 "scripts": { 7 "start": "npx expo start -c --port 38081",
··· 1 { 2 "name": "@streamplace/app", 3 "main": "./src/entrypoint.tsx", 4 + "version": "0.7.1", 5 "runtimeVersion": "0.7.0", 6 "scripts": { 7 "start": "npx expo start -c --port 38081",
+1 -1
js/atproto-oauth-client-react-native/package.json
··· 1 { 2 "name": "@streamplace/atproto-oauth-client-react-native", 3 - "version": "0.7.0", 4 "license": "MIT", 5 "description": "ATProto OAuth client for React Native", 6 "keywords": [
··· 1 { 2 "name": "@streamplace/atproto-oauth-client-react-native", 3 + "version": "0.7.1", 4 "license": "MIT", 5 "description": "ATProto OAuth client for React Native", 6 "keywords": [
+1 -1
js/components/package.json
··· 1 { 2 "name": "@streamplace/components", 3 - "version": "0.7.0", 4 "description": "Streamplace React (Native) Components", 5 "type": "module", 6 "main": "dist/index.js",
··· 1 { 2 "name": "@streamplace/components", 3 + "version": "0.7.1", 4 "description": "Streamplace React (Native) Components", 5 "type": "module", 6 "main": "dist/index.js",
+1 -1
js/config-react-native-webrtc/package.json
··· 1 { 2 "name": "@streamplace/config-react-native-webrtc", 3 - "version": "0.7.0", 4 "description": "react-native-webrtc config mod with some changes to make it useful for streamplace", 5 "scripts": { 6 "prepare": "tsc -p tsconfig.json",
··· 1 { 2 "name": "@streamplace/config-react-native-webrtc", 3 + "version": "0.7.1", 4 "description": "react-native-webrtc config mod with some changes to make it useful for streamplace", 5 "scripts": { 6 "prepare": "tsc -p tsconfig.json",
+1 -1
js/docs/package.json
··· 1 { 2 "name": "streamplace-docs", 3 "type": "module", 4 - "version": "0.7.0", 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.1", 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
js/streamplace/package.json
··· 1 { 2 "name": "streamplace", 3 - "version": "0.7.0", 4 "description": "Live video on the AT Protocol", 5 "main": "dist/index.js", 6 "types": "src/index.ts",
··· 1 { 2 "name": "streamplace", 3 + "version": "0.7.1", 4 "description": "Live video on the AT Protocol", 5 "main": "dist/index.js", 6 "types": "src/index.ts",
+1 -1
lerna.json
··· 1 { 2 "$schema": "node_modules/lerna/schemas/lerna-schema.json", 3 - "version": "0.7.0", 4 "npmClient": "pnpm" 5 }
··· 1 { 2 "$schema": "node_modules/lerna/schemas/lerna-schema.json", 3 + "version": "0.7.1", 4 "npmClient": "pnpm" 5 }