@sprucelabs/spruce-templates 21.0.24 → 21.0.26

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.
@@ -48,7 +48,7 @@
48
48
  "debug.javascript.unmapMissingSources": true,
49
49
  "javascript.preferences.importModuleSpecifier": "relative",
50
50
  "typescript.preferences.importModuleSpecifier": "relative",
51
- "eslint.experimental.useFlatConfig": true,
51
+ "eslint.useFlatConfig": true,
52
52
  "eslint.enable": true,
53
53
  "eslint.validate": [
54
54
  "javascript",
@@ -1 +1,3 @@
1
- export default class {{namePascal}}ViewPlugin {}
1
+ import { ViewControllerPlugin } from '@sprucelabs/heartwood-view-controllers'
2
+
3
+ export default class {{namePascal}}ViewPlugin implements ViewControllerPlugin {}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "21.0.24",
6
+ "version": "21.0.26",
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": "^47.0.97",
60
- "@sprucelabs/schema": "^30.0.98",
61
- "@sprucelabs/spruce-event-utils": "^40.0.107",
62
- "@sprucelabs/spruce-skill-utils": "^31.0.109",
59
+ "@sprucelabs/mercury-types": "^47.0.188",
60
+ "@sprucelabs/schema": "^30.0.185",
61
+ "@sprucelabs/spruce-event-utils": "^40.0.201",
62
+ "@sprucelabs/spruce-skill-utils": "^31.0.202",
63
63
  "fs-extra": "^11.2.0",
64
64
  "handlebars": "^4.7.8",
65
65
  "lodash": "^4.17.21",
@@ -67,16 +67,16 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@types/fs-extra": "^11.0.4",
70
- "@types/lodash": "^4.17.5",
71
- "@types/node": "^20.14.2",
70
+ "@types/lodash": "^4.17.6",
71
+ "@types/node": "^20.14.10",
72
72
  "chokidar-cli": "^3.0.0",
73
73
  "concurrently": "^8.2.2",
74
- "conventional-changelog-sprucelabs": "^2.0.1",
75
- "prettier": "^3.3.2",
76
- "typescript": "^5.4.5"
74
+ "conventional-changelog-sprucelabs": "2.0.1",
75
+ "prettier": "^3.3.3",
76
+ "typescript": "^5.5.3"
77
77
  },
78
78
  "yarn-upgrade-all": {
79
79
  "ignore": []
80
80
  },
81
- "gitHead": "27ac002ea80f5bafb149ba42b2e4f7c40b9d006d"
81
+ "gitHead": "31a09313582d92d52571abd2aee2f20bbc970569"
82
82
  }
@@ -1,50 +0,0 @@
1
- # Logs
2
- *.log
3
- npm-debug.log*
4
- yarn-debug.log*
5
- yarn-error.log*
6
-
7
- # Runtime data
8
- pids
9
- *.pid
10
- *.seed
11
- *.pid.lock
12
-
13
- # Dependency directories
14
- node_modules/
15
-
16
- # Optional npm cache directory
17
- .npm
18
-
19
- # Optional eslint cache
20
- .eslintcache
21
-
22
- # Optional REPL history
23
- .node_repl_history
24
-
25
- # Output of 'npm pack'
26
- *.tgz
27
-
28
- # Yarn Integrity file
29
- .yarn-integrity
30
-
31
- # dotenv environment variables file
32
- .env
33
- .env.*
34
- .env-*
35
-
36
- # macOS files
37
- .DS_Store
38
-
39
- # Rejected "git apply" patch files
40
- *.rej
41
-
42
- /build/
43
- esm/
44
-
45
- tmp/
46
-
47
- yarn.lock
48
- package-lock.json
49
-
50
- **/.spruce/*cache.json
File without changes