@arkyn/components 2.0.1-beta.30 → 2.0.1-beta.32

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.
package/package.json CHANGED
@@ -1,13 +1,15 @@
1
1
  {
2
2
  "name": "@arkyn/components",
3
- "version": "2.0.1-beta.30",
3
+ "version": "2.0.1-beta.32",
4
4
  "main": "./dist/bundle.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "author": "Lucas Gonçalves",
7
7
  "type": "module",
8
8
  "private": false,
9
9
  "scripts": {
10
+ "beta": "npm version prerelease --preid=beta && npm publish --tag beta",
10
11
  "build": "rm -rf ./dist && bunx vite build && tsc",
12
+ "ccm": "./auto_commit.sh",
11
13
  "typecheck": "bunx tsc --project tsconfig.json --noEmit"
12
14
  },
13
15
  "dependencies": {
@@ -24,6 +26,8 @@
24
26
  "slate-react": "^0.110.3"
25
27
  },
26
28
  "peerDependencies": {
29
+ "@arkyn/types": "2.0.1-beta.30",
30
+ "@arkyn/templates": "2.0.1-beta.30",
27
31
  "@remix-run/react": ">=2.15.0",
28
32
  "react": "^18.3.1",
29
33
  "react-dom": "^18.3.1"