@arkstack/view 0.12.6 → 0.12.8

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -77,6 +77,9 @@ declare class ViewFactory {
77
77
  declare class View {
78
78
  private static factory;
79
79
  private static usesDefaultFactoryRoot;
80
+ /**
81
+ * Bootstrap the view service
82
+ */
80
83
  static boot(): void;
81
84
  static configure(options?: ViewFactoryOptions): ViewFactory;
82
85
  static factoryInstance(): ViewFactory;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkstack/view",
3
- "version": "0.12.6",
3
+ "version": "0.12.8",
4
4
  "type": "module",
5
5
  "description": "View module for Arkstack, providing template rendering and view integration utilities.",
6
6
  "homepage": "https://arkstack.toneflix.net/guide/views",
@@ -33,13 +33,13 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "edge.js": "^6.5.0",
36
- "@arkstack/contract": "^0.12.6"
36
+ "@arkstack/contract": "^0.12.8"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@h3ravel/musket": "^0.10.1",
40
40
  "clear-router": "^2.8.0",
41
- "@arkstack/common": "^0.12.6",
42
- "@arkstack/foundry": "^0.12.6"
41
+ "@arkstack/common": "^0.12.8",
42
+ "@arkstack/foundry": "^0.12.8"
43
43
  },
44
44
  "peerDependenciesMeta": {
45
45
  "@h3ravel/musket": {