@100mslive/hms-video-store 0.2.82-alpha.17 → 0.2.82-alpha.18

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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.82-alpha.17",
2
+ "version": "0.2.82-alpha.18",
3
3
  "license": "MIT",
4
4
  "main": "dist/hms-video-store.cjs.js",
5
5
  "typings": "dist/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "scripts": {
13
13
  "prestart": "rm -rf dist && yarn types:build",
14
- "start": "concurrently 'yarn dev' 'yarn types'",
14
+ "start": "concurrently \"yarn dev\" \"yarn types\"",
15
15
  "dev": "node ./scripts/dev",
16
16
  "build:only": "node ./scripts/build",
17
17
  "build": "node ./scripts/build && yarn types:build",
@@ -33,7 +33,7 @@
33
33
  "module": "dist/hms-video-store.esm.js",
34
34
  "sideEffects": false,
35
35
  "dependencies": {
36
- "@100mslive/hms-video": "0.1.35-alpha.19",
36
+ "@100mslive/hms-video": "0.1.35-alpha.20",
37
37
  "eventemitter2": "^6.4.5",
38
38
  "immer": "^9.0.6",
39
39
  "reselect": "4.0.0",
@@ -59,5 +59,5 @@
59
59
  "url": "https://github.com/100mslive/hms-video-store/issues"
60
60
  },
61
61
  "homepage": "https://github.com/100mslive/hms-video-store#readme",
62
- "gitHead": "094e9a40a9dde066fca37b45883fb4256d73a34a"
62
+ "gitHead": "169e80a6e405372b5ca95e92c19add529f16ad37"
63
63
  }