@nexrender/core 1.57.3 → 1.59.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexrender/core",
3
- "version": "1.57.3",
3
+ "version": "1.59.0",
4
4
  "main": "src/index.js",
5
5
  "author": "Inlife",
6
6
  "homepage": "https://www.nexrender.com",
@@ -29,6 +29,7 @@
29
29
  "@nexrender/action-encode": "^1.1.4",
30
30
  "@nexrender/action-fonts": "^1.51.8",
31
31
  "@nexrender/action-image": "^1.49.4",
32
+ "@nexrender/action-link": "^1.0.0",
32
33
  "@nexrender/action-mogrt": "^1.0.2",
33
34
  "@nexrender/action-upload": "^1.0.0",
34
35
  "@nexrender/action-webhook": "^1.51.3",
@@ -41,5 +42,5 @@
41
42
  "publishConfig": {
42
43
  "access": "public"
43
44
  },
44
- "gitHead": "b855ff943e79b243a02d414f37e222074668d131"
45
+ "gitHead": "9854b85b5cf7a5f53670abeb994406714af4e597"
45
46
  }
package/src/index.js CHANGED
@@ -33,6 +33,7 @@ if (process.env.NEXRENDER_REQUIRE_PLUGINS) {
33
33
  require('@nexrender/action-decompress');
34
34
  require('@nexrender/action-image');
35
35
  require('@nexrender/action-fonts');
36
+ require('@nexrender/action-link');
36
37
  require('@nexrender/action-webhook');
37
38
  require('@nexrender/action-mogrt');
38
39
 
@@ -206,7 +206,6 @@ Estimated date of change to the new behavior: 2023-06-01.\n`);
206
206
  job.onRenderError(job, new Error(matchError[1]));
207
207
  }
208
208
  errorSent = true
209
- throw new Error(matchError[1]);
210
209
  }
211
210
 
212
211
  return data;