@sisense/sdk-ai-core 0.4.0 → 0.4.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2149,7 +2149,7 @@ function tt(e, t) {
2149
2149
  const a = new At(
2150
2150
  `${we(e)}${n}`,
2151
2151
  t,
2152
- "sdk-ai-core-0.4.0"
2152
+ "sdk-ai-core-0.4.1"
2153
2153
  );
2154
2154
  return a.login(), a;
2155
2155
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sisense/sdk-ai-core",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "main": "./dist/index.js",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",