@clickview/ship-it 0.0.23 → 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.
@@ -12,5 +12,6 @@ exports.MONOREPO_PACKAGE_JSON_FILES = [
12
12
  'packages/projects/online/package.json',
13
13
  'packages/projects/reports/package.json',
14
14
  'packages/projects/exchange/package.json',
15
- 'packages/projects/player/package.json'
15
+ 'packages/projects/player/package.json',
16
+ 'packages/projects/streamable-learning/package.json'
16
17
  ];
@@ -75,7 +75,9 @@ var ROOT_DIRECTORIES = {
75
75
  // Auth
76
76
  54: 'src/ClickView.Auth',
77
77
  // Exchange
78
- 1114: 'src/ClickView.Exchange'
78
+ 1114: 'src/ClickView.Exchange',
79
+ // Streamable learning
80
+ 1144: 'src/StreamableLearning.Web'
79
81
  };
80
82
  var InstallPackagesTask = /** @class */ (function () {
81
83
  function InstallPackagesTask(service) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickview/ship-it",
3
- "version": "0.0.23",
3
+ "version": "0.0.25",
4
4
  "description": "Release Manager",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {