@oiij/emoji-picker 0.0.4 → 0.0.6

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.
Files changed (2) hide show
  1. package/dist/index.cjs +6 -3
  2. package/package.json +5 -5
package/dist/index.cjs CHANGED
@@ -21,9 +21,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
21
21
  }) : target, mod));
22
22
 
23
23
  //#endregion
24
- const __emoji_mart_data = __toESM(require("@emoji-mart/data"));
25
- const emoji_mart = __toESM(require("emoji-mart"));
26
- const vue = __toESM(require("vue"));
24
+ let __emoji_mart_data = require("@emoji-mart/data");
25
+ __emoji_mart_data = __toESM(__emoji_mart_data);
26
+ let emoji_mart = require("emoji-mart");
27
+ emoji_mart = __toESM(emoji_mart);
28
+ let vue = require("vue");
29
+ vue = __toESM(vue);
27
30
 
28
31
  //#region src/index.ts
29
32
  function useEmojiPicker(darkMode, language, options) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oiij/emoji-picker",
3
3
  "type": "module",
4
- "version": "0.0.4",
4
+ "version": "0.0.6",
5
5
  "description": "A Vue Composable for emoji-picker",
6
6
  "author": "oiij",
7
7
  "license": "MIT",
@@ -33,15 +33,15 @@
33
33
  ],
34
34
  "peerDependencies": {
35
35
  "@emoji-mart/data": "^1.2.1",
36
- "@vueuse/core": "^13.6.0",
36
+ "@vueuse/core": "^13.9.0",
37
37
  "emoji-mart": "^5.6.0",
38
- "vue": "^3.5.18"
38
+ "vue": "^3.5.21"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@emoji-mart/data": "^1.2.1",
42
- "@vueuse/core": "^13.6.0",
42
+ "@vueuse/core": "^13.9.0",
43
43
  "emoji-mart": "^5.6.0",
44
- "vue": "^3.5.18"
44
+ "vue": "^3.5.21"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"