Skip to content

Commit

Permalink
remove tsc, publish from src
Browse files Browse the repository at this point in the history
  • Loading branch information
rotorsoft committed Oct 10, 2024
1 parent ac8f0ef commit 3261ef0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 49 deletions.
10 changes: 9 additions & 1 deletion libs/api-client/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Common API

## Manual Setup
## Documentation

[Fern API Reference](https://common.docs.buildwithfern.com)

## CI/CD Instructions (Developers)

- TODO

## Manual Setup (Developers)

### Generate a new API client

Expand Down
2 changes: 1 addition & 1 deletion libs/api-client/fern/docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
instances:
- url: https://Common.docs.buildwithfern.com
- url: https://common.docs.buildwithfern.com
title: Common | Documentation
navigation:
- api: API Reference
Expand Down
18 changes: 4 additions & 14 deletions libs/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commonxyz/api-client",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"description": "Common Client Proxy",
"repository": {
Expand All @@ -15,12 +15,11 @@
"access": "public"
},
"files": [
"build"
"src"
],
"exports": {
".": {
"default": "./build/index.js",
"devmode": "./src/index.ts"
"default": "./src/index.js"
}
},
"scripts": {
Expand All @@ -38,14 +37,5 @@
"community"
],
"author": "common.xyz",
"license": "MIT",
"dependencies": {
"moment": "^2.23.0",
"qs": "^6.13.0",
"url-join": "^5.0.0"
},
"devDependencies": {
"@types/moment": "^2.13.0",
"tsx": "^4.7.2"
}
"license": "MIT"
}
20 changes: 0 additions & 20 deletions libs/api-client/test/index.ts

This file was deleted.

9 changes: 0 additions & 9 deletions libs/api-client/tsconfig.build.json

This file was deleted.

4 changes: 0 additions & 4 deletions libs/api-client/tsconfig.json

This file was deleted.

0 comments on commit 3261ef0

Please sign in to comment.