@keywordsai/keywordsai-sdk 0.0.4 → 0.0.6

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 +0,0 @@
1
- export * from "./log";
@@ -1,2 +1,2 @@
1
- export * from "./log";
1
+ "use strict";
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":""}
package/dist/index.d.ts CHANGED
@@ -1,3 +1 @@
1
1
  export * from "./types";
2
- export * from "./exporters";
3
- export * from "./constants";
package/dist/index.js CHANGED
@@ -1,5 +1,3 @@
1
1
  // KeywordsAI SDK - Main Entry Point
2
2
  export * from "./types";
3
- export * from "./exporters";
4
- export * from "./constants";
5
3
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,oCAAoC;AACpC,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,oCAAoC;AACpC,cAAc,SAAS,CAAC"}
@@ -1,6 +1,6 @@
1
- export * from "./decoratorTypes";
2
- export * from "./clientTypes";
3
- export * from "./spanTypes";
4
- export * from "./baseTypes";
5
- export * from "./logTypes";
6
- export * from "./tracingTypes";
1
+ export * from "./decoratorTypes.js";
2
+ export * from "./clientTypes.js";
3
+ export * from "./spanTypes.js";
4
+ export * from "./baseTypes.js";
5
+ export * from "./logTypes.js";
6
+ export * from "./tracingTypes.js";
@@ -1,7 +1,7 @@
1
- export * from "./decoratorTypes";
2
- export * from "./clientTypes";
3
- export * from "./spanTypes";
4
- export * from "./baseTypes";
5
- export * from "./logTypes";
6
- export * from "./tracingTypes";
1
+ export * from "./decoratorTypes.js";
2
+ export * from "./clientTypes.js";
3
+ export * from "./spanTypes.js";
4
+ export * from "./baseTypes.js";
5
+ export * from "./logTypes.js";
6
+ export * from "./tracingTypes.js";
7
7
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@keywordsai/keywordsai-sdk",
3
3
  "type": "module",
4
- "version": "0.0.4",
4
+ "version": "0.0.6",
5
5
  "description": "KeywordsAI typing SDK",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -17,7 +17,8 @@
17
17
  },
18
18
  "scripts": {
19
19
  "build": "tsc",
20
- "publish": "npm publish"
20
+ "version": "npm version",
21
+ "publish": "yarn npm publish"
21
22
  },
22
23
  "packageManager": "yarn@4.6.0",
23
24
  "dependencies": {
@@ -29,4 +30,4 @@
29
30
  "devDependencies": {
30
31
  "@types/node": "^22.15.29"
31
32
  }
32
- }
33
+ }