Skip to content

Commit

Permalink
chore: denoify
Browse files Browse the repository at this point in the history
  • Loading branch information
c43721 committed Nov 8, 2024
1 parent 2088f99 commit b9305fa
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 99 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions javascript-sdk/demostf/api/mod.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./demostf.ts";
9 changes: 9 additions & 0 deletions javascript-sdk/demostf/deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "@tf2software/demostf",
"version": "0.0.1-alpha1",
"exports": {
".": "./mod.ts",
"./api": "./mod.ts",
"./types": "./types/mod.ts"
}
}
10 changes: 10 additions & 0 deletions javascript-sdk/demostf/mod.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/**
* The [demos.tf](https://demos.tf/about) SDK
*
* This API provides both the types and methods to interact with the API
*
* @module
*/

export * from "./types/mod.ts";
export * from "./api/mod.ts";
File renamed without changes.
1 change: 1 addition & 0 deletions javascript-sdk/demostf/types/mod.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./demo.ts";
15 changes: 0 additions & 15 deletions node-sdk/lib/demostf-api-types/package.json

This file was deleted.

Empty file.
15 changes: 0 additions & 15 deletions node-sdk/lib/demostf-api-types/tsconfig.json

This file was deleted.

17 changes: 0 additions & 17 deletions node-sdk/lib/demostf-api-types/tsup.config.ts

This file was deleted.

20 changes: 0 additions & 20 deletions node-sdk/sdks/demostf/package.json

This file was deleted.

Empty file removed node-sdk/sdks/demostf/src/index.ts
Empty file.
15 changes: 0 additions & 15 deletions node-sdk/sdks/demostf/tsconfig.json

This file was deleted.

17 changes: 0 additions & 17 deletions node-sdk/sdks/demostf/tsup.config.ts

This file was deleted.

0 comments on commit b9305fa

Please sign in to comment.