@norskvideo/norsk-studio-aws 1.27.0-2025-10-01-b3ce62aa → 1.27.0-2025-10-03-0518bc3b

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norskvideo/norsk-studio-aws",
3
- "version": "1.27.0-2025-10-01-b3ce62aa",
3
+ "version": "1.27.0-2025-10-03-0518bc3b",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "clean": "rm -rf lib client build && make clean",
@@ -9,7 +9,7 @@
9
9
  "build:server": "npx tsc",
10
10
  "build:client": "npx tsc -p tsconfig-client.json && npx studio-bundle build/info.js client/info.js",
11
11
  "build:copy-css": "rsync --mkpath -v -r --include '*/' --include '*.css' --exclude '*' src/ client/",
12
- "build:types": "../../scripts/copy-yaml.sh",
12
+ "build:types": "../../scripts/copy-flattened-yaml.sh",
13
13
  "build:tailwind": "npx tailwindcss -i src/shared/tailwind.css -o client/style.css",
14
14
  "build:eslint": "npx eslint src",
15
15
  "test": "echo no tests here yet"
@@ -27,8 +27,8 @@
27
27
  "@aws-sdk/client-mediapackage": "^3.499.0",
28
28
  "@aws-sdk/client-s3": "^3.614.0",
29
29
  "@aws-sdk/client-translate": "^3.535.0",
30
- "@norskvideo/norsk-sdk": "^1.0.402-2025-10-01-445868a9",
31
- "@norskvideo/norsk-studio": "1.27.0-2025-10-01-b3ce62aa",
30
+ "@norskvideo/norsk-sdk": "^1.0.402-2025-10-03-2612ee25",
31
+ "@norskvideo/norsk-studio": "1.27.0-2025-10-03-0518bc3b",
32
32
  "@react-icons/all-files": "^4.1.0",
33
33
  "express": "^4.18.2",
34
34
  "hls.js": "^1.5.8",