@helpdice/ui 2.3.1 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helpdice/ui",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "esm/index.d.ts",
6
6
  "unpkg": "dist/index.min.js",
@@ -25,7 +25,7 @@
25
25
  "build:after": "node scripts/move-built-in.js && node scripts/generate-exports.js",
26
26
  "build:types": "tsc -p ./scripts & tsc -p ./scripts --outDir ./esm",
27
27
  "build:package": "yarn build:rollup && yarn build:babel && yarn build:types && yarn build:after",
28
- "release": "yarn publish --access public --non-interactive",
28
+ "release": "npm publish --registry=https://registry.npmjs.org/ --access public --non-interactive",
29
29
  "release:github": "npm publish --registry=https://npm.pkg.github.com"
30
30
  },
31
31
  "license": "MIT",
@@ -63,9 +63,9 @@
63
63
  "@babel/preset-typescript": "^7.14.5",
64
64
  "@babel/standalone": "^7.28.3",
65
65
  "@helpdice/icons": "^1.2.5",
66
- "@helpdice/sdk": "^0.3.3",
66
+ "@helpdice/sdk": "^0.4.3",
67
67
  "@helpdice/utils": "^0.1.4",
68
- "@helpdice/pro": "2.0.4",
68
+ "@helpdice/pro": "2.0.5",
69
69
  "@mapbox/rehype-prism": "^0.9.0",
70
70
  "@mdx-js/loader": "^3.1.0",
71
71
  "@mdx-js/react": "^3.1.0",
@@ -140,7 +140,7 @@
140
140
  "tslib": "^2.8.1"
141
141
  },
142
142
  "peerDependencies": {
143
- "@helpdice/theme": "^1.0.9",
143
+ "@helpdice/theme": "^1.1.0",
144
144
  "react": "^19.2.3",
145
145
  "react-dom": "^19.2.3"
146
146
  },