cidaas-javascript-sdk 3.0.1 → 3.0.2

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [3.0.1](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/compare/v3.0.0...v3.0.1) (2023-05-03)
1
+ ## [3.0.2](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/compare/v3.0.1...v3.0.2) (2023-05-03)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * update path to type declaration ([65381d0](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/commit/65381d03af5447afd8a4d537a517efdc19c24edf))
6
+ * update declaration file path in dependency file ([bed0b5b](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/commit/bed0b5b7ef52c791c465e1e981363dca2df6de4a))
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "cidaas-javascript-sdk",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "author": "cidaas by Widas ID GmbH",
5
5
  "description": "Cidaas native javascript sdk",
6
6
  "license": "MIT",
7
- "main": "types/index.js",
8
- "types": "types/index.d.ts",
7
+ "main": "types/main/index.js",
8
+ "types": "types/main/index.d.ts",
9
9
  "engine": {
10
10
  "node": ">=8.9.10"
11
11
  },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes