@intlify/bundle-utils
Advanced tools
Comparing version 3.4.0 to 4.0.0
@@ -9,3 +9,3 @@ import { CompileError, ResourceNode } from '@intlify/message-compiler'; | ||
*/ | ||
export declare type DevEnv = 'development' | 'production'; | ||
export type DevEnv = 'development' | 'production'; | ||
export interface Position { | ||
@@ -12,0 +12,0 @@ line: number; |
@@ -1,7 +0,7 @@ | ||
export declare type InstalledPackage = 'vue-i18n' | 'petite-vue-i18n'; | ||
export type InstalledPackage = 'vue-i18n' | 'petite-vue-i18n'; | ||
export declare function checkInstallPackage(pkg: string, debug: Function): InstalledPackage; | ||
export declare function checkVueI18nBridgeInstallPackage(debug: Function): boolean; | ||
declare type VueI18nVersion = '8' | '9' | 'unknown' | ''; | ||
type VueI18nVersion = '8' | '9' | 'unknown' | ''; | ||
export declare function getVueI18nVersion(debug: Function): VueI18nVersion; | ||
export declare function loadModule(moduleName: string, debug: Function): any; | ||
export {}; |
{ | ||
"name": "@intlify/bundle-utils", | ||
"description": "Bundle utilities for Intlify project", | ||
"version": "3.4.0", | ||
"version": "4.0.0", | ||
"author": { | ||
@@ -31,3 +31,4 @@ "name": "kazuya kawaguchi", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"index.mjs" | ||
], | ||
@@ -37,2 +38,13 @@ "homepage": "https://github.com/intlify/bundle-tools/blob/main/packages/bundle-utils/README.md", | ||
"main": "lib/index.js", | ||
"module": "./index.mjs", | ||
"types": "lib/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./index.mjs", | ||
"require": "./lib/index.js", | ||
"types": "./lib/index.d.ts" | ||
}, | ||
"./lib/*": "./lib/*", | ||
"./package.json": "./package.json" | ||
}, | ||
"repository": { | ||
@@ -50,4 +62,3 @@ "type": "git", | ||
"release": "jiti ../../scripts/release.ts" | ||
}, | ||
"types": "lib/index.d.ts" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41091
14
892