@sidekick-coder/zenith-kit 0.0.16 → 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.
@@ -1,4 +1,4 @@
1
1
  <script lang="ts">
2
2
  export { DialogForm as default } from '@sidekick-coder/zenith-kit/components'
3
- export { defineFormFields } from '@sidekick-coder/zenith-kit/components'
3
+ export { defineLegacyDialogFormFields as defineFormFields } from '@sidekick-coder/zenith-kit/components'
4
4
  </script>
@@ -1,3 +1,5 @@
1
1
  <script lang="ts">
2
2
  export { FormAutoFieldList as default } from '@sidekick-coder/zenith-kit/components'
3
+ export { defineFormFields } from '@sidekick-coder/zenith-kit/components'
4
+
3
5
  </script>
@@ -0,0 +1,4 @@
1
+ import { emmitter } from "@sidekick-coder/zenith-kit/server";
2
+
3
+ /** @deprecated use @sidekick-coder/zenith-kit/server's emmitter instead */
4
+ export default emmitter;
@@ -0,0 +1,4 @@
1
+ import { scheduler } from "@sidekick-coder/zenith-kit/server";
2
+
3
+ /** @deprecated use @sidekick-coder/zenith-kit/server's scheduler instead */
4
+ export default scheduler;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sidekick-coder/zenith-kit",
3
- "version": "0.0.16",
3
+ "version": "0.1.0",
4
4
  "license": "MIT",
5
5
  "description": "Package to use with zenith framework",
6
6
  "author": "Henrique Oliveira <henriqueoliwork@gmail.com>",
@@ -62,34 +62,27 @@
62
62
  "@eslint/json": "^0.14.0"
63
63
  },
64
64
  "dependencies": {
65
+ "@aws-sdk/client-s3": "^3.1039.0",
66
+ "@aws-sdk/lib-storage": "^3.1039.0",
67
+ "@aws-sdk/s3-request-presigner": "^3.1039.0",
68
+ "@casl/ability": "^6.8.1",
69
+ "@inquirer/prompts": "^8.4.3",
70
+ "@rollup/pluginutils": "^5.3.0",
71
+ "@tailwindcss/vite": "^4.2.4",
65
72
  "@types/express": "^5.0.6",
66
73
  "@types/js-yaml": "^4.0.9",
67
74
  "@types/lodash-es": "^4.17.12",
68
75
  "@types/mime": "^3.0.4",
69
76
  "@types/ms": "^2.1.0",
70
77
  "@types/node": "^25.6.0",
78
+ "@types/node-schedule": "^2.1.8",
71
79
  "@types/qs": "^6.15.0",
72
- "@vue/language-core": "^3.1.8",
73
- "@vue/tsconfig": "^0.9.1",
74
- "eslint": "^9.39.4",
75
- "eslint-config-prettier": "^10.1.8",
76
- "eslint-plugin-vue": "^10.8.0",
77
- "globals": "^17.5.0",
78
- "tsdown": "^0.21.9",
79
- "typescript": "^6.0.3",
80
- "typescript-eslint": "^8.58.2",
81
- "vite-plugin-dts": "^5.0.0",
82
- "vitest": "^3.2.4",
83
- "@aws-sdk/client-s3": "^3.1039.0",
84
- "@aws-sdk/lib-storage": "^3.1039.0",
85
- "@aws-sdk/s3-request-presigner": "^3.1039.0",
86
- "@casl/ability": "^6.8.1",
87
- "@rollup/pluginutils": "^5.3.0",
88
- "@tailwindcss/vite": "^4.2.4",
89
80
  "@unhead/vue": "^3.1.0",
90
81
  "@vee-validate/valibot": "^4.15.1",
91
82
  "@vitejs/plugin-vue": "^6.0.6",
92
- "better-sqlite3": "^12.9.0",
83
+ "@vue/language-core": "^3.1.8",
84
+ "@vue/tsconfig": "^0.9.1",
85
+ "@vueuse/router": "^14.3.0",
93
86
  "class-variance-authority": "^0.7.1",
94
87
  "cli-table3": "^0.6.5",
95
88
  "clsx": "^2.1.1",
@@ -98,7 +91,11 @@
98
91
  "date-fns": "^4.1.0",
99
92
  "dotenv": "^17.4.2",
100
93
  "embla-carousel-vue": "^8.6.0",
94
+ "eslint": "^9.39.4",
95
+ "eslint-config-prettier": "^10.1.8",
96
+ "eslint-plugin-vue": "^10.8.0",
101
97
  "fast-glob": "^3.3.3",
98
+ "globals": "^17.5.0",
102
99
  "js-yaml": "^4.1.1",
103
100
  "kysely": "^0.28.16",
104
101
  "lodash-es": "^4.18.1",
@@ -106,16 +103,22 @@
106
103
  "mime": "^4.1.0",
107
104
  "ms": "^2.1.3",
108
105
  "mysql2": "^3.22.3",
106
+ "node-schedule": "^2.1.1",
109
107
  "pg": "^8.20.0",
110
108
  "qs": "^6.15.1",
111
109
  "reka-ui": "^2.9.6",
112
110
  "tailwind-merge": "^3.5.0",
111
+ "tsdown": "^0.21.9",
113
112
  "tw-animate-css": "^1.4.0",
113
+ "typescript": "^6.0.3",
114
+ "typescript-eslint": "^8.58.2",
114
115
  "ulid": "^3.0.2",
115
116
  "undici": "^8.2.0",
116
117
  "valibot": "^1.3.1",
117
118
  "vaul-vue": "^0.4.1",
118
119
  "vee-validate": "^4.15.1",
120
+ "vite-plugin-dts": "^5.0.0",
121
+ "vitest": "^3.2.4",
119
122
  "vue-router": "^5.0.6",
120
123
  "vue-sonner": "^2.0.9"
121
124
  }
package/vite.config.ts CHANGED
@@ -1,9 +1,7 @@
1
1
  import { createLogger, defineConfig } from 'vite'
2
2
  import vue from '@vitejs/plugin-vue'
3
3
  import tailwindcss from '@tailwindcss/vite'
4
- // import { importReplacer } from './src/build/vite'
5
4
  import { generateIndexFile } from '#server/utils/generateIndexFile.ts'
6
- import dts from 'vite-plugin-dts'
7
5
 
8
6
  const logger = createLogger()
9
7
 
@@ -13,7 +11,7 @@ const prebuild = () => ({
13
11
  generateIndexFile({
14
12
  glob: '**/*.{ts,vue,css}',
15
13
  folders: [
16
- // 'src/client/composables',
14
+ 'src/client/composables',
17
15
  // 'src/client/utils',
18
16
  // 'src/client/facades',
19
17
  'src/client/components',