subscription-gateway 0.1.1 → 0.1.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/gateway.mjs +1 -1
- package/package.json +1 -1
package/gateway.mjs
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
* тонкости, которых нет в документации, и переживёт их смену.
|
|
20
20
|
*
|
|
21
21
|
* 🔴 НЕЗАВИСИМОСТЬ ОТ ГЛАВНОЙ МАШИНЫ. SDK стоит ЗДЕСЬ, токен ЗДЕСЬ, выход в
|
|
22
|
-
* сеть у машины свой.
|
|
22
|
+
* сеть у машины свой. Главная машина в цепочке не участвует и может быть выключена —
|
|
23
23
|
* это прямое требование владельца, проверенное живым вызовом.
|
|
24
24
|
*
|
|
25
25
|
* ГРАНИЦЫ. Слушает только петлю. Наружу не выставляется никогда: это доступ к
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "subscription-gateway",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Subscription gateway for DeepSeek Harness — runs the model loop through the vendor's official agent SDK, so the platform works on a subscription seat instead of a metered API key, with the token kept in one place on the machine.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "gateway.mjs",
|