@saas-ui/react 0.1.15 → 0.1.16
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/.turbo/turbo-build.log +6 -6
- package/.turbo/turbo-lint:staged.log +15 -15
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
1
|
+
[35m@saas-ui/react:build: [0mcache hit, replaying output [2m84f8fae12672360f[0m
|
|
2
|
+
[35m@saas-ui/react:build: [0mBuild "@saas-ui/react" to dist:
|
|
3
|
+
[35m@saas-ui/react:build: [0m 653 B: index.js.gz
|
|
4
|
+
[35m@saas-ui/react:build: [0m 519 B: index.js.br
|
|
5
|
+
[35m@saas-ui/react:build: [0m 279 B: index.modern.js.gz
|
|
6
|
+
[35m@saas-ui/react:build: [0m 253 B: index.modern.js.br
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
7
|
-
[
|
|
8
|
-
[
|
|
9
|
-
[
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
1
|
+
[32m@saas-ui/react:lint:staged: [0mcache hit, replaying output [2m06044c0d5393ca49[0m
|
|
2
|
+
[32m@saas-ui/react:lint:staged: [0m[STARTED] Preparing...
|
|
3
|
+
[32m@saas-ui/react:lint:staged: [0m[SUCCESS] Preparing...
|
|
4
|
+
[32m@saas-ui/react:lint:staged: [0m[STARTED] Running tasks...
|
|
5
|
+
[32m@saas-ui/react:lint:staged: [0m[STARTED] Running tasks for **/*.{js,ts,tsx}
|
|
6
|
+
[32m@saas-ui/react:lint:staged: [0m[STARTED] Running tasks for **/*.{js,ts,tsx,css,md}
|
|
7
|
+
[32m@saas-ui/react:lint:staged: [0m[SKIPPED] No staged files match **/*.{js,ts,tsx}
|
|
8
|
+
[32m@saas-ui/react:lint:staged: [0m[STARTED] prettier --write
|
|
9
|
+
[32m@saas-ui/react:lint:staged: [0m[SUCCESS] prettier --write
|
|
10
|
+
[32m@saas-ui/react:lint:staged: [0m[SUCCESS] Running tasks for **/*.{js,ts,tsx,css,md}
|
|
11
|
+
[32m@saas-ui/react:lint:staged: [0m[SUCCESS] Running tasks...
|
|
12
|
+
[32m@saas-ui/react:lint:staged: [0m[STARTED] Applying modifications...
|
|
13
|
+
[32m@saas-ui/react:lint:staged: [0m[SUCCESS] Applying modifications...
|
|
14
|
+
[32m@saas-ui/react:lint:staged: [0m[STARTED] Cleaning up...
|
|
15
|
+
[32m@saas-ui/react:lint:staged: [0m[SUCCESS] Cleaning up...
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saas-ui/react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.16",
|
|
4
4
|
"description": "Saas UI - The frontend stack for SaaS companies.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"exports": {
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@saas-ui/hotkeys": "0.2.6",
|
|
61
61
|
"@saas-ui/input-right-button": "0.1.6",
|
|
62
62
|
"@saas-ui/menu": "0.1.6",
|
|
63
|
-
"@saas-ui/nprogress": "0.1.
|
|
63
|
+
"@saas-ui/nprogress": "0.1.6",
|
|
64
64
|
"@saas-ui/number-input": "0.1.4",
|
|
65
65
|
"@saas-ui/palette": "0.3.2",
|
|
66
66
|
"@saas-ui/password-input": "0.1.7",
|