Use published packages and remove console-server #8

Merged
nikugogoi merged 5 commits from ng-lirewine-packages into main 2023-01-04 11:19:44 +00:00
5 changed files with 1223 additions and 9 deletions
Showing only changes of commit 129888b254 - Show all commits

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