We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25063f9 commit 2c62f43Copy full SHA for 2c62f43
package.json
@@ -57,7 +57,7 @@
57
},
58
"homepage": "https://github.com/ecamp/hal-json-vuex#readme",
59
"dependencies": {
60
- "hal-json-normalizer": "^4.2.0",
+ "hal-json-normalizer-esm": "^4.2.0",
61
"url-template": "^3.1.1",
62
"vue-demi": "^0.14.10"
63
src/HalJsonVuexPlugin.ts
@@ -1,4 +1,4 @@
1
-import normalize from 'hal-json-normalizer'
+import normalize from 'hal-json-normalizer-esm'
2
import { parseTemplate } from 'url-template'
3
import type { Store } from 'vuex/types'
4
import type { AxiosError, AxiosInstance } from 'axios'
0 commit comments