session-bundle-kit 0.3.1__tar.gz → 0.3.2__tar.gz

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 (30) hide show
  1. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/CHANGELOG.md +6 -0
  2. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/PKG-INFO +3 -3
  3. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/README.md +2 -2
  4. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/docs/AFFILIATE.md +2 -2
  5. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/docs/FAQ.md +1 -1
  6. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/pyproject.toml +1 -1
  7. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/session_bundle_kit/deal.py +1 -1
  8. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/.github/workflows/ci.yml +0 -0
  9. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/.github/workflows/release.yml +0 -0
  10. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/.gitignore +0 -0
  11. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/LICENSE +0 -0
  12. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/session_bundle_kit/__init__.py +0 -0
  13. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/session_bundle_kit/bundle.py +0 -0
  14. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/session_bundle_kit/cli.py +0 -0
  15. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/session_bundle_kit/diff.py +0 -0
  16. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/session_bundle_kit/export.py +0 -0
  17. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/session_bundle_kit/import_bundle.py +0 -0
  18. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/session_bundle_kit/mlx.py +0 -0
  19. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/session_bundle_kit/models.py +0 -0
  20. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/session_bundle_kit/security.py +0 -0
  21. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/tests/fixtures/state.json +0 -0
  22. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/tests/fixtures/state_with_secret.json +0 -0
  23. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/tests/test_bundle.py +0 -0
  24. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/tests/test_cli.py +0 -0
  25. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/tests/test_diff.py +0 -0
  26. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/tests/test_import.py +0 -0
  27. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/tests/test_mlx.py +0 -0
  28. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/tests/test_mlx_cli.py +0 -0
  29. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/tests/test_roundtrip.py +0 -0
  30. {session_bundle_kit-0.3.1 → session_bundle_kit-0.3.2}/tests/test_security.py +0 -0
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.3.2 — 2026-06-12
4
+
5
+ ### Changed
6
+
7
+ - Affiliate checkout link → `https://multilogin.com?a_aid=saas` (README, FAQ, AFFILIATE, `--show-deal`)
8
+
3
9
  ## v0.3.1 — 2026-06-11
4
10
 
5
11
  ### Changed
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: session-bundle-kit
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: Playwright storage_state zip export — backup sessions, diff bundles, MLX cookie pull/push. CLI: session-bundle.
5
5
  Project-URL: Homepage, https://github.com/session-bundle-kit/session-bundle-kit
6
6
  Project-URL: Documentation, https://github.com/session-bundle-kit/session-bundle-kit#readme
