create-sitecore-jss 22.9.0-canary.13 → 22.9.0-canary.15

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.
@@ -43,7 +43,7 @@ server.use((req, _res, next) => {
43
43
 
44
44
  // For any other requests, we render app routes server-side and return them
45
45
  server.use(
46
- '*',
46
+ '/{*splat}',
47
47
  headlessProxy.middleware(
48
48
  config.serverBundle.renderView,
49
49
  config,
@@ -55,7 +55,7 @@
55
55
  "register-service-worker": "~1.7.2",
56
56
  "serialize-javascript": "^6.0.2",
57
57
  "vue": "^3.5.12",
58
- "vue-i18n": "9.14.5",
58
+ "vue-i18n": "11.1.0",
59
59
  "vue-meta": "3.0.0-alpha.10",
60
60
  "vue-router": "4.0.16"
61
61
  },
@@ -82,6 +82,6 @@
82
82
  "npm-run-all": "~4.1.5",
83
83
  "null-loader": "~4.0.1",
84
84
  "prettier": "^3.0.0",
85
- "tslib": "2.8.1"
85
+ "tslib": "2.5.2"
86
86
  }
87
87
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sitecore-jss",
3
- "version": "22.9.0-canary.13",
3
+ "version": "22.9.0-canary.15",
4
4
  "description": "Sitecore JSS initializer",
5
5
  "bin": "./dist/index.js",
6
6
  "scripts": {
@@ -63,5 +63,5 @@
63
63
  "ts-node": "^10.9.2",
64
64
  "typescript": "~5.9.2"
65
65
  },
66
- "gitHead": "db8e1490b34fa9ae028b0f942859ea3841bca32d"
66
+ "gitHead": "aa0d27fd824cf0920fac80acec4e03c003279860"
67
67
  }