Skip to content

Commit

Permalink
Rename network-ts to client-ts #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Aug 22, 2021
1 parent b8dc497 commit 2c4a7f6
Show file tree
Hide file tree
Showing 33 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@verida/network-ts",
"name": "@verida/client-ts",
"version": "0.1.0",
"main": "dist/index.js",
"license": "ISC",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import DIDContextManager from './did-context-manager'
import Schema from './context/schema'
import DEFAULT_CONFIG from './config'

export default class Network {
export default class Client {

public ceramicUrl: string

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions packages/client-ts/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import Client from './client'

export default Client
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions packages/network-ts/src/index.ts

This file was deleted.

0 comments on commit 2c4a7f6

Please sign in to comment.