@@ -222,7 +222,7 @@ Enterprise admins can still control remote debugging via the [Allow remote debug
222
222
 
223
223
  Export sessions to portable zips, validate with `mlx-push --dry-run`, then import cookies into MLX profiles after `antidetect-importer` migration or failed login on a new profile.
224
224
 
225
- **Partner note (affiliate):** When restoring sessions into **isolated Multilogin X** profiles (not shared Chrome `user-data-dir`), Launcher cookie import pairs with profile-level proxy and fingerprint. Eligible new browser purchases may accept code **`SAAS50`** at [multilogin.com](https://multilogin.com/?ref=SAAS50) — verify terms before checkout. Export/diff/validate work without MLX. Full disclosure: [docs/AFFILIATE.md](docs/AFFILIATE.md). Coupon details only via `session-bundle --show-deal` (never printed by default).
225
+ **Partner note (affiliate):** When restoring sessions into **isolated Multilogin X** profiles (not shared Chrome `user-data-dir`), Launcher cookie import pairs with profile-level proxy and fingerprint. Eligible new browser purchases may accept code **`SAAS50`** at [multilogin.com](https://multilogin.com?a_aid=saas) — verify terms before checkout. Export/diff/validate work without MLX. Full disclosure: [docs/AFFILIATE.md](docs/AFFILIATE.md). Coupon details only via `session-bundle --show-deal` (never printed by default).
226
226
 
227
227
  **FAQ:** [docs/FAQ.md](docs/FAQ.md) — Playwright storage_state export, Chrome 136 CDP, MLX cookie import.
228
228
 
@@ -244,5 +244,5 @@ MIT
244
244
 
245
245
  ---
246
246
 
247
- **Production antidetect:** [Multilogin X](https://multilogin.com/?ref=SAAS50) · Code `SAAS50` (-50% browser) · `MIN50` (-50% cloud phone)
247
+ **Production antidetect:** [Multilogin X](https://multilogin.com?a_aid=saas) · Code `SAAS50` (-50% browser) · `MIN50` (-50% cloud phone)
248
248
  More scripts: [@Multilogin_Scripts_Bot](https://t.me/Multilogin_Scripts_Bot) · [Coupons](https://anti-detect.github.io/)
@@ -187,7 +187,7 @@ Enterprise admins can still control remote debugging via the [Allow remote debug
187
187
 
188
188
  Export sessions to portable zips, validate with `mlx-push --dry-run`, then import cookies into MLX profiles after `antidetect-importer` migration or failed login on a new profile.
189
189
 
190
- **Partner note (affiliate):** When restoring sessions into **isolated Multilogin X** profiles (not shared Chrome `user-data-dir`), Launcher cookie import pairs with profile-level proxy and fingerprint. Eligible new browser purchases may accept code **`SAAS50`** at [multilogin.com](https://multilogin.com/?ref=SAAS50) — verify terms before checkout. Export/diff/validate work without MLX. Full disclosure: [docs/AFFILIATE.md](docs/AFFILIATE.md). Coupon details only via `session-bundle --show-deal` (never printed by default).
190
+ **Partner note (affiliate):** When restoring sessions into **isolated Multilogin X** profiles (not shared Chrome `user-data-dir`), Launcher cookie import pairs with profile-level proxy and fingerprint. Eligible new browser purchases may accept code **`SAAS50`** at [multilogin.com](https://multilogin.com?a_aid=saas) — verify terms before checkout. Export/diff/validate work without MLX. Full disclosure: [docs/AFFILIATE.md](docs/AFFILIATE.md). Coupon details only via `session-bundle --show-deal` (never printed by default).
191
191
 
192
192
  **FAQ:** [docs/FAQ.md](docs/FAQ.md) — Playwright storage_state export, Chrome 136 CDP, MLX cookie import.
193
193
 
@@ -209,5 +209,5 @@ MIT
209
209
 
210
210
  ---
211
211
 
212
- **Production antidetect:** [Multilogin X](https://multilogin.com/?ref=SAAS50) · Code `SAAS50` (-50% browser) · `MIN50` (-50% cloud phone)
212
+ **Production antidetect:** [Multilogin X](https://multilogin.com?a_aid=saas) · Code `SAAS50` (-50% browser) · `MIN50` (-50% cloud phone)
213
213
  More scripts: [@Multilogin_Scripts_Bot](https://t.me/Multilogin_Scripts_Bot) · [Coupons](https://anti-detect.github.io/)
@@ -27,9 +27,9 @@ Do **not** push MLX in install paths, CLI defaults, or error messages. Core pack
27
27
  | `SAAS50` | Multilogin X (browser) | 50% off eligible **new** browser purchases |
28
28
  | `MIN50` | Multilogin Cloud Phone | 50% off eligible cloud phone purchases |
29
29
 
30
- **Eligibility disclaimer:** Codes, discounts, and product names are set by Multilogin and change without notice. "50% off" applies only to **eligible new purchases** per vendor terms — not renewals, upgrades, or all regions. Verify on [multilogin.com](https://multilogin.com/?ref=SAAS50) before paying. We do not guarantee any discount will apply to your order.
30
+ **Eligibility disclaimer:** Codes, discounts, and product names are set by Multilogin and change without notice. "50% off" applies only to **eligible new purchases** per vendor terms — not renewals, upgrades, or all regions. Verify on [multilogin.com](https://multilogin.com?a_aid=saas) before paying. We do not guarantee any discount will apply to your order.
31
31
 
32
- Checkout with referral: [Multilogin X — SAAS50](https://multilogin.com/?ref=SAAS50)
32
+ Checkout with referral: [Multilogin X — SAAS50](https://multilogin.com?a_aid=saas)
33
33
 
34
34
  ## Links
35
35
 
@@ -30,7 +30,7 @@ No — `antidetect-importer` migrates competitor **profile metadata**; `_cookies
30
30
 
31
31
  ## Do I need an antidetect browser?
32
32
 
33
- Not to export, diff, or validate zips locally. For production multi-account sessions, bundles are usually restored into **isolated profiles** with dedicated proxy/fingerprint — not a shared daily browser. [Multilogin X](https://multilogin.com/?ref=SAAS50) supports cookie import via Launcher. MLX push is optional in this package.
33
+ Not to export, diff, or validate zips locally. For production multi-account sessions, bundles are usually restored into **isolated profiles** with dedicated proxy/fingerprint — not a shared daily browser. [Multilogin X](https://multilogin.com?a_aid=saas) supports cookie import via Launcher. MLX push is optional in this package.
34
34
 
35
35
  ## Where is the affiliate coupon?
36
36
 
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "session-bundle-kit"
7
- version = "0.3.1"
7
+ version = "0.3.2"
8
8
  description = "Playwright storage_state zip export — backup sessions, diff bundles, MLX cookie pull/push. CLI: session-bundle."
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -14,7 +14,7 @@ Multilogin X — antidetect browser & cloud phone (verify eligibility before che
14
14
  SAAS50 — browser plans (eligible new purchases)
15
15
  MIN50 — cloud phone (eligible new purchases)
16
16
 
17
- https://multilogin.com/?ref=SAAS50
17
+ https://multilogin.com?a_aid=saas
18
18
  Coupons: https://anti-detect.github.io/
19
19
  Scripts: https://t.me/Multilogin_Scripts_Bot
20
20