Skip to content

Commit

Permalink
Add polyfill for cache primitives for Ember <v3.24
Browse files Browse the repository at this point in the history
For example, this provides `createCache` and `getValue`.
  • Loading branch information
sandydoo committed Jun 13, 2021
1 parent 37dc519 commit a0468e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"broccoli-funnel": ">=2.0.0",
"camelcase": "^6.0.0",
"chalk": "^4.1.0",
"ember-cache-primitive-polyfill": "^1.0.1",
"ember-cli-babel": "^7.23.1",
"ember-cli-htmlbars": "^5.3.2",
"ember-concurrency": "^2.0.0",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5466,6 +5466,16 @@ ember-auto-import@^1.10.1:
walk-sync "^0.3.3"
webpack "^4.43.0"

ember-cache-primitive-polyfill@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/ember-cache-primitive-polyfill/-/ember-cache-primitive-polyfill-1.0.1.tgz#a27075443bd87e5af286c1cd8a7df24e3b9f6715"
integrity sha512-hSPcvIKarA8wad2/b6jDd/eU+OtKmi6uP+iYQbzi5TQpjsqV6b4QdRqrLk7ClSRRKBAtdTuutx+m+X+WlEd2lw==
dependencies:
ember-cli-babel "^7.22.1"
ember-cli-version-checker "^5.1.1"
ember-compatibility-helpers "^1.2.1"
silent-error "^1.1.1"

ember-cli-addon-tests@^0.11.1:
version "0.11.1"
resolved "https://registry.yarnpkg.com/ember-cli-addon-tests/-/ember-cli-addon-tests-0.11.1.tgz#70c9164cb4126b2d17bbf9588ff34d97d4bfbad1"
Expand Down

0 comments on commit a0468e7

Please sign in to comment.