@xiaonoodles/meetfun-i18n 1.2.16 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/vue2/index.js CHANGED
@@ -1,3 +1,3 @@
1
- // Vue2 版本入口 - CommonJS
2
- module.exports = require('../dist/vue2/index.js')
3
-
1
+ // Vue2 版本入口 - CommonJS
2
+ module.exports = require('../dist/vue2/index.js')
3
+
package/vue2/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- // Vue2 版本入口 - ES Module
2
- export * from '../dist/vue2/index.esm.js'
3
- export { default } from '../dist/vue2/index.esm.js'
4
-
1
+ // Vue2 版本入口 - ES Module
2
+ export * from '../dist/vue2/index.esm.js'
3
+ export { default } from '../dist/vue2/index.esm.js'
4
+
package/vue2/package.json CHANGED
@@ -1,14 +1,14 @@
1
- {
2
- "name": "@xiaonoodles/i18n/vue2",
3
- "main": "./index.js",
4
- "module": "./index.mjs",
5
- "types": "./index.d.ts",
6
- "exports": {
7
- ".": {
8
- "import": "./index.mjs",
9
- "require": "./index.js",
10
- "types": "./index.d.ts"
11
- }
12
- }
13
- }
14
-
1
+ {
2
+ "name": "@xiaonoodles/i18n/vue2",
3
+ "main": "./index.js",
4
+ "module": "./index.mjs",
5
+ "types": "./index.d.ts",
6
+ "exports": {
7
+ ".": {
8
+ "import": "./index.mjs",
9
+ "require": "./index.js",
10
+ "types": "./index.d.ts"
11
+ }
12
+ }
13
+ }
14
+
package/vue2.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- // Vue2 版本类型定义
2
- export * from './dist/vue2/index'
3
-
1
+ // Vue2 版本类型定义
2
+ export * from './dist/vue2/index'
3
+
package/vue2.mjs CHANGED
@@ -1,13 +1,13 @@
1
- // Vue2 版本 ESM 入口文件
2
- // 直接从 vue2 目录导出,避免路径解析问题
3
- export {
4
- MeetFunI18n,
5
- createMeetFunI18n,
6
- LANGUAGE_OPTIONS_CONFIGURATION
7
- } from './vue2/index.mjs'
8
-
9
- export { default } from './vue2/index.mjs'
10
-
11
- // 导出所有类型
12
- export * from './vue2/index.mjs'
13
-
1
+ // Vue2 版本 ESM 入口文件
2
+ // 直接从 vue2 目录导出,避免路径解析问题
3
+ export {
4
+ MeetFunI18n,
5
+ createMeetFunI18n,
6
+ LANGUAGE_OPTIONS_CONFIGURATION
7
+ } from './vue2/index.mjs'
8
+
9
+ export { default } from './vue2/index.mjs'
10
+
11
+ // 导出所有类型
12
+ export * from './vue2/index.mjs'
13
+