@parseapi/sdk 0.1.0 → 0.1.1

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.
package/dist/index.cjs CHANGED
@@ -24,7 +24,7 @@ __export(index_exports, {
24
24
  parseAPI: () => parseAPI
25
25
  });
26
26
  module.exports = __toCommonJS(index_exports);
27
- var VERSION = "0.1.0";
27
+ var VERSION = "0.1.1";
28
28
  var DEFAULT_BASE_URL = "https://api.parseapi.com";
29
29
  var DEFAULT_TIMEOUT_MS = 1e4;
30
30
  var DEFAULT_RETRIES = 2;
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/index.ts
2
- var VERSION = "0.1.0";
2
+ var VERSION = "0.1.1";
3
3
  var DEFAULT_BASE_URL = "https://api.parseapi.com";
4
4
  var DEFAULT_TIMEOUT_MS = 1e4;
5
5
  var DEFAULT_RETRIES = 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parseapi/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Official parseAPI client for Node and TypeScript. One key, minimal JSON, fast.",
5
5
  "keywords": [
6
6
  "parseapi",
@@ -18,10 +18,10 @@
18
18
  "homepage": "https://parseapi.com",
19
19
  "repository": {
20
20
  "type": "git",
21
- "url": "git+https://github.com/parseapi/parseapi-node.git"
21
+ "url": "git+https://github.com/parseapi/node.git"
22
22
  },
23
23
  "bugs": {
24
- "url": "https://github.com/parseapi/parseapi-node/issues"
24
+ "url": "https://github.com/parseapi/node/issues"
25
25
  },
26
26
  "type": "module",
27
27
  "main": "./dist/index.cjs",