Skip to content

Commit

Permalink
chore: publish as public packages (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas authored Oct 29, 2024
1 parent d3a50a2 commit c8e50e7
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 deletions.
11 changes: 11 additions & 0 deletions .changeset/tame-clouds-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@asyncapi/glee-redis-cluster-adapter": minor
"@asyncapi/glee-web-server-adapter": minor
"@asyncapi/glee-socketio-adapter": minor
"@asyncapi/glee-kafka-adapter": minor
"@asyncapi/glee-mqtt-adapter": minor
"@asyncapi/glee-shared-utils": minor
"@asyncapi/glee-web-adapter": minor
---

Publish packages to npm as public
5 changes: 4 additions & 1 deletion packages/kafka-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
"typedoc-plugin-markdown": "^4.2.9",
"typescript": "^4.5.4"
},
"license": "Apache-2.0"
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/mqtt-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
"typedoc-plugin-markdown": "^4.2.9",
"typescript": "^4.5.4"
},
"license": "Apache-2.0"
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/redis-cluster-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
"typedoc-plugin-markdown": "^4.2.9",
"typescript": "^4.5.4"
},
"license": "Apache-2.0"
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/shared-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.19.0",
"typescript": "^4.5.4"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/socket.io-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
"typedoc-plugin-markdown": "^4.2.9",
"typescript": "^4.5.4"
},
"license": "Apache-2.0"
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/web-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@
"typedoc-plugin-markdown": "^4.2.9",
"typescript": "^4.5.4"
},
"license": "Apache-2.0"
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/web-server-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@
"typedoc-plugin-markdown": "^4.2.9",
"typescript": "^4.5.4"
},
"license": "Apache-2.0"
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
}
}

0 comments on commit c8e50e7

Please sign in to comment.