@tenorlab/react-dashboard 1.0.2 → 1.0.4
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tenorlab/react-dashboard",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Foundation components for creating user-configurable dashboards in React",
|
|
5
5
|
"author": "Damiano Fusco",
|
|
6
6
|
"type": "module",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"clean": "rm -rf dist node_modules package-lock.json",
|
|
21
21
|
"build-types": "tsc src/index.ts --jsx react-jsx --downlevelIteration --esModuleInterop --declaration --emitDeclarationOnly --outDir dist",
|
|
22
22
|
"build": "npm run pretty; tsc --jsx react-jsx --esModuleInterop && vite build; npm run build-types",
|
|
23
|
-
"pub": "npm publish --access public",
|
|
23
|
+
"pub": "npm publish --access public --otp=",
|
|
24
24
|
"test": "TESTING=true vitest run",
|
|
25
25
|
"test-watch": "TESTING=true vitest watch",
|
|
26
26
|
"pretty": "prettier -w \"./src/**/*.ts*\"",
|