react-semaphor 0.0.647 → 0.0.649
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/dist/chunks/dashboard-plus-BntME0Se.js +340 -0
- package/dist/chunks/{dashboard-plus-DeQ66aSu.js → dashboard-plus-CU1YgreA.js} +4645 -4713
- package/dist/chunks/{index-CKO0lGWn.js → index-B4kBqCrB.js} +197 -192
- package/dist/chunks/{index-CSPj4mKy.js → index-nzz4Yesh.js} +10162 -10042
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +3 -3
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +1 -1
- package/package.json +11 -2
- package/dist/chunks/dashboard-plus-B86jwk18.js +0 -340
package/dist/surfboard/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus-BntME0Se.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
|
package/dist/surfboard/index.js
CHANGED
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"email": "support@semaphor.cloud"
|
|
6
6
|
},
|
|
7
7
|
"license": "MIT",
|
|
8
|
-
"version": "0.0.
|
|
8
|
+
"version": "0.0.649",
|
|
9
9
|
"description": "Fully interactive and customizable dashboards for your apps.",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"react",
|
|
@@ -43,7 +43,16 @@
|
|
|
43
43
|
"dev": "vite",
|
|
44
44
|
"build": "tsc && vite build",
|
|
45
45
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
46
|
-
"preview": "vite preview"
|
|
46
|
+
"preview": "vite preview",
|
|
47
|
+
"deploy": "./scripts/deploy.sh",
|
|
48
|
+
"deploy:patch": "./scripts/deploy.sh patch",
|
|
49
|
+
"deploy:minor": "./scripts/deploy.sh minor",
|
|
50
|
+
"deploy:major": "./scripts/deploy.sh major",
|
|
51
|
+
"link:status": "./scripts/link-helper.sh status",
|
|
52
|
+
"link:check": "./scripts/link-helper.sh check",
|
|
53
|
+
"link:create": "./scripts/link-helper.sh link",
|
|
54
|
+
"link:remove": "./scripts/link-helper.sh unlink",
|
|
55
|
+
"link:restore": "./scripts/link-helper.sh restore"
|
|
47
56
|
},
|
|
48
57
|
"dependencies": {
|
|
49
58
|
"@ai-sdk/react": "^2.0.7",
|