@happyvertical/smrt-template-site-static-json 0.40.13 → 0.40.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.
package/README.md CHANGED
@@ -111,5 +111,5 @@ pnpm build
111
111
 
112
112
  ## Related
113
113
 
114
- - [SMRT Framework](https://github.com/happyvertical/smrt)
114
+ - [s-m-r-t Framework](https://github.com/happyvertical/smrt)
115
115
  - [SvelteKit](https://kit.svelte.dev/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-template-site-static-json",
3
- "version": "0.40.13",
3
+ "version": "0.40.15",
4
4
  "description": "Static community site template with JSON data storage and SMRT framework",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -33,8 +33,8 @@
33
33
  "directory": "packages/template-site-static-json"
34
34
  },
35
35
  "peerDependencies": {
36
- "@happyvertical/smrt-core": "0.40.13",
37
- "@happyvertical/smrt-config": "0.40.13"
36
+ "@happyvertical/smrt-core": "0.40.15",
37
+ "@happyvertical/smrt-config": "0.40.15"
38
38
  },
39
39
  "publishConfig": {
40
40
  "registry": "https://registry.npmjs.org",
@@ -23,13 +23,13 @@ export default {
23
23
  // the scaffolder injects the entries below at generation time, so this file is
24
24
  // the single source of truth for dependency versions.
25
25
  dependencies: {
26
- '@happyvertical/smrt-core': '^0.40.13',
27
- '@happyvertical/smrt-config': '^0.40.13',
28
- '@happyvertical/smrt-ui': '^0.40.13',
29
- '@happyvertical/smrt-content': '^0.40.13',
30
- '@happyvertical/smrt-events': '^0.40.13',
31
- '@happyvertical/smrt-places': '^0.40.13',
32
- '@happyvertical/smrt-profiles': '^0.40.13',
26
+ '@happyvertical/smrt-core': '^0.40.15',
27
+ '@happyvertical/smrt-config': '^0.40.15',
28
+ '@happyvertical/smrt-ui': '^0.40.15',
29
+ '@happyvertical/smrt-content': '^0.40.15',
30
+ '@happyvertical/smrt-events': '^0.40.15',
31
+ '@happyvertical/smrt-places': '^0.40.15',
32
+ '@happyvertical/smrt-profiles': '^0.40.15',
33
33
  '@happyvertical/caelus': '^0.1.385',
34
34
  },
35
35