@llmops/core 0.1.2-beta.2 → 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/dist/index.cjs CHANGED
@@ -444,7 +444,6 @@ const providersSchema = require_db.object(Object.fromEntries(providerEntries)).r
444
444
  *
445
445
  * Uses a flexible schema with passthrough to allow different auth providers.
446
446
  * - Open source: basicAuth() from @llmops/sdk (type: 'basic')
447
- * - Enterprise: enterpriseAuth() from @llmops/enterprise (type: 'better-auth', etc.)
448
447
  *
449
448
  * The actual auth handling is done by the auth middleware based on the type.
450
449
  */
package/dist/index.mjs CHANGED
@@ -443,7 +443,6 @@ const providersSchema = object(Object.fromEntries(providerEntries)).refine((prov
443
443
  *
444
444
  * Uses a flexible schema with passthrough to allow different auth providers.
445
445
  * - Open source: basicAuth() from @llmops/sdk (type: 'basic')
446
- * - Enterprise: enterpriseAuth() from @llmops/enterprise (type: 'better-auth', etc.)
447
446
  *
448
447
  * The actual auth handling is done by the auth middleware based on the type.
449
448
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llmops/core",
3
- "version": "0.1.2-beta.2",
3
+ "version": "0.1.2",
4
4
  "description": "Core LLMOps functionality and utilities",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -51,7 +51,7 @@
51
51
  "hono": "^4.10.7",
52
52
  "kysely": "^0.28.8",
53
53
  "pino": "^10.1.0",
54
- "@llmops/gateway": "^0.1.2-beta.2"
54
+ "@llmops/gateway": "^0.1.2"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "tsdown",