nuxt-glorious 1.1.9-1 → 1.1.9

Sign up to get free protection for your applications and to get access to all the features.
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "glorious",
3
3
  "configKey": "glorious",
4
- "version": "1.1.9-1"
4
+ "version": "1.1.9"
5
5
  }
@@ -11,6 +11,7 @@ const defaultOptions = {
11
11
  Accept: "application/json"
12
12
  },
13
13
  bodyType: "normal",
14
+ body: {},
14
15
  credentials: "same-origin"
15
16
  };
16
17
  export default function(url, options = defaultOptions) {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.9-1",
2
+ "version": "1.1.9",
3
3
  "name": "nuxt-glorious",
4
4
  "description": "This package provides many things needed by a project, including server requests and authentication, SEO and other requirements of a project.",
5
5
  "repository": "sajadhzj/nuxt-glorious",