@tegis/player 0.1.1 → 0.1.2
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/CHANGELOG.md +4 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@tegis/player` are documented here. This project follows [semver](https://semver.org).
|
|
4
4
|
|
|
5
|
+
## [0.1.2]
|
|
6
|
+
|
|
7
|
+
- First release from the public `tegisio/tegis-js` repo, published with GitHub build provenance. No API changes.
|
|
8
|
+
|
|
5
9
|
## [0.1.1]
|
|
6
10
|
|
|
7
11
|
- **Fix:** `0.1.0` shipped a non-bundled stub `dist/index.js` (a newer `bun build` regressed bundling); the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tegis/player",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Tegis browser player SDK — attest → WASM handshake → mint → renew, with WebCrypto AES-CTR segment playback. Never holds a tenant key.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"homepage": "https://tegis.io",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/
|
|
12
|
-
"directory": "
|
|
11
|
+
"url": "git+https://github.com/tegisio/tegis-js.git",
|
|
12
|
+
"directory": "packages/player"
|
|
13
13
|
},
|
|
14
14
|
"keywords": [
|
|
15
15
|
"tegis",
|