@keywordsai/keywordsai-sdk 0.0.3 → 0.0.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.
package/dist/index.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  export * from "./types";
2
- export * from "./exporters";
3
2
  export * from "./constants";
package/dist/index.js CHANGED
@@ -1,5 +1,4 @@
1
1
  // KeywordsAI SDK - Main Entry Point
2
2
  export * from "./types";
3
- export * from "./exporters";
4
3
  export * from "./constants";
5
4
  //# 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;AACxB,cAAc,aAAa,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@keywordsai/keywordsai-sdk",
3
- "version": "0.0.3",
3
+ "type": "module",
4
+ "version": "0.0.5",
4
5
  "description": "KeywordsAI typing SDK",
5
6
  "main": "dist/index.js",
6
7
  "types": "dist/index.d.ts",
@@ -16,7 +17,9 @@
16
17
  },
17
18
  "scripts": {
18
19
  "build": "tsc",
19
- "publish": "npm publish"
20
+ "version": "npm version",
21
+ "publish": "npm publish",
22
+ "release": "npm version patch && npm publish"
20
23
  },
21
24
  "packageManager": "yarn@4.6.0",
22
25
  "dependencies": {