@clickview/player 0.0.11-dev.0 → 0.0.11-rc.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/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "@clickview/player",
3
- "version": "0.0.11-dev.0",
3
+ "version": "0.0.11-rc.1",
4
4
  "description": "ClickView Player",
5
5
  "main": "dist/player-app.js",
6
6
  "scripts": {
7
7
  "start": "set NODE_ENV=development&& webpack -w --config ./tooling/webpack.config.js",
8
8
  "build": "set NODE_ENV=production&& webpack --config ./tooling/webpack.config.js",
9
9
  "build-font": "set NODE_ENV=development&& npm run start",
10
- "build-runner": "NODE_ENV=production webpack --config ./tooling/webpack.config.js",
11
10
  "dev-build": "set NODE_ENV=development&& webpack --config ./tooling/webpack.config.js",
12
11
  "storybook": "start-storybook -s ./.storybook/stories/assets -p 6006",
13
12
  "build-storybook": "build-storybook",
@@ -29,7 +28,7 @@
29
28
  "@babel/core": "7.11.6",
30
29
  "@clickview/eslint-config": "1.0.1",
31
30
  "@clickview/player-font": "0.0.12",
32
- "@clickview/tooling": "0.0.29-dev.0",
31
+ "@clickview/tooling": "0.0.29-rc.1",
33
32
  "@storybook/react": "6.0.26",
34
33
  "@types/chromecast-caf-sender": "1.0.3",
35
34
  "@types/cropperjs": "1.3.0",
@@ -43,7 +42,7 @@
43
42
  "webpack-dev-server": "3.11.0"
44
43
  },
45
44
  "dependencies": {
46
- "@clickview/styles": "1.0.22-dev.0",
45
+ "@clickview/styles": "1.0.22-rc.1",
47
46
  "@microsoft/signalr": "5.0.2",
48
47
  "cropperjs": "1.5.6",
49
48
  "draft-convert": "2.1.10",