Skip to content

Commit

Permalink
chore: bump lunoxjs packages version to v2.0.0-beta.3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axmad386 committed Oct 12, 2024
1 parent c153b99 commit 2452b09
Show file tree
Hide file tree
Showing 27 changed files with 86 additions and 86 deletions.
2 changes: 1 addition & 1 deletion packages/lunox-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/auth",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Lunox Authentication",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/build",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Lunox helper for rollup",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/core",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Laravel-Flavoured NodeJs framework",
"bin": {
"lunox": "./bin/lunox.cjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-lunox-app",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Create Lunox app",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-drizzle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/drizzle",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Lunox Database Manager using Drizzle",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-eloquent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/eloquent",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Lunox Database ORM using Objection and Knex",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-event-drizzle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/event-drizzle",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Drizzle Connection for @lunoxjs/event",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-event-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/event-typeorm",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Typeorm Connection for @lunoxjs/event",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-event/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/event",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Lunox Event Manager",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/filesystem",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Lunox Filesystem",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-mail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/mail",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Lunox Mail Manager",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/prisma",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Lunox Database Manager using Prisma ORM",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-session/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/session",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Lunox Session",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/test",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Lunox Unit Test",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/typeorm",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Lunox Database Manager using TypeORM",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/validation",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Lunox Request Validator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-view-plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/view-plugin-react",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Lunox View Plugin React",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-view-plugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/view-plugin-svelte",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Lunox View Plugin Svelte",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/view",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Lunox View",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lunox-zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunoxjs/zod",
"version": "2.0.0-beta.3.7.0",
"version": "2.0.0-beta.3.8.0",
"description": "Lunox Validation using Zod",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
12 changes: 6 additions & 6 deletions presets/api-validation-eloquent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
"dependencies": {
"@kodepandai/flydrive": "3.0.2",
"@kodepandai/flydrive-s3": "3.0.2",
"@lunoxjs/auth": "2.0.0-beta.3.7.0",
"@lunoxjs/core": "2.0.0-beta.3.7.0",
"@lunoxjs/eloquent": "2.0.0-beta.3.7.0",
"@lunoxjs/filesystem": "2.0.0-beta.3.7.0",
"@lunoxjs/validation": "2.0.0-beta.3.7.0",
"@lunoxjs/auth": "2.0.0-beta.3.8.0",
"@lunoxjs/core": "2.0.0-beta.3.8.0",
"@lunoxjs/eloquent": "2.0.0-beta.3.8.0",
"@lunoxjs/filesystem": "2.0.0-beta.3.8.0",
"@lunoxjs/validation": "2.0.0-beta.3.8.0",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"mysql2": "^3.6.5"
},
"devDependencies": {
"@lunoxjs/test": "2.0.0-beta.3.7.0",
"@lunoxjs/test": "2.0.0-beta.3.8.0",
"@swc/core": "^1.3.99",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
Expand Down
18 changes: 9 additions & 9 deletions presets/api-validation-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
"dependencies": {
"@kodepandai/flydrive": "3.0.2",
"@kodepandai/flydrive-s3": "3.0.2",
"@lunoxjs/auth": "2.0.0-beta.3.7.0",
"@lunoxjs/core": "2.0.0-beta.3.7.0",
"@lunoxjs/event": "2.0.0-beta.3.7.0",
"@lunoxjs/event-typeorm": "2.0.0-beta.3.7.0",
"@lunoxjs/filesystem": "2.0.0-beta.3.7.0",
"@lunoxjs/mail": "2.0.0-beta.3.7.0",
"@lunoxjs/typeorm": "2.0.0-beta.3.7.0",
"@lunoxjs/validation": "2.0.0-beta.3.7.0",
"@lunoxjs/auth": "2.0.0-beta.3.8.0",
"@lunoxjs/core": "2.0.0-beta.3.8.0",
"@lunoxjs/event": "2.0.0-beta.3.8.0",
"@lunoxjs/event-typeorm": "2.0.0-beta.3.8.0",
"@lunoxjs/filesystem": "2.0.0-beta.3.8.0",
"@lunoxjs/mail": "2.0.0-beta.3.8.0",
"@lunoxjs/typeorm": "2.0.0-beta.3.8.0",
"@lunoxjs/validation": "2.0.0-beta.3.8.0",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"mysql2": "^3.6.5",
"typeorm": "^0.3.17"
},
"devDependencies": {
"@lunoxjs/test": "2.0.0-beta.3.7.0",
"@lunoxjs/test": "2.0.0-beta.3.8.0",
"@swc/core": "^1.3.99",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
Expand Down
18 changes: 9 additions & 9 deletions presets/react-validation-eloquent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"dependencies": {
"@kodepandai/flydrive": "3.0.2",
"@kodepandai/flydrive-s3": "3.0.2",
"@lunoxjs/auth": "2.0.0-beta.3.7.0",
"@lunoxjs/core": "2.0.0-beta.3.7.0",
"@lunoxjs/eloquent": "2.0.0-beta.3.7.0",
"@lunoxjs/filesystem": "2.0.0-beta.3.7.0",
"@lunoxjs/session": "2.0.0-beta.3.7.0",
"@lunoxjs/validation": "2.0.0-beta.3.7.0",
"@lunoxjs/view": "2.0.0-beta.3.7.0",
"@lunoxjs/view-plugin-react": "2.0.0-beta.3.7.0",
"@lunoxjs/auth": "2.0.0-beta.3.8.0",
"@lunoxjs/core": "2.0.0-beta.3.8.0",
"@lunoxjs/eloquent": "2.0.0-beta.3.8.0",
"@lunoxjs/filesystem": "2.0.0-beta.3.8.0",
"@lunoxjs/session": "2.0.0-beta.3.8.0",
"@lunoxjs/validation": "2.0.0-beta.3.8.0",
"@lunoxjs/view": "2.0.0-beta.3.8.0",
"@lunoxjs/view-plugin-react": "2.0.0-beta.3.8.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
Expand All @@ -65,7 +65,7 @@
"@iconify-json/ant-design": "^1.1.16",
"@iconify-json/file-icons": "^1.1.7",
"@iconify/tailwind": "^0.1.4",
"@lunoxjs/test": "2.0.0-beta.3.7.0",
"@lunoxjs/test": "2.0.0-beta.3.8.0",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/formidable": "^3.4.5",
Expand Down
24 changes: 12 additions & 12 deletions presets/react-validation-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"dependencies": {
"@kodepandai/flydrive": "3.0.2",
"@kodepandai/flydrive-s3": "3.0.2",
"@lunoxjs/auth": "2.0.0-beta.3.7.0",
"@lunoxjs/core": "2.0.0-beta.3.7.0",
"@lunoxjs/filesystem": "2.0.0-beta.3.7.0",
"@lunoxjs/mail": "2.0.0-beta.3.7.0",
"@lunoxjs/session": "2.0.0-beta.3.7.0",
"@lunoxjs/typeorm": "2.0.0-beta.3.7.0",
"@lunoxjs/validation": "2.0.0-beta.3.7.0",
"@lunoxjs/view": "2.0.0-beta.3.7.0",
"@lunoxjs/view-plugin-react": "2.0.0-beta.3.7.0",
"@lunoxjs/auth": "2.0.0-beta.3.8.0",
"@lunoxjs/core": "2.0.0-beta.3.8.0",
"@lunoxjs/filesystem": "2.0.0-beta.3.8.0",
"@lunoxjs/mail": "2.0.0-beta.3.8.0",
"@lunoxjs/session": "2.0.0-beta.3.8.0",
"@lunoxjs/typeorm": "2.0.0-beta.3.8.0",
"@lunoxjs/validation": "2.0.0-beta.3.8.0",
"@lunoxjs/view": "2.0.0-beta.3.8.0",
"@lunoxjs/view-plugin-react": "2.0.0-beta.3.8.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
Expand All @@ -68,9 +68,9 @@
"@iconify-json/ant-design": "^1.1.16",
"@iconify-json/file-icons": "^1.1.7",
"@iconify/tailwind": "^0.1.4",
"@lunoxjs/event": "2.0.0-beta.3.7.0",
"@lunoxjs/event-typeorm": "2.0.0-beta.3.7.0",
"@lunoxjs/test": "2.0.0-beta.3.7.0",
"@lunoxjs/event": "2.0.0-beta.3.8.0",
"@lunoxjs/event-typeorm": "2.0.0-beta.3.8.0",
"@lunoxjs/test": "2.0.0-beta.3.8.0",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/formidable": "^3.4.5",
Expand Down
18 changes: 9 additions & 9 deletions presets/react-zod-drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"dependencies": {
"@kodepandai/flydrive": "3.0.2",
"@kodepandai/flydrive-s3": "3.0.2",
"@lunoxjs/auth": "2.0.0-beta.3.7.0",
"@lunoxjs/core": "2.0.0-beta.3.7.0",
"@lunoxjs/drizzle": "2.0.0-beta.3.7.0",
"@lunoxjs/filesystem": "2.0.0-beta.3.7.0",
"@lunoxjs/session": "2.0.0-beta.3.7.0",
"@lunoxjs/view": "2.0.0-beta.3.7.0",
"@lunoxjs/view-plugin-react": "2.0.0-beta.3.7.0",
"@lunoxjs/zod": "2.0.0-beta.3.7.0",
"@lunoxjs/auth": "2.0.0-beta.3.8.0",
"@lunoxjs/core": "2.0.0-beta.3.8.0",
"@lunoxjs/drizzle": "2.0.0-beta.3.8.0",
"@lunoxjs/filesystem": "2.0.0-beta.3.8.0",
"@lunoxjs/session": "2.0.0-beta.3.8.0",
"@lunoxjs/view": "2.0.0-beta.3.8.0",
"@lunoxjs/view-plugin-react": "2.0.0-beta.3.8.0",
"@lunoxjs/zod": "2.0.0-beta.3.8.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
Expand All @@ -68,7 +68,7 @@
"@iconify-json/ant-design": "^1.1.16",
"@iconify-json/file-icons": "^1.1.7",
"@iconify/tailwind": "^0.1.4",
"@lunoxjs/test": "2.0.0-beta.3.7.0",
"@lunoxjs/test": "2.0.0-beta.3.8.0",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/formidable": "^3.4.5",
Expand Down
18 changes: 9 additions & 9 deletions presets/svelte-validation-eloquent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"dependencies": {
"@kodepandai/flydrive": "3.0.2",
"@kodepandai/flydrive-s3": "3.0.2",
"@lunoxjs/auth": "2.0.0-beta.3.7.0",
"@lunoxjs/core": "2.0.0-beta.3.7.0",
"@lunoxjs/eloquent": "2.0.0-beta.3.7.0",
"@lunoxjs/filesystem": "2.0.0-beta.3.7.0",
"@lunoxjs/session": "2.0.0-beta.3.7.0",
"@lunoxjs/validation": "2.0.0-beta.3.7.0",
"@lunoxjs/view": "2.0.0-beta.3.7.0",
"@lunoxjs/view-plugin-svelte": "2.0.0-beta.3.7.0",
"@lunoxjs/auth": "2.0.0-beta.3.8.0",
"@lunoxjs/core": "2.0.0-beta.3.8.0",
"@lunoxjs/eloquent": "2.0.0-beta.3.8.0",
"@lunoxjs/filesystem": "2.0.0-beta.3.8.0",
"@lunoxjs/session": "2.0.0-beta.3.8.0",
"@lunoxjs/validation": "2.0.0-beta.3.8.0",
"@lunoxjs/view": "2.0.0-beta.3.8.0",
"@lunoxjs/view-plugin-svelte": "2.0.0-beta.3.8.0",
"bcrypt": "^5.1.1",
"bits-ui": "^0.21.2",
"clsx": "^2.1.0",
Expand All @@ -63,7 +63,7 @@
"@iconify-json/ant-design": "^1.1.16",
"@iconify-json/file-icons": "^1.1.7",
"@iconify/tailwind": "^0.1.4",
"@lunoxjs/test": "2.0.0-beta.3.7.0",
"@lunoxjs/test": "2.0.0-beta.3.8.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"@types/bcrypt": "^5.0.2",
Expand Down
24 changes: 12 additions & 12 deletions presets/svelte-validation-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"dependencies": {
"@kodepandai/flydrive": "3.0.2",
"@kodepandai/flydrive-s3": "3.0.2",
"@lunoxjs/auth": "2.0.0-beta.3.7.0",
"@lunoxjs/core": "2.0.0-beta.3.7.0",
"@lunoxjs/filesystem": "2.0.0-beta.3.7.0",
"@lunoxjs/mail": "2.0.0-beta.3.7.0",
"@lunoxjs/session": "2.0.0-beta.3.7.0",
"@lunoxjs/typeorm": "2.0.0-beta.3.7.0",
"@lunoxjs/validation": "2.0.0-beta.3.7.0",
"@lunoxjs/view": "2.0.0-beta.3.7.0",
"@lunoxjs/view-plugin-svelte": "2.0.0-beta.3.7.0",
"@lunoxjs/auth": "2.0.0-beta.3.8.0",
"@lunoxjs/core": "2.0.0-beta.3.8.0",
"@lunoxjs/filesystem": "2.0.0-beta.3.8.0",
"@lunoxjs/mail": "2.0.0-beta.3.8.0",
"@lunoxjs/session": "2.0.0-beta.3.8.0",
"@lunoxjs/typeorm": "2.0.0-beta.3.8.0",
"@lunoxjs/validation": "2.0.0-beta.3.8.0",
"@lunoxjs/view": "2.0.0-beta.3.8.0",
"@lunoxjs/view-plugin-svelte": "2.0.0-beta.3.8.0",
"bcrypt": "^5.1.1",
"bits-ui": "^0.21.2",
"clsx": "^2.1.0",
Expand All @@ -64,9 +64,9 @@
"@iconify-json/ant-design": "^1.1.16",
"@iconify-json/file-icons": "^1.1.7",
"@iconify/tailwind": "^0.1.4",
"@lunoxjs/event": "2.0.0-beta.3.7.0",
"@lunoxjs/event-typeorm": "2.0.0-beta.3.7.0",
"@lunoxjs/test": "2.0.0-beta.3.7.0",
"@lunoxjs/event": "2.0.0-beta.3.8.0",
"@lunoxjs/event-typeorm": "2.0.0-beta.3.8.0",
"@lunoxjs/test": "2.0.0-beta.3.8.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"@types/bcrypt": "^5.0.2",
Expand Down

0 comments on commit 2452b09

Please sign in to comment.