@hubcommerce/n11 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  Bu proje [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) formatını izler.
4
4
  Sürümleme [Semantic Versioning](https://semver.org/spec/v2.0.0.html) uyumludur.
5
5
 
6
+ ## [1.0.1] - 2026-09-20
7
+
8
+ ### Added
9
+
10
+ - HTTP tests: full manual `createProduct`, `updateProduct` (non-fast-path)
11
+ - Integration test: `createProduct` → `tasks.waitForResult({ kind: "productCreate" })`
12
+
13
+ ### Notes
14
+
15
+ - n11 sandbox yok (G5) — catalog push testleri mock HTTP ile; canlı smoke adapter slice'ında DEFERRED
16
+
6
17
  ## [1.0.0] - 2026-08-27
7
18
 
8
19
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubcommerce/n11",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "n11 TR Marketplace API SDK — REST + SOAP, task poll, poll-primary orders",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",