instant-local-throwaway
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -2145,3 +2145,3 @@ import { useState, useEffect } from 'react'; | ||
db._token = token; | ||
var ws = new WebSocket("ws://instant-server.herokuapp.com", null); | ||
var ws = new WebSocket("wss://instant-server.herokuapp.com", null); | ||
@@ -2148,0 +2148,0 @@ ws.onmessage = function (event) { |
@@ -2149,3 +2149,3 @@ 'use strict'; | ||
db._token = token; | ||
var ws = new WebSocket("ws://instant-server.herokuapp.com", null); | ||
var ws = new WebSocket("wss://instant-server.herokuapp.com", null); | ||
@@ -2152,0 +2152,0 @@ ws.onmessage = function (event) { |
{ | ||
"name": "instant-local-throwaway", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "This is an experiment for instant", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -29,3 +29,3 @@ import { useState, useEffect } from "react"; | ||
db._token = token; | ||
const ws = new WebSocket("ws://instant-server.herokuapp.com", null); | ||
const ws = new WebSocket("wss://instant-server.herokuapp.com", null); | ||
ws.onmessage = function (event) { | ||
@@ -32,0 +32,0 @@ db.change(tripleDB.createDB(JSON.parse(event.data))); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1792161