@flux-ui/internals 3.0.0-next.7 → 3.0.0-next.9
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/README.md +14 -0
- package/package.json +4 -4
package/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# `@flux-ui/internals`
|
|
2
|
+
|
|
3
|
+
Contains internals that are used in various `@flux-ui` packages.
|
|
4
|
+
|
|
5
|
+
## ⭐️ Prerequisites
|
|
6
|
+
|
|
7
|
+
- Bun >= 1.2.13
|
|
8
|
+
- Node >= 23
|
|
9
|
+
|
|
10
|
+
## 🚀 Getting started
|
|
11
|
+
|
|
12
|
+
1. Make sure that the monorepo of Flux is used.
|
|
13
|
+
2. Run `bun install` in the project root.
|
|
14
|
+
3. Run `bun --cwd packages/internals build` to build the project.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flux-ui/internals",
|
|
3
3
|
"description": "Contains internal workings of Flux UI packages.",
|
|
4
|
-
"version": "3.0.0-next.
|
|
4
|
+
"version": "3.0.0-next.9",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"funding": "https://github.com/sponsors/basmilius",
|
|
@@ -44,16 +44,16 @@
|
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@basmilius/utils": "^2.
|
|
47
|
+
"@basmilius/utils": "^2.3.0",
|
|
48
48
|
"lodash-es": "^4.17.21",
|
|
49
49
|
"luxon": "^3.6.1",
|
|
50
50
|
"vue": "^3.5.13"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@basmilius/tools": "^2.
|
|
53
|
+
"@basmilius/tools": "^2.3.0",
|
|
54
54
|
"@types/luxon": "^3.6.2",
|
|
55
55
|
"lodash-es": "^4.17.21",
|
|
56
56
|
"luxon": "^3.6.1",
|
|
57
|
-
"vue": "^3.5.
|
|
57
|
+
"vue": "^3.5.14"
|
|
58
58
|
}
|
|
59
59
|
}
|