fenextjs-interface
Advanced tools
Comparing version 4.3.1 to 4.3.2
@@ -1,2 +0,2 @@ | ||
import { CountryProps } from "@/CSC"; | ||
import { CountryProps } from "../CSC"; | ||
export interface PhoneCodeProps { | ||
@@ -3,0 +3,0 @@ img?: string; |
{ | ||
"name": "fenextjs-interface", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "", | ||
@@ -22,3 +22,3 @@ "main": "./cjs/index.js", | ||
"remove":"npm run remove-node-module && npm run remove-bun-lockb", | ||
"update-package":"ncu -u !next", | ||
"update-package": "ncu -u '/^fenextjs.*$/'", | ||
"update":"npm run update-package && npm run remove && npm run bun-i && npm run flb", | ||
@@ -54,2 +54,3 @@ "u":"npm run update" | ||
"@typescript-eslint/parser": "6.7.2", | ||
"npm-check-updates": "16.14.18", | ||
"eslint": "8.49.0", | ||
@@ -56,0 +57,0 @@ "prettier": "3.0.3", |
27792
11