@agendize/az-i18n
Advanced tools
Comparing version 1.0.57 to 1.0.58
@@ -1,4 +0,4 @@ | ||
declare type Locale = 'en' | 'fr'; | ||
export declare type Locale = 'en' | 'fr'; | ||
declare const messages: Record<Locale, {}>; | ||
export { Locale, messages }; | ||
export { messages }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@agendize/az-i18n", | ||
"private": false, | ||
"version": "1.0.57", | ||
"version": "1.0.58", | ||
"description": "Agendize i18n", | ||
@@ -30,3 +30,4 @@ "type": "module", | ||
"vite": "^3.1.7", | ||
"vue-tsc": "^0.29.8" | ||
"vue-tsc": "^0.29.8", | ||
"typescript": "4.7.4" | ||
}, | ||
@@ -41,2 +42,3 @@ "exports": { | ||
"build": "vite build && tsc --emitDeclarationOnly", | ||
"build-quick": "vite build", | ||
"publish-lib": "npm run build && npm publish --access=public ", | ||
@@ -43,0 +45,0 @@ "publish-beta": "npm run build && npm publish --access=public --tag beta", |
@@ -0,0 +0,0 @@ # Agendize i18n Module |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
165091
3