@adobedjangir/commerce-admin-management 0.0.20 → 0.0.21

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.
@@ -46,7 +46,6 @@ runtimeManifest:
46
46
  AIO_DB_REGION: $AIO_DB_REGION
47
47
  annotations:
48
48
  require-adobe-auth: false
49
- include-ims-credentials: true
50
49
  final: true
51
50
  system-config-list:
52
51
  function: system-config-list/index.js
@@ -66,7 +65,6 @@ runtimeManifest:
66
65
  AIO_DB_REGION: $AIO_DB_REGION
67
66
  annotations:
68
67
  require-adobe-auth: false
69
- include-ims-credentials: true
70
68
  final: true
71
69
  system-config-save:
72
70
  function: system-config-save/index.js
@@ -86,7 +84,6 @@ runtimeManifest:
86
84
  AIO_DB_REGION: $AIO_DB_REGION
87
85
  annotations:
88
86
  require-adobe-auth: false
89
- include-ims-credentials: true
90
87
  final: true
91
88
  system-config-schema:
92
89
  function: system-config-schema/index.js
@@ -105,7 +102,6 @@ runtimeManifest:
105
102
  AIO_DB_REGION: $AIO_DB_REGION
106
103
  annotations:
107
104
  require-adobe-auth: false
108
- include-ims-credentials: true
109
105
  final: true
110
106
  export-config:
111
107
  function: export-config/index.js
@@ -125,7 +121,6 @@ runtimeManifest:
125
121
  AIO_DB_REGION: $AIO_DB_REGION
126
122
  annotations:
127
123
  require-adobe-auth: false
128
- include-ims-credentials: true
129
124
  final: true
130
125
  import-config:
131
126
  function: import-config/index.js
@@ -148,7 +143,6 @@ runtimeManifest:
148
143
  AIO_DB_REGION: $AIO_DB_REGION
149
144
  annotations:
150
145
  require-adobe-auth: false
151
- include-ims-credentials: true
152
146
  final: true
153
147
  sync-store-mappings-from-commerce:
154
148
  function: sync-store-mappings-from-commerce/index.js
@@ -168,7 +162,6 @@ runtimeManifest:
168
162
  AIO_DB_REGION: $AIO_DB_REGION
169
163
  annotations:
170
164
  require-adobe-auth: false
171
- include-ims-credentials: true
172
165
  final: true
173
166
  commerce-connection-status:
174
167
  function: commerce-connection-status/index.js
@@ -188,7 +181,6 @@ runtimeManifest:
188
181
  AIO_DB_REGION: $AIO_DB_REGION
189
182
  annotations:
190
183
  require-adobe-auth: false
191
- include-ims-credentials: true
192
184
  final: true
193
185
  commerce-connection-test:
194
186
  function: commerce-connection-test/index.js
@@ -208,7 +200,6 @@ runtimeManifest:
208
200
  AIO_DB_REGION: $AIO_DB_REGION
209
201
  annotations:
210
202
  require-adobe-auth: false
211
- include-ims-credentials: true
212
203
  final: true
213
204
  commerce-connection-save:
214
205
  function: commerce-connection-save/index.js
@@ -228,5 +219,4 @@ runtimeManifest:
228
219
  AIO_DB_REGION: $AIO_DB_REGION
229
220
  annotations:
230
221
  require-adobe-auth: false
231
- include-ims-credentials: true
232
222
  final: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobedjangir/commerce-admin-management",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "Schema-driven system configuration for Adobe Commerce App Builder sync apps. Magento-style scoped config in Adobe App Builder Database (ABDB) with encryption, Commerce REST helpers, and React Admin UI.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Adobe Inc.",