coder-config 0.41.7 → 0.41.9

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.
@@ -19,7 +19,7 @@
19
19
 
20
20
  <!-- PWA Manifest -->
21
21
  <link rel="manifest" href="/manifest.json">
22
- <script type="module" crossorigin src="/assets/index-Dkn89g8f.js"></script>
22
+ <script type="module" crossorigin src="/assets/index-eGZK9_5I.js"></script>
23
23
  <link rel="stylesheet" crossorigin href="/assets/index-ClOpkZec.css">
24
24
  </head>
25
25
  <body>
@@ -249,7 +249,7 @@ async function performNpmUpdate(targetVersion) {
249
249
  success: true,
250
250
  updateMethod: 'npm',
251
251
  newVersion: targetVersion || 'latest',
252
- message: 'Updated via npm. Please restart the UI to use the new version.'
252
+ message: 'Updated via npm. Server will restart automatically.'
253
253
  };
254
254
  } catch (error) {
255
255
  const isEtarget = error.message.includes('ETARGET') || error.message.includes('No matching version');