@shotstack/shotstack-studio 2.1.2 → 2.1.4

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
@@ -6,7 +6,7 @@
6
6
  "dazzatron",
7
7
  "kratos2k7"
8
8
  ],
9
- "version": "2.1.2",
9
+ "version": "2.1.4",
10
10
  "description": "A video editing library for creating and editing videos with Shotstack",
11
11
  "type": "module",
12
12
  "main": "dist/shotstack-studio.umd.js",
@@ -55,14 +55,16 @@
55
55
  "build:main": "vite build",
56
56
  "build:internal": "node scripts/build-internal.mjs",
57
57
  "test": "jest",
58
+ "test:coverage": "jest --coverage",
58
59
  "test:watch": "jest --watch",
59
60
  "test:package": "node test-package.js",
61
+ "test:extended": "bash scripts/run-extended-tests.sh",
60
62
  "typecheck": "tsc --noEmit && tsc --project tsconfig.test.json --noEmit",
61
63
  "lint": "eslint --ignore-path .gitignore .",
62
64
  "lint:fix": "eslint --ignore-path .gitignore --fix .",
63
65
  "format": "prettier --ignore-path .gitignore --write .",
64
- "verify:ci": "npm run lint && npm run typecheck && npm run test && npm run build && npm run test:package",
65
- "release:check": "npm run verify:ci && npm pack --dry-run --json",
66
+ "verify:ci": "npm run lint && npm run typecheck && npm run test:coverage && npm run build && npm run test:package",
67
+ "release:check": "npm run verify:ci && npm run test:extended && npm pack --dry-run --json",
66
68
  "prepublishOnly": "npm run release:check",
67
69
  "generate:fonts": "npx tsx scripts/fetch-google-fonts.ts"
68
70
  },
@@ -88,7 +90,7 @@
88
90
  },
89
91
  "dependencies": {
90
92
  "@shotstack/schemas": "1.8.7",
91
- "@shotstack/shotstack-canvas": "^2.0.13",
93
+ "@shotstack/shotstack-canvas": "^2.0.16",
92
94
  "howler": "^2.2.4",
93
95
  "mediabunny": "^1.11.2",
94
96
  "opentype.js": "^1.3.4",