@dqbd/tiktoken
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@dqbd/tiktoken", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Javascript bindings for tiktoken", | ||
@@ -36,2 +36,6 @@ "license": "MIT", | ||
}, | ||
"./tiktoken_bg.wasm?module": { | ||
"types": "./tiktoken_bg.wasm.d.ts", | ||
"default": "./tiktoken_bg.wasm?module" | ||
}, | ||
"./lite": { | ||
@@ -56,2 +60,6 @@ "types": "./lite/tiktoken.d.ts", | ||
}, | ||
"./lite/tiktoken_bg.wasm?module": { | ||
"types": "./lite/tiktoken_bg.wasm.d.ts", | ||
"default": "./lite/tiktoken_bg.wasm?module" | ||
}, | ||
"./model_to_encoding.json": "./model_to_encoding.json", | ||
@@ -58,0 +66,0 @@ "./registry.json": "./registry.json", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7156566