@scarlett-player/watermark 1.16.0 → 1.16.1

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/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Anti-piracy watermark plugin for [Scarlett Player](https://scarlettplayer.com). Overlays text (typically the viewer's email or account id) or an image on the player, at a fixed corner or moving to a random position on a timer, with an optional delay before it first appears. The overlay is hidden until the first play and hidden again on ended, so it never sits on the poster. It stays visible while paused — hiding it there would leave screenshots and screen captures unmarked.
4
4
 
5
+ > **Docs:** [scarlettplayer.com/documentation](https://scarlettplayer.com/documentation/) · **For AI coding agents:** [llms.txt](https://scarlettplayer.com/llms.txt) (index) and [llms-full.txt](https://scarlettplayer.com/llms-full.txt) (every guide as one Markdown file)
6
+
5
7
  ## Installation
6
8
 
7
9
  ```bash
package/dist/index.cjs CHANGED
@@ -26,7 +26,7 @@ __export(index_exports, {
26
26
  module.exports = __toCommonJS(index_exports);
27
27
 
28
28
  // src/version.ts
29
- var PKG_VERSION = true ? "1.16.0" : "0.0.0-dev";
29
+ var PKG_VERSION = true ? "1.16.1" : "0.0.0-dev";
30
30
 
31
31
  // src/index.ts
32
32
  var POSITIONS = ["top-left", "top-right", "bottom-left", "bottom-right", "center"];
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var PKG_VERSION = true ? "1.16.0" : "0.0.0-dev";
2
+ var PKG_VERSION = true ? "1.16.1" : "0.0.0-dev";
3
3
 
4
4
  // src/index.ts
5
5
  var POSITIONS = ["top-left", "top-right", "bottom-left", "bottom-right", "center"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scarlett-player/watermark",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
4
4
  "description": "Watermark Plugin for Scarlett Player - anti-piracy text/image overlay",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -30,7 +30,7 @@
30
30
  "tsup": "^8.5.1",
31
31
  "typescript": "^5.3.0",
32
32
  "vitest": "^1.6.0",
33
- "@scarlett-player/core": "1.16.0"
33
+ "@scarlett-player/core": "1.16.1"
34
34
  },
35
35
  "keywords": [
36
36
  "video",