Use published cerc-io/laconic-sdk package

This commit is contained in:
nabarun 2022-12-09 16:48:08 +05:30
parent 75b04aaf10
commit 129888b254
5 changed files with 1223 additions and 9 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
@cerc-io:registry=https://git.vdb.to/api/packages/cerc-io/npm/

View File

@ -29,6 +29,7 @@
"@apollo/react-components": "^3.1.5",
"@apollo/react-hooks": "^3.1.5",
"@babel/runtime": "^7.8.7",
"@cerc-io/laconic-sdk": "0.1.4",
"@dxos/debug": "^1.0.0-beta.78",
"@dxos/gem-core": "^1.0.0-beta.25",
"@dxos/react-ux": "https://github.com/dxos-deprecated/sdk.git#v1.1.0-beta.0",

View File

@ -2,7 +2,7 @@
// Copyright 2020 DXOS.org
//
import { Registry } from 'laconic-sdk';
import { Registry } from '@cerc-io/laconic-sdk';
import { getServiceUrl } from '../util/config';

View File

@ -4,7 +4,7 @@
import debug from 'debug';
import { Registry } from 'laconic-sdk';
import { Registry } from '@cerc-io/laconic-sdk';
import { getServiceUrl } from './util/config';

1226
yarn.lock

File diff suppressed because it is too large Load Diff