@olane/o-tool-registry 0.1.2 → 0.1.3

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 './oAuth.tool';
2
- export * from './methods/auth.methods';
3
- export * from './interfaces';
1
+ export * from './oAuth.tool.js';
2
+ export * from './methods/auth.methods.js';
3
+ export * from './interfaces/index.js';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/auth/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AACvC,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/auth/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC"}
@@ -1,3 +1,3 @@
1
- export * from './oAuth.tool';
2
- export * from './methods/auth.methods';
3
- export * from './interfaces';
1
+ export * from './oAuth.tool.js';
2
+ export * from './methods/auth.methods.js';
3
+ export * from './interfaces/index.js';
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- export * from './intelligence';
2
- export * from './init';
3
- export * from './nlp';
4
- export * from './vector-store';
5
- export * from './mcp';
6
- export * from './auth';
1
+ export * from './intelligence/index.js';
2
+ export * from './init.js';
3
+ export * from './nlp/index.js';
4
+ export * from './vector-store/index.js';
5
+ export * from './mcp/index.js';
6
+ export * from './auth/index.js';
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC;AACvB,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,OAAO,CAAC;AACtB,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC"}
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from './intelligence';
2
- export * from './init';
3
- export * from './nlp';
4
- export * from './vector-store';
5
- export * from './mcp';
6
- export * from './auth';
1
+ export * from './intelligence/index.js';
2
+ export * from './init.js';
3
+ export * from './nlp/index.js';
4
+ export * from './vector-store/index.js';
5
+ export * from './mcp/index.js';
6
+ export * from './auth/index.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olane/o-tool-registry",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
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": "file:../o-config",
42
- "@olane/o-core": "file:../..",
43
- "@olane/o-protocol": "file:../o-protocol",
44
- "@olane/o-tool": "file:../o-tool",
45
- "@olane/o-tools-common": "file:../o-tools-common",
41
+ "@olane/o-config": "^0.1.3",
42
+ "@olane/o-core": "^0.1.3",
43
+ "@olane/o-protocol": "^0.1.3",
44
+ "@olane/o-tool": "^0.1.3",
45
+ "@olane/o-tools-common": "^0.1.3",
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.2",
70
- "@olane/o-core": "^0.1.2",
71
- "@olane/o-protocol": "^0.1.2",
72
- "@olane/o-tool": "^0.1.2",
73
- "@olane/o-tools-common": "^0.1.2"
69
+ "@olane/o-config": "^0.1.3",
70
+ "@olane/o-core": "^0.1.3",
71
+ "@olane/o-protocol": "^0.1.3",
72
+ "@olane/o-tool": "^0.1.3",
73
+ "@olane/o-tools-common": "^0.1.3"
74
74
  },
75
75
  "dependencies": {
76
76
  "@huggingface/transformers": "^3.5.2",