@rexnow/rslib-plugin 3.1.0 → 3.1.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -6058,7 +6058,7 @@ const videoItemChildSchema = schemas_object({
6058
6058
  previewUrl: schemas_string().optional(),
6059
6059
  trailers: schemas_array(trailerItemSchema).optional(),
6060
6060
  videoUrl: schemas_string().optional(),
6061
- link: schemas_string(),
6061
+ link: schemas_string().optional(),
6062
6062
  episode: schemas_number().optional(),
6063
6063
  description: schemas_string().optional(),
6064
6064
  playerType: schemas_union([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rexnow/rslib-plugin",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -17,7 +17,7 @@
17
17
  "provenance": true
18
18
  },
19
19
  "devDependencies": {
20
- "@rexnow/libs": "3.1.0",
20
+ "@rexnow/libs": "3.1.1",
21
21
  "@rsbuild/core": "^2.2.5",
22
22
  "@rslib/core": "^1.0.0",
23
23
  "@rstest/adapter-rslib": "^0.11.12",