@adobe-commerce/aio-toolkit 1.0.4 → 1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe-commerce/aio-toolkit",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "A comprehensive TypeScript toolkit for Adobe App Builder applications providing standardized Adobe Commerce integrations, I/O Events orchestration, file storage utilities, authentication helpers, and robust backend development tools with 100% test coverage.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -53,6 +53,7 @@
53
53
  "author": "Hitarth Pattani <hitarth@example.com>",
54
54
  "license": "SEE LICENSE IN LICENSE",
55
55
  "dependencies": {
56
+ "@adobe-commerce/aio-services-kit": "^1.0.0",
56
57
  "@adobe/aio-lib-ims": "^7.0.2",
57
58
  "@adobe/aio-sdk": "^5.0.0",
58
59
  "cloudevents": "^8.0.2",