@olane/o-tool-registry 0.1.4 → 0.1.5

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.
@@ -1,4 +1,4 @@
1
- export * from './huggingface-text-embeddings.tool';
2
- export * from './text-embeddings.tool';
3
- export * from './embeddings.tool';
1
+ export * from './huggingface-text-embeddings.tool.js';
2
+ export * from './text-embeddings.tool.js';
3
+ export * from './embeddings.tool.js';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/embeddings/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC;AACnD,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/embeddings/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAC;AACtD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC"}
@@ -1,3 +1,3 @@
1
- export * from './huggingface-text-embeddings.tool';
2
- export * from './text-embeddings.tool';
3
- export * from './embeddings.tool';
1
+ export * from './huggingface-text-embeddings.tool.js';
2
+ export * from './text-embeddings.tool.js';
3
+ export * from './embeddings.tool.js';
@@ -1,6 +1,6 @@
1
- export * from './ollama-intelligence.tool';
2
- export * from './openai-intelligence.tool';
3
- export * from './anthropic-intelligence.tool';
4
- export * from './gemini-intelligence.tool';
5
- export * from './intelligence.tool';
1
+ export * from './ollama-intelligence.tool.js';
2
+ export * from './openai-intelligence.tool.js';
3
+ export * from './anthropic-intelligence.tool.js';
4
+ export * from './gemini-intelligence.tool.js';
5
+ export * from './intelligence.tool.js';
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/intelligence/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/intelligence/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC"}
@@ -1,5 +1,5 @@
1
- export * from './ollama-intelligence.tool';
2
- export * from './openai-intelligence.tool';
3
- export * from './anthropic-intelligence.tool';
4
- export * from './gemini-intelligence.tool';
5
- export * from './intelligence.tool';
1
+ export * from './ollama-intelligence.tool.js';
2
+ export * from './openai-intelligence.tool.js';
3
+ export * from './anthropic-intelligence.tool.js';
4
+ export * from './gemini-intelligence.tool.js';
5
+ export * from './intelligence.tool.js';
@@ -1 +1 @@
1
- {"version":3,"file":"intelligence.tool.d.ts","sourceRoot":"","sources":["../../src/intelligence/intelligence.tool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,WAAW,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAEjE,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAM3C,qBAAa,gBAAiB,SAAQ,YAAY;IAChD,OAAO,CAAC,eAAe,CAAK;gBAChB,MAAM,EAAE,WAAW;IAkDzB,kBAAkB,IAAI,OAAO,CAAC,UAAU,CAAC;IA2BzC,kBAAkB,CAAC,OAAO,EAAE,QAAQ,GAAG,OAAO,CAAC,UAAU,CAAC;IAwB1D,YAAY,CAAC,OAAO,EAAE,QAAQ,GAAG,OAAO,CAAC,UAAU,CAAC;CAkB3D"}
1
+ {"version":3,"file":"intelligence.tool.d.ts","sourceRoot":"","sources":["../../src/intelligence/intelligence.tool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAE1D,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAM3C,qBAAa,gBAAiB,SAAQ,YAAY;IAChD,OAAO,CAAC,eAAe,CAAK;gBAChB,MAAM,EAAE,WAAW;IAkDzB,kBAAkB,IAAI,OAAO,CAAC,UAAU,CAAC;IA2BzC,kBAAkB,CAAC,OAAO,EAAE,QAAQ,GAAG,OAAO,CAAC,UAAU,CAAC;IAwB1D,YAAY,CAAC,OAAO,EAAE,QAAQ,GAAG,OAAO,CAAC,UAAU,CAAC;CAkB3D"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olane/o-tool-registry",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -38,11 +38,11 @@
38
38
  "@babel/preset-typescript": "^7.27.1",
39
39
  "@eslint/eslintrc": "^3.3.1",
40
40
  "@eslint/js": "^9.29.0",
41
- "@olane/o-config": "^0.1.4",
42
- "@olane/o-core": "^0.1.4",
43
- "@olane/o-protocol": "^0.1.4",
44
- "@olane/o-tool": "^0.1.4",
45
- "@olane/o-tools-common": "^0.1.4",
41
+ "@olane/o-config": "^0.1.5",
42
+ "@olane/o-core": "^0.1.5",
43
+ "@olane/o-protocol": "^0.1.5",
44
+ "@olane/o-tool": "^0.1.5",
45
+ "@olane/o-tools-common": "^0.1.5",
46
46
  "@tsconfig/node20": "^20.1.6",
47
47
  "@types/jest": "^30.0.0",
48
48
  "@typescript-eslint/eslint-plugin": "^8.34.1",
@@ -66,11 +66,11 @@
66
66
  "webpack-dev-server": "^5.2.2"
67
67
  },
68
68
  "peerDependencies": {
69
- "@olane/o-config": "^0.1.4",
70
- "@olane/o-core": "^0.1.4",
71
- "@olane/o-protocol": "^0.1.4",
72
- "@olane/o-tool": "^0.1.4",
73
- "@olane/o-tools-common": "^0.1.4"
69
+ "@olane/o-config": "^0.1.5",
70
+ "@olane/o-core": "^0.1.5",
71
+ "@olane/o-protocol": "^0.1.5",
72
+ "@olane/o-tool": "^0.1.5",
73
+ "@olane/o-tools-common": "^0.1.5"
74
74
  },
75
75
  "dependencies": {
76
76
  "@huggingface/transformers": "^3.5.2",