@omote/core 0.3.1 → 0.3.25

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.
@@ -14,7 +14,7 @@ import {
14
14
  setLogLevel,
15
15
  setLoggingEnabled
16
16
  } from "../chunk-ESU52TDS.mjs";
17
- import "../chunk-6W7G6WE7.mjs";
17
+ import "../chunk-NSSMTXJJ.mjs";
18
18
  export {
19
19
  DEFAULT_LOGGING_CONFIG,
20
20
  LOG_LEVEL_PRIORITY,
@@ -855,8 +855,8 @@ import {
855
855
  __webpack_exports__window_function,
856
856
  __webpack_exports__zeros,
857
857
  __webpack_exports__zeros_like
858
- } from "./chunk-T465MTDX.mjs";
859
- import "./chunk-6W7G6WE7.mjs";
858
+ } from "./chunk-B6TIE56N.mjs";
859
+ import "./chunk-NSSMTXJJ.mjs";
860
860
  export {
861
861
  __webpack_exports__ASTFeatureExtractor as ASTFeatureExtractor,
862
862
  __webpack_exports__ASTForAudioClassification as ASTForAudioClassification,
@@ -1715,4 +1715,4 @@ export {
1715
1715
  __webpack_exports__zeros as zeros,
1716
1716
  __webpack_exports__zeros_like as zeros_like
1717
1717
  };
1718
- //# sourceMappingURL=transformers.web-MHLR33H6.mjs.map
1718
+ //# sourceMappingURL=transformers.web-T5LWC34T.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omote/core",
3
- "version": "0.3.1",
3
+ "version": "0.3.25",
4
4
  "description": "Renderer-agnostic core SDK for Omote AI Characters",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -37,11 +37,10 @@
37
37
  "build:js": "tsup --no-dts"
38
38
  },
39
39
  "dependencies": {
40
- "@huggingface/transformers-monorepo": "github:huggingface/transformers.js#v4",
41
40
  "onnxruntime-web": "^1.23.2"
42
41
  },
43
42
  "devDependencies": {
44
- "@huggingface/transformers": "^3.8.1",
43
+ "@huggingface/transformers": "github:huggingface/transformers.js#v4",
45
44
  "@typescript-eslint/eslint-plugin": "^8.53.0",
46
45
  "@typescript-eslint/parser": "^8.53.0",
47
46
  "@vitest/coverage-v8": "^4.0.16",
@@ -1,13 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
- var __export = (target, all) => {
4
- for (var name in all)
5
- __defProp(target, name, { get: all[name], enumerable: true });
6
- };
7
- var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
8
-
9
- export {
10
- __export,
11
- __publicField
12
- };
13
- //# sourceMappingURL=chunk-6W7G6WE7.mjs.map