@etrepum/lexical-emoji-plan 0.0.28 → 0.0.29-nightly.20240709.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -59,7 +59,7 @@ function x(e) {
59
59
  (a) => a.codePointAt(0).toString(16).padStart(4, "0")
60
60
  ).join("-");
61
61
  }
62
- const z = "0.0.28", M = w({
62
+ const z = "0.0.29-nightly.20240709.0", M = w({
63
63
  config: k({
64
64
  emojiBaseUrl: `https://cdn.jsdelivr.net/npm/@etrepum/lexical-emoji-plan@${z}/dist/emoji`,
65
65
  emojiClass: "emoji-node",
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "test": "vitest run",
17
17
  "test:watch": "vitest"
18
18
  },
19
- "version": "0.0.28",
19
+ "version": "0.0.29-nightly.20240709.0",
20
20
  "license": "MIT",
21
21
  "repository": {
22
22
  "type": "git",