@firestartr/cli 1.39.0 → 1.39.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/build/index.js +1 -0
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -297297,6 +297297,7 @@ class github_feature_FirestartrGithubRepositoryFeature extends Resource {
297297
297297
  break;
297298
297298
  case 'UPDATE':
297299
297299
  github_feature_log('UPDATED');
297300
+ await this._updateManagedFiles();
297300
297301
  break;
297301
297302
  case 'DELETE':
297302
297303
  github_feature_log('DELETE');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.39.0",
3
+ "version": "1.39.1",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",