@intlify/bundle-utils
Advanced tools
Comparing version 3.2.0 to 3.2.1
## @intlify/bundle-utils@3.2.1 (2022-09-27) | ||
#### :bug: Bug Fixes | ||
* [#186](https://github.com/intlify/bundle-tools/pull/186) fix(bundle-utils): export `checkVueI18nBridgeInstallPackage` ([@kazupon](https://github.com/kazupon)) | ||
#### Committers: 1 | ||
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) | ||
## @intlify/bundle-utils@3.2.0 (2022-09-27) | ||
@@ -3,0 +12,0 @@ |
export { CodeGenOptions, CodeGenResult, DevEnv } from './codegen'; | ||
export { generate as generateJSON } from './json'; | ||
export { generate as generateYAML } from './yaml'; | ||
export { checkInstallPackage, InstalledPackage } from './check'; | ||
export { checkInstallPackage, checkVueI18nBridgeInstallPackage, InstalledPackage } from './check'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.checkInstallPackage = exports.generateYAML = exports.generateJSON = void 0; | ||
exports.checkVueI18nBridgeInstallPackage = exports.checkInstallPackage = exports.generateYAML = exports.generateJSON = void 0; | ||
var json_1 = require("./json"); | ||
@@ -10,1 +10,2 @@ Object.defineProperty(exports, "generateJSON", { enumerable: true, get: function () { return json_1.generate; } }); | ||
Object.defineProperty(exports, "checkInstallPackage", { enumerable: true, get: function () { return check_1.checkInstallPackage; } }); | ||
Object.defineProperty(exports, "checkVueI18nBridgeInstallPackage", { enumerable: true, get: function () { return check_1.checkVueI18nBridgeInstallPackage; } }); |
{ | ||
"name": "@intlify/bundle-utils", | ||
"description": "Bundle utilities for Intlify project", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "kazuya kawaguchi", |
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
44850
869