Skip to content

Commit

Permalink
updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jonathan committed Jan 18, 2025
1 parent f7ecbc8 commit 2d69aa2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmicmind/domainjs",
"version": "0.0.1-rc-011825-4",
"version": "0.0.1-rc-011825-4.1",
"description": "A domain-driven design framework for scalable systems.",
"keywords": ["typescript", "domain-driven-design", "framework", "cosmicmind", "domainjs"],
"author": {
Expand Down Expand Up @@ -45,7 +45,6 @@
"dependencies": {
"@cosmicmind/foundationjs": "^0.0.1-rc-011825-1.2",
"@cosmicmind/patternjs": "^0.0.1-rc-011825-3",
"lib0": "^0.2.99",
"npm-run-all": "^4.1.5",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
Expand All @@ -62,6 +61,7 @@
"eslint": "^9.18.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"lib0": "^0.2.99",
"terser": "^5.37.0",
"ts-node": "^10.9.2",
"yup": "^1.6.1"
Expand Down
2 changes: 1 addition & 1 deletion typings/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright © 2024, CosmicMind, Inc. <http://cosmicmind.com>. All rights reserved. */
/* Copyright © 2025, CosmicMind, Inc. <http://cosmicmind.com>. All rights reserved. */

/// <reference types="vite/client" />

Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import {
defineConfig,
UserConfigExport,
} from 'vite'

import dts from 'vite-plugin-dts'

export default ({ mode }: ConfigEnv): UserConfigExport => {
Expand Down

0 comments on commit 2d69aa2

Please sign in to comment.