@keymanapp/kmc-generate 18.0.154-alpha → 18.0.156-alpha

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.
@@ -11,7 +11,3 @@ Links
11
11
  Copyright
12
12
  ---------
13
13
  See [LICENSE.md](LICENSE.md)
14
-
15
- Supported Platforms
16
- -------------------
17
- $PLATFORMS_DOTLIST_README
package/package.json CHANGED
@@ -25,13 +25,13 @@
25
25
  "url": "https://github.com/keymanapp/keyman/issues"
26
26
  },
27
27
  "dependencies": {
28
- "@keymanapp/common-types": "18.0.154-alpha",
29
- "@keymanapp/developer-utils": "18.0.154-alpha",
30
- "@keymanapp/keyman-version": "18.0.154-alpha"
28
+ "@keymanapp/common-types": "18.0.156-alpha",
29
+ "@keymanapp/developer-utils": "18.0.156-alpha",
30
+ "@keymanapp/keyman-version": "18.0.156-alpha"
31
31
  },
32
32
  "devDependencies": {
33
- "@keymanapp/developer-test-helpers": "18.0.154-alpha",
34
- "@keymanapp/resources-gosh": "18.0.154-alpha",
33
+ "@keymanapp/developer-test-helpers": "18.0.156-alpha",
34
+ "@keymanapp/resources-gosh": "18.0.156-alpha",
35
35
  "@types/mocha": "^10.0.0",
36
36
  "@types/node": "^20.4.1",
37
37
  "@types/semver": "^7.3.12",
@@ -61,5 +61,5 @@
61
61
  "type": "git",
62
62
  "url": "git+https://github.com/keymanapp/keyman.git"
63
63
  },
64
- "version": "18.0.154-alpha"
64
+ "version": "18.0.156-alpha"
65
65
  }