pinokiod 7.5.17 → 7.5.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "7.5.17",
3
+ "version": "7.5.18",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/script/index.js CHANGED
@@ -58,9 +58,9 @@ const server = new Server({
58
58
  return `https://pinokiocomputer.github.io/home/item?uri=${gitRemote}&display=profile`
59
59
  },
60
60
  site: "https://pinokio.co",
61
- discover_dark: "https://beta.pinokio.co?embed=1&theme=dark",
62
- discover_light: "https://beta.pinokio.co?embed=1&theme=light",
63
- portal: "https://beta.pinokio.co",
61
+ discover_dark: "https://pinokio.co?embed=1&theme=dark",
62
+ discover_light: "https://pinokio.co?embed=1&theme=light",
63
+ portal: "https://pinokio.co",
64
64
  docs: "https://pinokio.co/docs",
65
65
  install: "https://pinokiocomputer.github.io/program.pinokio.computer/#/?id=install",
66
66
  agent: "web",
package/server/index.js CHANGED
@@ -48,7 +48,7 @@ const DEFAULT_PORT = 42000
48
48
  const NOTIFICATION_SOUND_EXTENSIONS = new Set(['.aac', '.flac', '.m4a', '.mp3', '.ogg', '.wav', '.webm'])
49
49
  const LOG_STREAM_INITIAL_BYTES = 512 * 1024
50
50
  const LOG_STREAM_KEEPALIVE_MS = 25000
51
- const DEFAULT_REGISTRY_URL = 'https://beta.pinokio.co'
51
+ const DEFAULT_REGISTRY_URL = 'https://pinokio.co'
52
52
  const LOOPBACK_HOSTS = new Set(['127.0.0.1', 'localhost', '::1', '[::1]'])
53
53
  const NON_INTERACTIVE_GIT_ENV = {
54
54
  GIT_TERMINAL_PROMPT: "0",