@papr/memory 1.8.0 → 1.8.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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.8.1 (2025-06-19)
4
+
5
+ Full Changelog: [v1.8.0...v1.8.1](https://github.com/Papr-ai/papr-TypescriptSDK/compare/v1.8.0...v1.8.1)
6
+
7
+ ### Chores
8
+
9
+ * **readme:** update badges ([6c070ec](https://github.com/Papr-ai/papr-TypescriptSDK/commit/6c070ec5cdc4727a13a6565c64c51143b9acf5f4))
10
+ * **readme:** use better example snippet for undocumented params ([477b777](https://github.com/Papr-ai/papr-TypescriptSDK/commit/477b777b5be8f6f846e9d138e5e3decb9d1ae2f5))
11
+
3
12
  ## 1.8.0 (2025-06-17)
4
13
 
5
14
  Full Changelog: [v1.7.1...v1.8.0](https://github.com/Papr-ai/papr-TypescriptSDK/compare/v1.7.1...v1.8.0)
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Papr TypeScript API Library
2
2
 
3
- [![NPM version](https://img.shields.io/npm/v/@papr/memory.svg)](https://npmjs.org/package/@papr/memory) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@papr/memory)
3
+ [![NPM version](<https://img.shields.io/npm/v/@papr/memory.svg?label=npm%20(stable)>)](https://npmjs.org/package/@papr/memory) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@papr/memory)
4
4
 
5
5
  This library provides convenient access to the Papr REST API from server-side TypeScript or JavaScript.
6
6
 
@@ -225,9 +225,8 @@ parameter. This library doesn't validate at runtime that the request matches the
225
225
  send will be sent as-is.
226
226
 
227
227
  ```ts
228
- client.foo.create({
229
- foo: 'my_param',
230
- bar: 12,
228
+ client.user.create({
229
+ // ...
231
230
  // @ts-expect-error baz is not yet public
232
231
  baz: 'undocumented option',
233
232
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papr/memory",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "The official TypeScript library for the Papr API",
5
5
  "author": "Papr <support@papr.ai>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.8.0'; // x-release-please-version
1
+ export const VERSION = '1.8.1'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.8.0";
1
+ export declare const VERSION = "1.8.1";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.8.0";
1
+ export declare const VERSION = "1.8.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '1.8.0'; // x-release-please-version
4
+ exports.VERSION = '1.8.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.8.0'; // x-release-please-version
1
+ export const VERSION = '1.8.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map