@inglorious/ssx 1.6.2 → 1.6.3

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": "@inglorious/ssx",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "description": "Server-Side-X. Xecution? Xperience? Who knows.",
5
5
  "author": "IceOnFire <antony.mistretta@gmail.com> (https://ingloriouscoderz.it)",
6
6
  "license": "MIT",
@@ -57,7 +57,7 @@
57
57
  "svgo": "^4.0.0",
58
58
  "vite": "^7.1.3",
59
59
  "vite-plugin-image-optimizer": "^2.0.3",
60
- "@inglorious/web": "4.2.2"
60
+ "@inglorious/web": "4.2.3"
61
61
  },
62
62
  "devDependencies": {
63
63
  "prettier": "^3.6.2",
@@ -48,6 +48,5 @@ export async function generateStore(pages = [], options = {}, loader) {
48
48
  }
49
49
 
50
50
  const store = createStore({ types, entities, autoCreateEntities: true })
51
- store.update() // let the create() handlers run
52
51
  return store
53
52
  }