oddysee-react 0.2.0-canary.2 → 0.2.0-canary.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.2.0-canary.2",
7
+ "version": "0.2.0-canary.4",
8
8
  "type": "module",
9
9
  "author": "Karelle Hofler",
10
10
  "main": "dist/index.js",
@@ -21,8 +21,8 @@
21
21
  }
22
22
  },
23
23
  "scripts": {
24
- "build": "tsup src/index.ts --format esm,cjs --dts --tsconfig tsconfig.lib.json",
25
- "dev": "tsup src/index.ts --format esm,cjs --dts --watch",
24
+ "build": "tsup src/index.ts --format esm,cjs --dts --tsconfig tsconfig.lib.json --external hls.js --external oddysee-typescript",
25
+ "dev": "tsup src/index.ts --format esm,cjs --dts --watch --external hls.js --external oddysee-typescript",
26
26
  "lint": "eslint .",
27
27
  "test": "vitest",
28
28
  "preview": "vite preview",
@@ -30,7 +30,7 @@
30
30
  "pub:test": "npm run build && npm publish --tag test"
31
31
  },
32
32
  "dependencies": {
33
- "oddysee-typescript": "^0.2.0-canary.2",
33
+ "oddysee-typescript": "^0.2.0-canary.4",
34
34
  "react": "^19.2.0",
35
35
  "react-dom": "^19.2.0"
36
36
  },