@qrvey/utils 1.16.1-8 → 1.16.1-9

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.
@@ -5,6 +5,7 @@ const Request_1 = require("../helpers/Request");
5
5
  const PLATFORM_CONFIG_ENDPOINT = {
6
6
  admin: true,
7
7
  devApi: false,
8
+ noUser: true,
8
9
  uri: "/platform/config",
9
10
  version: 1,
10
11
  };
@@ -2,6 +2,7 @@ import { Request } from "../helpers/Request";
2
2
  const PLATFORM_CONFIG_ENDPOINT = {
3
3
  admin: true,
4
4
  devApi: false,
5
+ noUser: true,
5
6
  uri: "/platform/config",
6
7
  version: 1,
7
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrvey/utils",
3
- "version": "1.16.1-8",
3
+ "version": "1.16.1-9",
4
4
  "description": "Helper, Utils for all Qrvey Projects",
5
5
  "homepage": "https://bitbucket.org/qrvey/qrvey_utils/wiki/Home",
6
6
  "main": "dist/index.js",