@shotstack/shotstack-canvas 2.0.9 → 2.0.11

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.
@@ -4,9 +4,9 @@ import {
4
4
  __require
5
5
  } from "./chunk-FPPKRKBX.js";
6
6
 
7
- // node_modules/harfbuzzjs/hb.js
7
+ // node_modules/.pnpm/harfbuzzjs@0.4.12/node_modules/harfbuzzjs/hb.js
8
8
  var require_hb = __commonJS({
9
- "node_modules/harfbuzzjs/hb.js"(exports, module) {
9
+ "node_modules/.pnpm/harfbuzzjs@0.4.12/node_modules/harfbuzzjs/hb.js"(exports, module) {
10
10
  var createHarfBuzz = (() => {
11
11
  var _scriptName = typeof document != "undefined" ? document.currentScript?.src : void 0;
12
12
  return async function(moduleArg = {}) {
@@ -2,9 +2,9 @@ import {
2
2
  __commonJS
3
3
  } from "./chunk-FPPKRKBX.js";
4
4
 
5
- // node_modules/harfbuzzjs/hbjs.js
5
+ // node_modules/.pnpm/harfbuzzjs@0.4.12/node_modules/harfbuzzjs/hbjs.js
6
6
  var require_hbjs = __commonJS({
7
- "node_modules/harfbuzzjs/hbjs.js"(exports, module) {
7
+ "node_modules/.pnpm/harfbuzzjs@0.4.12/node_modules/harfbuzzjs/hbjs.js"(exports, module) {
8
8
  function hbjs(Module) {
9
9
  "use strict";
10
10
  var exports2 = Module.wasmExports;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shotstack/shotstack-canvas",
3
- "version": "2.0.9",
3
+ "version": "2.0.11",
4
4
  "description": "Text layout & animation engine (HarfBuzz) for Node & Web - fully self-contained.",
5
5
  "type": "module",
6
6
  "main": "./dist/entry.node.cjs",
@@ -45,7 +45,7 @@
45
45
  "dependencies": {
46
46
  "@resvg/resvg-js": "^2.6.2",
47
47
  "@resvg/resvg-wasm": "^2.6.2",
48
- "@shotstack/schemas": "1.8.6",
48
+ "@shotstack/schemas": "1.8.7",
49
49
  "canvas": "npm:@napi-rs/canvas@^0.1.54",
50
50
  "ffmpeg-static": "^5.2.0",
51
51
  "fontkit": "^2.0.4",