@fraqjs/plugin-takumi 0.2.0 → 0.2.1

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.mjs +1 -1
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -103,7 +103,7 @@ var TakumiService = class {
103
103
  const processedNode = extractEmojis(node, emojiType);
104
104
  return {
105
105
  node: processedNode,
106
- fetchedResources: await fetchResources(extractResourceUrls(processedNode))
106
+ fetchedResources: await fetchResources(extractResourceUrls(processedNode), { throwOnError: false })
107
107
  };
108
108
  }
109
109
  dispose() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fraqjs/plugin-takumi",
3
3
  "type": "module",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "description": "Takumi integration plugin for Fraq",
6
6
  "files": [
7
7
  "dist",
@@ -15,11 +15,11 @@
15
15
  "type": "git",
16
16
  "url": "git+https://github.com/fraqjs/fraq.git"
17
17
  },
18
- "homepage": "https://fraq.ntqqrev.org/",
18
+ "homepage": "https://fraq.dev/",
19
19
  "license": "MIT",
20
20
  "peerDependencies": {
21
21
  "react": "^19.0.0",
22
- "@fraqjs/fraq": "^0.10.1"
22
+ "@fraqjs/fraq": "^0.11.0"
23
23
  },
24
24
  "dependencies": {
25
25
  "@fraqjs/takumi-builtin-fonts": "^1.0.0",