Skip to content

Commit

Permalink
fix(bundle-utils): export js generate API (#231)
Browse files Browse the repository at this point in the history
* fix(bundle-utils): export js generate API

* fix: update lock
  • Loading branch information
kazupon committed Mar 7, 2023
1 parent 10a5523 commit ea1a0c6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 12 deletions.
1 change: 1 addition & 0 deletions packages/bundle-utils/src/index.ts
@@ -1,6 +1,7 @@
export { CodeGenOptions, CodeGenResult, DevEnv } from './codegen'
export { generate as generateJSON } from './json'
export { generate as generateYAML } from './yaml'
export { generate as generateJavaScript } from './js'
export {
getVueI18nVersion,
checkInstallPackage,
Expand Down
42 changes: 30 additions & 12 deletions yarn.lock
Expand Up @@ -1040,13 +1040,10 @@ __metadata:
languageName: unknown
linkType: soft

"@intlify/bundle-utils@^4.0.0, @intlify/bundle-utils@workspace:packages/bundle-utils":
version: 0.0.0-use.local
resolution: "@intlify/bundle-utils@workspace:packages/bundle-utils"
"@intlify/bundle-utils@npm:3.4.0, @intlify/bundle-utils@npm:^3.1.2":
version: 3.4.0
resolution: "@intlify/bundle-utils@npm:3.4.0"
dependencies:
"@babel/parser": ^7.21.2
"@babel/traverse": ^7.21.2
"@babel/types": ^7.21.2
"@intlify/message-compiler": next
"@intlify/shared": next
jsonc-eslint-parser: ^1.0.1
Expand All @@ -1057,12 +1054,13 @@ __metadata:
optional: true
vue-i18n:
optional: true
languageName: unknown
linkType: soft
checksum: eb8bcec99fea495ac1011867f23e7a05aa2ba9b89366c6a1a8b7ecb0f1c4ef551e68aeabeb43bb01353a36a87791805c48290d0b847989cfb0c8fc07e2969b2e
languageName: node
linkType: hard

"@intlify/bundle-utils@npm:3.4.0, @intlify/bundle-utils@npm:^3.1.2":
version: 3.4.0
resolution: "@intlify/bundle-utils@npm:3.4.0"
"@intlify/bundle-utils@npm:^4.0.0":
version: 4.0.0
resolution: "@intlify/bundle-utils@npm:4.0.0"
dependencies:
"@intlify/message-compiler": next
"@intlify/shared": next
Expand All @@ -1074,7 +1072,7 @@ __metadata:
optional: true
vue-i18n:
optional: true
checksum: eb8bcec99fea495ac1011867f23e7a05aa2ba9b89366c6a1a8b7ecb0f1c4ef551e68aeabeb43bb01353a36a87791805c48290d0b847989cfb0c8fc07e2969b2e
checksum: 765cd8d599635dd2dee163e4bf0914cf6351603a5e2c6f679a06f93fe5ef14ada84b45cf2f9bc2c0f83e620cf3d394f71b2d9c9eb7ee374d1fea764062da6184
languageName: node
linkType: hard

Expand All @@ -1096,6 +1094,26 @@ __metadata:
languageName: node
linkType: hard

"@intlify/bundle-utils@workspace:packages/bundle-utils":
version: 0.0.0-use.local
resolution: "@intlify/bundle-utils@workspace:packages/bundle-utils"
dependencies:
"@babel/parser": ^7.21.2
"@babel/traverse": ^7.21.2
"@babel/types": ^7.21.2
"@intlify/message-compiler": next
"@intlify/shared": next
jsonc-eslint-parser: ^1.0.1
source-map: 0.6.1
yaml-eslint-parser: ^0.3.2
peerDependenciesMeta:
petite-vue-i18n:
optional: true
vue-i18n:
optional: true
languageName: unknown
linkType: soft

"@intlify/core-base@npm:9.2.0-beta.35, @intlify/core-base@npm:beta":
version: 9.2.0-beta.35
resolution: "@intlify/core-base@npm:9.2.0-beta.35"
Expand Down

0 comments on commit ea1a0c6

Please sign in to comment.