Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
anudit committed Jun 16, 2022
1 parent bfc1f57 commit b8d4a40
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 25 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"deno.unstable": true,
"deno.enablePaths": [
"./packages/sdk-deno/"
]
],
"deno.config": "./packages/sdk-deno/deno.json"
}
20 changes: 6 additions & 14 deletions packages/sdk-deno/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# @theconvospace/sdk ![npm/v](https://img.shields.io/npm/v/@theconvospace/sdk)
# Convo Space SDK for Deno

![npm/types](https://img.shields.io/npm/types/@theconvospace/sdk)
![nodeVersion](https://img.shields.io/node/v/@theconvospace/sdk)
![bundlephobia/dependency-count](https://img.shields.io/librariesio/release/npm/@theconvospace/sdk)
![bundlephobia/minzip](https://img.shields.io/bundlephobia/minzip/@theconvospace/sdk)
![bundlephobia/min/](https://img.shields.io/bundlephobia/min/@theconvospace/sdk)
SDK for building on [theconvo.space](https://theconvo.space)

SDK containing all the functions you'll need to build on
[theconvo.space](https://theconvo.space)

Check out the [Changelog](/packages/sdk/CHANGELOG.md)
View on [Deno.land](https://deno.land/x/convo/packages/sdk-deno) Check out the
[Changelog](/packages/sdk-deno/CHANGELOG.md)

## Installation

```bash
yarn add @theconvospace/sdk
npm i --save @theconvospace/sdk
pnpm i --save @theconvospace/sdk
```js
import { Convo } from "https://deno.land/x/convo@v0.1.1/packages/sdk-deno/mod.ts";
```
6 changes: 1 addition & 5 deletions packages/sdk-deno/omnid.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import { fetcher } from './utils.ts';
import Credentials from './omnid/credentials.ts';
import {
ComputeConfig,
ErrorType,
AdaptorFunctionType,
AdaptorFunctionWithConfigType,
Dictionary,
ErrorType
} from './types.ts';

class Omnid {
Expand Down
19 changes: 14 additions & 5 deletions packages/sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Convo Space SDK for Deno
# @theconvospace/sdk ![npm/v](https://img.shields.io/npm/v/@theconvospace/sdk)

SDK for building on [theconvo.space](https://theconvo.space)
![npm/types](https://img.shields.io/npm/types/@theconvospace/sdk)
![nodeVersion](https://img.shields.io/node/v/@theconvospace/sdk)
![bundlephobia/dependency-count](https://img.shields.io/librariesio/release/npm/@theconvospace/sdk)
![bundlephobia/minzip](https://img.shields.io/bundlephobia/minzip/@theconvospace/sdk)
![bundlephobia/min/](https://img.shields.io/bundlephobia/min/@theconvospace/sdk)

Check out the [Changelog](/packages/sdk-deno/CHANGELOG.md)
SDK containing all the functions you'll need to build on
[theconvo.space](https://theconvo.space)

Check out the [Changelog](/packages/sdk/CHANGELOG.md)

## Installation

```js
import * as convo from "https://deno.land/x/convo@v0.1.0/packages/sdk-deno/mod.ts";
```bash
yarn add @theconvospace/sdk
npm i --save @theconvospace/sdk
pnpm i --save @theconvospace/sdk
```

2 comments on commit b8d4a40

@vercel
Copy link

@vercel vercel bot commented on b8d4a40 Jun 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

convosdk-examples-nextjs – ./examples/nextjs

convosdk-examples-nextjs.vercel.app
convosdk-examples-nextjs-git-main-anudit.vercel.app
convosdk-examples-nextjs-anudit.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b8d4a40 Jun 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

convosdk-examples-browser – ./examples/browser

convosdk-examples-browser-git-main-anudit.vercel.app
convosdk-examples-browser.vercel.app
convosdk-examples-browser-anudit.vercel.app

Please sign in to comment.