@gyeonghokim/vega 0.0.0 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gyeonghokim/vega",
3
- "version": "0.0.0",
3
+ "version": "1.0.0",
4
4
  "description": "WebCodecs-based Video Player with Custom Frame Processing",
5
5
  "author": "GyeongHo Kim",
6
6
  "license": "MIT",
@@ -11,7 +11,8 @@
11
11
  "publishConfig": {
12
12
  "registry": "https://registry.npmjs.org/",
13
13
  "tag": "latest",
14
- "access": "public"
14
+ "access": "public",
15
+ "provenance": true
15
16
  },
16
17
  "bugs": {
17
18
  "url": "https://github.com/GyeongHoKim/vega/issues"
@@ -35,13 +36,12 @@
35
36
  "format": "biome format --write .",
36
37
  "format:check": "biome format .",
37
38
  "lint": "biome lint .",
38
- "typecheck": "tsc --noEmit && npm run build && cd examples && npm run typecheck",
39
+ "typecheck": "tsc --noEmit && npm run build",
39
40
  "test": "vitest run",
40
41
  "test:watch": "vitest",
41
42
  "build": "vite build && tsc -p tsconfig.build.json",
42
- "build:demo": "npm run build && cd examples && npm install && npm run build",
43
- "dev:demo": "npm run build && cd examples && npm run dev",
44
- "prepare": "husky"
43
+ "prepare": "husky",
44
+ "release": "semantic-release"
45
45
  },
46
46
  "dependencies": {
47
47
  "mp4box": "^0.5.4"