stream-engine-player 0.0.24 → 0.0.25

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.
@@ -29503,7 +29503,7 @@ ue.registerPlugin ? ue.registerPlugin("reloadSourceOnError", v_) : ue.plugin("re
29503
29503
  const LL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
29504
29504
  __proto__: null,
29505
29505
  default: ue
29506
- }, Symbol.toStringTag, { value: "Module" })), OL = "stream-engine-player", ML = "0.0.24", FL = "Stream engine player", NL = "module", BL = [
29506
+ }, Symbol.toStringTag, { value: "Module" })), OL = "stream-engine-player", ML = "0.0.25", FL = "Stream engine player", NL = "module", BL = [
29507
29507
  "dist",
29508
29508
  "src",
29509
29509
  "index.js",
@@ -29534,7 +29534,7 @@ const LL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
29534
29534
  lint: "./node_modules/.bin/eslint src",
29535
29535
  format: 'prettier "src/**/*.{ts,js,json,scss,css}" --write',
29536
29536
  watch: 'concurrently "vite build --watch" "vite serve"',
29537
- "build:watch": "vite build --watch"
29537
+ "build:watch": "vite build --watch --minify=false"
29538
29538
  }, VL = {
29539
29539
  angular: "~1.4.8",
29540
29540
  "angular-cookies": "~1.4.8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-engine-player",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "description": "Stream engine player",
5
5
  "type": "module",
6
6
  "files": [
@@ -78,6 +78,6 @@
78
78
  "lint": "./node_modules/.bin/eslint src",
79
79
  "format": "prettier \"src/**/*.{ts,js,json,scss,css}\" --write",
80
80
  "watch": "concurrently \"vite build --watch\" \"vite serve\"",
81
- "build:watch": "vite build --watch"
81
+ "build:watch": "vite build --watch --minify=false"
82
82
  }
83
83
  }