Skip to content

Commit

Permalink
Update to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Jan 18, 2025
1 parent 198406e commit 5f49050
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "@seriousme/opifex",
"version": "1.5.1",
"version": "1.6.0",
"exports": {
"./server": "./server/mod.ts",
"./client": "./client/mod.ts"
"./client": "./client/mod.ts",
"./mqttPacket": "./mqttPacket/mod.ts",
"./utils": "./utils/mod.ts,",
"./tcpClient": "./deno/tcpClient.ts",
"./tcpServer": "./deno/tcpServer.ts"
},
"exclude": [
"dist"
Expand Down

0 comments on commit 5f49050

Please sign in to comment.