@rangka/client 0.0.1 → 0.1.0
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 +2 -2
- package/CHANGELOG.md +18 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @rangka/client@0.0
|
|
2
|
+
> @rangka/client@0.1.0 build /home/runner/work/rangka-framework/rangka-framework/packages/client
|
|
3
3
|
> tsc --build && vite build --outDir dist/shell
|
|
4
4
|
|
|
5
5
|
[36mvite v6.4.3 [32mbuilding for production...[36m[39m
|
|
@@ -26,4 +26,4 @@ computing gzip size...
|
|
|
26
26
|
- Using dynamic import() to code-split the application
|
|
27
27
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
28
28
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
29
|
-
[32m✓ built in
|
|
29
|
+
[32m✓ built in 4.99s[39m
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# @rangka/client
|
|
2
|
+
|
|
3
|
+
## 0.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`438bf4a`](https://github.com/rangka-dev/rangka-framework/commit/438bf4a385b99d1e497e937375dc03aac101c8ec) Thanks [@irfnmzk](https://github.com/irfnmzk)! - Initial open source release
|
|
8
|
+
|
|
9
|
+
- Modular ERP framework with declarative models, hooks, services, and widgets
|
|
10
|
+
- CLI with dev server, build, and studio commands
|
|
11
|
+
- Studio AI development environment with WebSocket-based UI
|
|
12
|
+
- create-rangka scaffolding tool
|
|
13
|
+
- MIT licensed framework, AGPL licensed studio
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`438bf4a`](https://github.com/rangka-dev/rangka-framework/commit/438bf4a385b99d1e497e937375dc03aac101c8ec)]:
|
|
18
|
+
- @rangka/shared@0.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rangka/client",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"tailwind-merge": "^2.6.1",
|
|
34
34
|
"tw-animate-css": "^1.4.0",
|
|
35
35
|
"vaul": "^1.1.2",
|
|
36
|
-
"@rangka/shared": "0.0
|
|
36
|
+
"@rangka/shared": "0.1.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@tailwindcss/vite": "^4.1.0",
|