galbe 0.1.0 → 0.1.3

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 CHANGED
@@ -1,39 +1 @@
1
- # Todos
2
-
3
- - [x] Params and QueryParams as {} instead of Type.Object({})
4
- - [x] Body validator (/ parser?)
5
- - [x] Hooks
6
- - [x] Export limited version of Typebox
7
- - [x] Headers
8
- - [x] Details
9
- - [x] Build
10
-
11
- - Own Framework
12
-
13
- - [x] Types
14
- - [x] errorHandler
15
- - [x] plugin use()
16
- - [ ] jsdoc
17
- - [x] on the fly body request validation (REST handle parsing of Multipart arrays + Multipart static )
18
-
19
- - [ ] Unit tests
20
-
21
- - Todo api example
22
-
23
- - [x] Create
24
- - [x] GetList
25
- - [x] Get
26
- - [x] Update
27
- - [x] Delete
28
- - [ ] Bulk create from file
29
- - [ ] Dl as file
30
-
31
- - Hooks
32
-
33
- - [ ] Headers authentication pos/update/delete
34
-
35
- - [ ] Documentation
36
-
37
- - [ ] create-kadre
38
-
39
- - [ ] Website
1
+ # Galbe
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "galbe",
3
- "version": "0.1.0",
3
+ "version": "0.1.3",
4
4
  "description": "Fast, lightweight and highly customizable JavaScript web framework based on Bun",
5
5
  "author": "Pierre Caillaud M (https://github.com/pierre-cm)",
6
6
  "type": "module",
@@ -7,3 +7,5 @@ if (existsSync('.git')) {
7
7
  await $`chmod +x .git/hooks/prepare-commit-msg`
8
8
  console.log('done')
9
9
  }
10
+
11
+ await $`bun run build`