configuration-management 0.1.2 → 0.1.4

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 (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "configuration-management",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
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.",
@@ -29,7 +29,9 @@
29
29
  "./shared": "./src/system-config-shared.js",
30
30
  "./oauth1a": "./src/oauth1a.js",
31
31
  "./web": "./web/index.js",
32
- "./web/styles.css": "./web/styles.css",
32
+ "./web/index.js": "./web/index.js",
33
+ "./web/styles.css": "./web/src/styles/index.css",
34
+ "./web/src/styles/index.css": "./web/src/styles/index.css",
33
35
  "./actions/utils": "./actions/utils.js",
34
36
  "./actions/ext.config.yaml": "./actions/configurations/ext.config.yaml"
35
37
  },