@sprucelabs/spruce-templates 19.2.3 → 20.0.0
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.
|
@@ -19,7 +19,7 @@ const vcs = {
|
|
|
19
19
|
{{/each}}
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
export const
|
|
22
|
+
export const pluginsByName = {
|
|
23
23
|
{{#each viewPluginItems}}
|
|
24
24
|
{{nameCamel}}: {{namePascal}},
|
|
25
25
|
{{/each}}
|
|
@@ -65,6 +65,6 @@ declare module '@sprucelabs/heartwood-view-controllers/build/types/heartwood.typ
|
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
//@ts-ignore
|
|
68
|
-
if(typeof heartwood === 'function') { heartwood(vcs,
|
|
68
|
+
if(typeof heartwood === 'function') { heartwood(vcs, pluginsByName) }
|
|
69
69
|
|
|
70
70
|
export default vcs
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "
|
|
6
|
+
"version": "20.0.0",
|
|
7
7
|
"files": [
|
|
8
8
|
"build/**/*",
|
|
9
9
|
"tsconfig.json",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"watch.tsc": "tsc -w"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@sprucelabs/mercury-types": "^46.0.
|
|
60
|
-
"@sprucelabs/schema": "^29.4.
|
|
61
|
-
"@sprucelabs/spruce-event-utils": "^38.1.
|
|
62
|
-
"@sprucelabs/spruce-skill-utils": "^30.3.
|
|
59
|
+
"@sprucelabs/mercury-types": "^46.0.266",
|
|
60
|
+
"@sprucelabs/schema": "^29.4.28",
|
|
61
|
+
"@sprucelabs/spruce-event-utils": "^38.1.6",
|
|
62
|
+
"@sprucelabs/spruce-skill-utils": "^30.3.24",
|
|
63
63
|
"fs-extra": "^10.1.0",
|
|
64
64
|
"handlebars": "^4.7.8",
|
|
65
65
|
"lodash": "^4.17.21",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@types/fs-extra": "^9.0.13",
|
|
70
70
|
"@types/lodash": "^4.17.0",
|
|
71
|
-
"@types/node": "^20.11.
|
|
71
|
+
"@types/node": "^20.11.30",
|
|
72
72
|
"chokidar-cli": "^3.0.0",
|
|
73
73
|
"concurrently": "^8.2.2",
|
|
74
74
|
"conventional-changelog-sprucelabs": "^1.1.2",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"yarn-upgrade-all": {
|
|
79
79
|
"ignore": []
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "6ce648b69a4074011d7ddc9ee029b81984b03b5f"
|
|
82
82
|
}
|