@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.
- package/dist/auth/index.d.ts +3 -3
- package/dist/auth/index.d.ts.map +1 -1
- package/dist/auth/index.js +3 -3
- package/dist/index.d.ts +6 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -6
- package/package.json +11 -11
package/dist/auth/index.d.ts
CHANGED
|
@@ -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
|
package/dist/auth/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/auth/index.ts"],"names":[],"mappings":"AAAA,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"}
|
package/dist/auth/index.js
CHANGED
|
@@ -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
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,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.
|
|
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": "
|
|
42
|
-
"@olane/o-core": "
|
|
43
|
-
"@olane/o-protocol": "
|
|
44
|
-
"@olane/o-tool": "
|
|
45
|
-
"@olane/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.
|
|
70
|
-
"@olane/o-core": "^0.1.
|
|
71
|
-
"@olane/o-protocol": "^0.1.
|
|
72
|
-
"@olane/o-tool": "^0.1.
|
|
73
|
-
"@olane/o-tools-common": "^0.1.
|
|
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",
|