@arkyn/components 3.0.1-beta.165 → 3.0.1-beta.166
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arkyn/components",
|
|
3
|
-
"version": "3.0.1-beta.
|
|
3
|
+
"version": "3.0.1-beta.166",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"scripts": {
|
|
33
33
|
"audit": "bun audit --workspace packages/components",
|
|
34
34
|
"build": "bunx vite build && bunx tsc --project tsconfig.json --emitDeclarationOnly && bun ./generate-exports.ts",
|
|
35
|
-
"publish": "bun publish",
|
|
35
|
+
"publish:beta": "bun publish --tag beta",
|
|
36
36
|
"release:beta": "bun ./generate-version.ts beta",
|
|
37
37
|
"release:patch": "bun ./generate-version.ts patch",
|
|
38
38
|
"release:minor": "bun ./generate-version.ts minor",
|