@omnicross/subscriptions 0.1.10 → 0.2.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/NOTICE +4 -4
- package/dist/index.cjs +874 -2
- package/dist/index.d.cts +97 -1
- package/dist/index.d.ts +97 -1
- package/dist/index.js +872 -0
- package/package.json +60 -59
package/NOTICE
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
@omnicross/subscriptions — THIRD-PARTY NOTICES
|
|
2
2
|
==============================================
|
|
3
3
|
|
|
4
|
-
This package contains the subscription-as-provider block (auth strategies,
|
|
5
|
-
account service, provider registry, dispatcher, and OpenCodeGo routing) and uses
|
|
6
|
-
the following third-party dependency. Its license applies to that dependency.
|
|
4
|
+
This package contains the subscription-as-provider block (auth strategies,
|
|
5
|
+
account service, provider registry, dispatcher, and OpenCodeGo routing) and uses
|
|
6
|
+
the following third-party dependency. Its license applies to that dependency.
|
|
7
7
|
|
|
8
8
|
--------------------------------------------------------------------------------
|
|
9
|
-
1. js-tiktoken (MIT License)
|
|
9
|
+
1. js-tiktoken (MIT License)
|
|
10
10
|
--------------------------------------------------------------------------------
|
|
11
11
|
|
|
12
12
|
`src/opencodego/token-count.ts` lazily imports `js-tiktoken` (cl100k_base
|