@parseapi/sdk 0.3.1 → 0.3.2
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/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/LICENSE
CHANGED
package/README.md
CHANGED
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.3.
|
|
27
|
+
var VERSION = "0.3.2";
|
|
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.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Response types for the
|
|
2
|
+
* Response types for the ParseAPI public API.
|
|
3
3
|
* Shapes are append-only upstream, so these only ever grow.
|
|
4
4
|
* Every field inside a deep object is optional and nullable: the API ships
|
|
5
5
|
* `deep: {}` when deep was requested but is not unlocked on the plan.
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Response types for the
|
|
2
|
+
* Response types for the ParseAPI public API.
|
|
3
3
|
* Shapes are append-only upstream, so these only ever grow.
|
|
4
4
|
* Every field inside a deep object is optional and nullable: the API ships
|
|
5
5
|
* `deep: {}` when deep was requested but is not unlocked on the plan.
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@parseapi/sdk",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "Official
|
|
3
|
+
"version": "0.3.2",
|
|
4
|
+
"description": "Official ParseAPI client for Node and TypeScript. One key, minimal JSON, fast.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"parseapi",
|
|
7
7
|
"ip",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"weather"
|
|
15
15
|
],
|
|
16
16
|
"license": "MIT",
|
|
17
|
-
"author": "
|
|
17
|
+
"author": "ParseAPI <hello@parseapi.com> (https://parseapi.com)",
|
|
18
18
|
"homepage": "https://parseapi.com",
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|