We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea185cc commit 2817741Copy full SHA for 2817741
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@devprotocol/clubs-core",
3
- "version": "3.24.2-beta.3",
+ "version": "3.24.2",
4
"description": "Core library for Clubs",
5
"main": "dist/index.mjs",
6
"exports": {
@@ -32,7 +32,7 @@
32
"./connection": {
33
"import": "./dist/src/connection/index.mjs",
34
"require": "./dist/src/connection/index.cjs",
35
- "types": "./dist/src/connection/index.d.ts"
+ "types": "./connection.d.ts"
36
},
37
"./layouts": {
38
"import": "./dist/src/layouts/index.mjs",
0 commit comments