propagate-cli 1.9.68 → 1.10.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.
@@ -34,10 +34,12 @@ function createConfiguration() {
34
34
  }
35
35
 
36
36
  function migrateConfigurationToVersion_1_10(configuration) {
37
- const ignoredBuilds = [],
37
+ const version = VERSION_1_10, ///
38
+ ignoredBuilds = [],
38
39
  ignoredPublishes = [];
39
40
 
40
41
  configuration = Object.assign(configuration, {
42
+ version,
41
43
  ignoredBuilds,
42
44
  ignoredPublishes
43
45
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "propagate-cli",
3
3
  "author": "James Smith",
4
- "version": "1.9.68",
4
+ "version": "1.10.1",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/propagate-cli",
7
7
  "description": "Propagate updated packages throughout a project.",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "argumentative": "^2.0.32",
17
- "necessary": "^14.3.2",
17
+ "necessary": "^15.0.1",
18
18
  "occam-directed-graphs": "^3.0.79"
19
19
  },
20
20
  "scripts": {}