Skip to content

Commit

Permalink
release: patch typescript sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Sep 25, 2024
1 parent a7e588f commit 2c0b9d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latitude-data/sdk",
"version": "0.0.2",
"version": "0.0.3",
"description": "Latitude SDK for Typescript",
"author": "Latitude Data SL <[email protected]>",
"license": "LGPL-3.0",
Expand All @@ -19,7 +19,9 @@
"prettier": "prettier --write \"**/*.{ts,tsx,md}\""
},
"type": "module",
"files": ["dist"],
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down

0 comments on commit 2c0b9d8

Please sign in to comment.