@adobe/aio-cli-lib-app-config 1.0.1-pre.2023-07-10.sha-32c62844 → 1.0.1-pre.2023-07-12.sha-fee15187
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/aio-cli-lib-app-config",
|
|
3
|
-
"version": "1.0.1-pre.2023-07-
|
|
3
|
+
"version": "1.0.1-pre.2023-07-12.sha-fee15187",
|
|
4
4
|
"description": "node lib to provide a consistent interface to various config files that make up Adobe Developer App Builder applications and extensions",
|
|
5
5
|
"repository": "https://github.com/adobe/aio-cli-lib-app-config/",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"./test/jest.setup.js"
|
|
76
76
|
]
|
|
77
77
|
},
|
|
78
|
-
"prereleaseSha": "
|
|
78
|
+
"prereleaseSha": "fee15187a68b4986ea5764eeda0cc9f32f44ef58"
|
|
79
79
|
}
|