@travetto/scaffold 3.1.0-rc.0 → 3.1.0-rc.10

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/scaffold",
3
- "version": "3.1.0-rc.0",
3
+ "version": "3.1.0-rc.10",
4
4
  "description": "App Scaffold for the Travetto framework",
5
5
  "keywords": [
6
6
  "generator",
@@ -27,9 +27,9 @@
27
27
  "trv-scaffold": "./bin/trv-scaffold.js"
28
28
  },
29
29
  "dependencies": {
30
- "@travetto/base": "^3.1.0-rc.0",
31
- "@travetto/compiler": "^3.1.0-rc.0",
32
- "@travetto/cli": "^3.1.0-rc.0",
30
+ "@travetto/base": "^3.1.0-rc.3",
31
+ "@travetto/compiler": "^3.1.0-rc.6",
32
+ "@travetto/cli": "^3.1.0-rc.9",
33
33
  "enquirer": "^2.3.6",
34
34
  "mustache": "^4.2.0"
35
35
  },
@@ -105,7 +105,7 @@ export class Context {
105
105
  const moduleNames = [...Object.keys(modules)];
106
106
 
107
107
  const context = Object.assign({
108
- frameworkVersion: RootIndex.mainDigest().framework.replace(/[.]\d+$/, '.0'),
108
+ frameworkVersion: RootIndex.manifest.frameworkVersion.replace(/[.]\d+$/, '.0'),
109
109
  name: this.name,
110
110
  modules,
111
111
  moduleNames,