mirror of
https://github.com/blyssprivacy/sdk.git
synced 2026-01-09 15:18:01 -05:00
Fix package names
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Client } from '@blyss/client-sdk';
|
||||
import { Client } from '@blyss/sdk';
|
||||
|
||||
async function main() {
|
||||
const client = new Client('<YOUR API KEY HERE>');
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@blyss/client-sdk": "latest"
|
||||
"@blyss/sdk": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ts-node": "^10.9.1",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"react-dom": "^18.2.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"typescript": "^4.9.4",
|
||||
"@blyss/client-sdk": "latest"
|
||||
"@blyss/sdk": "latest"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import './App.css';
|
||||
import { Bucket, Client } from '@blyss/client-sdk';
|
||||
import { Bucket, Client } from '@blyss/sdk';
|
||||
import React, { ReactNode } from 'react';
|
||||
|
||||
// This function gets called only on the first query
|
||||
|
||||
@@ -4,7 +4,7 @@ description = "Bridge crate between the spiral-rs-client library and the JS clie
|
||||
version = "0.1.0"
|
||||
authors = ["Samir Menon <samir@blyss.dev>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/blyssprivacy/client-sdk"
|
||||
repository = "https://github.com/blyssprivacy/sdk"
|
||||
categories = ["wasm"]
|
||||
readme = "README.md"
|
||||
edition = "2018"
|
||||
|
||||
Reference in New Issue
Block a user