Skip to content

Commit

Permalink
build: mark functions and constants as pure in tools-server
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh153 committed Oct 29, 2024
1 parent 3c1a41f commit 86e22e9
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 8 deletions.
8 changes: 5 additions & 3 deletions tools-deno/tools-server/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@vighnesh153/tools-server",
"version": "0.1.0",
"exports": "./src/mod.ts",
"version": "0.1.1",
"exports": {
"./aws_dynamodb": "./src/aws_dynamodb/mod.ts"
},
"license": "MIT",
"imports": {
"@aws-sdk/client-dynamodb": "npm:@aws-sdk/client-dynamodb@^3.679.0",
Expand All @@ -10,7 +12,7 @@
"@smithy/types": "npm:@smithy/types@^3.6.0",
"@std/assert": "jsr:@std/assert@1",
"@std/testing": "jsr:@std/testing@1",
"@vighnesh153/tools": "jsr:@vighnesh153/tools@^0.1.2"
"@vighnesh153/tools": "jsr:@vighnesh153/tools@^0.1.4"
},
"publish": {
"exclude": ["src/**/*.test.ts"],
Expand Down
36 changes: 32 additions & 4 deletions tools-deno/tools-server/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tools-deno/tools-server/src/mod.ts

This file was deleted.

0 comments on commit 86e22e9

Please sign in to comment.