Skip to content

Commit

Permalink
feat: add CoCreate-cache to access cache api and dynamically handle c…
Browse files Browse the repository at this point in the history
…aching files
  • Loading branch information
frankpagan committed Sep 28, 2023
1 parent 6b6818a commit 7d3401b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"@cocreate/actions": "^1.11.2",
"@cocreate/api": "^1.15.0",
"@cocreate/attributes": "^1.11.0",
"@cocreate/cache": "^1.0.0",
"@cocreate/calculation": "^1.10.2",
"@cocreate/charts": "^1.9.2",
"@cocreate/clone": "^1.7.2",
Expand Down
1 change: 1 addition & 0 deletions src/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependency('message', import(/*webpackChunkName: "message-chunk"*/ '@cocreate/me
dependency('element-prototype', import(/*webpackChunkName: "element-prototype-chunk"*/ '@cocreate/element-prototype'));
dependency('pass', import(/*webpackChunkName: "pass-chunk"*/ '@cocreate/pass'));
dependency('link', import(/*webpackChunkName: "link-chunk"*/ '@cocreate/link'));
dependency('cache', import(/*webpackChunkName: "cache-chunk"*/ '@cocreate/cache'));
dependency('pwa', import(/*webpackChunkName: "pwa-chunk"*/ '@cocreate/pwa'));

// Components
Expand Down

0 comments on commit 7d3401b

Please sign in to comment.