@olane/o-tool 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/index.d.ts CHANGED
@@ -1,10 +1,10 @@
1
- export * from './o-tool';
2
- export * from './interfaces/tool.interface';
3
- export * from './interfaces/run-result.interface';
4
- export * from './interfaces/run-params.interface';
5
- export * from './interfaces/run-tool.interface';
6
- export * from './node.tool';
7
- export * from './interfaces/tool-result.interface';
8
- export * from './tool.utils';
9
- export * from './virtual.tool';
1
+ export * from './o-tool.js';
2
+ export * from './interfaces/tool.interface.js';
3
+ export * from './interfaces/run-result.interface.js';
4
+ export * from './interfaces/run-params.interface.js';
5
+ export * from './interfaces/run-tool.interface.js';
6
+ export * from './node.tool.js';
7
+ export * from './interfaces/tool-result.interface.js';
8
+ export * from './tool.utils.js';
9
+ export * from './virtual.tool.js';
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mCAAmC,CAAC;AAClD,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,aAAa,CAAC;AAC5B,cAAc,oCAAoC,CAAC;AACnD,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,oCAAoC,CAAC;AACnD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uCAAuC,CAAC;AACtD,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC"}
package/dist/index.js CHANGED
@@ -1,9 +1,9 @@
1
- export * from './o-tool';
2
- export * from './interfaces/tool.interface';
3
- export * from './interfaces/run-result.interface';
4
- export * from './interfaces/run-params.interface';
5
- export * from './interfaces/run-tool.interface';
6
- export * from './node.tool';
7
- export * from './interfaces/tool-result.interface';
8
- export * from './tool.utils';
9
- export * from './virtual.tool';
1
+ export * from './o-tool.js';
2
+ export * from './interfaces/tool.interface.js';
3
+ export * from './interfaces/run-result.interface.js';
4
+ export * from './interfaces/run-params.interface.js';
5
+ export * from './interfaces/run-tool.interface.js';
6
+ export * from './node.tool.js';
7
+ export * from './interfaces/tool-result.interface.js';
8
+ export * from './tool.utils.js';
9
+ export * from './virtual.tool.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olane/o-tool",
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,9 +38,9 @@
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",
41
+ "@olane/o-config": "^0.1.3",
42
+ "@olane/o-core": "^0.1.3",
43
+ "@olane/o-protocol": "^0.1.3",
44
44
  "@tsconfig/node20": "^20.1.6",
45
45
  "@types/jest": "^30.0.0",
46
46
  "@typescript-eslint/eslint-plugin": "^8.34.1",
@@ -64,9 +64,9 @@
64
64
  "webpack-dev-server": "^5.2.2"
65
65
  },
66
66
  "peerDependencies": {
67
- "@olane/o-config": "^0.1.2",
68
- "@olane/o-core": "^0.1.2",
69
- "@olane/o-protocol": "^0.1.2"
67
+ "@olane/o-config": "^0.1.3",
68
+ "@olane/o-core": "^0.1.3",
69
+ "@olane/o-protocol": "^0.1.3"
70
70
  },
71
71
  "dependencies": {
72
72
  "debug": "^4.4.1",