vmlive 1.0.18 → 1.0.19

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": "vmlive",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Local development VM for custom Serverless PaaS",
5
5
  "type": "module",
6
6
  "bin": {
@@ -123,7 +123,7 @@ export default {
123
123
  body = JSON.stringify({ args });
124
124
  }
125
125
 
126
- const req = new Request(\`https://vm.live/.internal/rpc/\${serviceName.toLowerCase()}/\${method}\`, {
126
+ const req = new Request(\`https://rpc.vm.codes/.internal/rpc/\${serviceName.toLowerCase()}/\${method}\`, {
127
127
  method: "POST",
128
128
  headers: {
129
129
  "Authorization": \`Bearer \${safeEnv.BILLING_TOKEN || 'local'}\`,