@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 parseAPI
3
+ Copyright (c) 2026 ParseAPI
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @parseapi/sdk
2
2
 
3
- Official parseAPI client for Node and TypeScript.
3
+ Official ParseAPI client for Node and TypeScript.
4
4
 
5
5
  ```bash
6
6
  npm install @parseapi/sdk
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.1";
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 parseAPI public API.
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 parseAPI public API.
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
@@ -1,5 +1,5 @@
1
1
  // src/index.ts
2
- var VERSION = "0.3.1";
2
+ var VERSION = "0.3.2";
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,7 +1,7 @@
1
1
  {
2
2
  "name": "@parseapi/sdk",
3
- "version": "0.3.1",
4
- "description": "Official parseAPI client for Node and TypeScript. One key, minimal JSON, fast.",
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": "parseAPI <hello@parseapi.com> (https://parseapi.com)",
17
+ "author": "ParseAPI <hello@parseapi.com> (https://parseapi.com)",
18
18
  "homepage": "https://parseapi.com",
19
19
  "repository": {
20
20
  "type": "git",