@resourcexjs/cli 2.9.0 → 2.10.0
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/dist/index.js +3 -3
- package/dist/index.js.map +3 -3
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -4880,9 +4880,9 @@ function manifest(rxd) {
|
|
|
4880
4880
|
};
|
|
4881
4881
|
}
|
|
4882
4882
|
function resource(rxm, rxa) {
|
|
4883
|
-
const
|
|
4883
|
+
const rxi = locate(rxm);
|
|
4884
4884
|
return {
|
|
4885
|
-
|
|
4885
|
+
identifier: rxi,
|
|
4886
4886
|
manifest: rxm,
|
|
4887
4887
|
archive: rxa
|
|
4888
4888
|
};
|
|
@@ -17877,4 +17877,4 @@ var main = defineCommand({
|
|
|
17877
17877
|
});
|
|
17878
17878
|
runMain(main);
|
|
17879
17879
|
|
|
17880
|
-
//# debugId=
|
|
17880
|
+
//# debugId=1CE1059D7A48473B64756E2164756E21
|