aeria-sdk 0.0.136 → 0.0.138
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/mirror.js +1 -1
- package/dist/mirror.mjs +1 -1
- package/package.json +3 -3
package/dist/mirror.js
CHANGED
|
@@ -121,7 +121,7 @@ const writeMirrorFiles = async (mirror, config) => {
|
|
|
121
121
|
resolvedPath = syntheticRequire.resolve('aeria-sdk');
|
|
122
122
|
}
|
|
123
123
|
catch (err) {
|
|
124
|
-
console.
|
|
124
|
+
console.warn(`couldn't locate node_modules in "${mirrorPath}"`);
|
|
125
125
|
continue;
|
|
126
126
|
}
|
|
127
127
|
const runtimeBase = path.dirname(resolvedPath);
|
package/dist/mirror.mjs
CHANGED
|
@@ -122,7 +122,7 @@ export const writeMirrorFiles = async (mirror, config) => {
|
|
|
122
122
|
try {
|
|
123
123
|
resolvedPath = syntheticRequire.resolve("aeria-sdk");
|
|
124
124
|
} catch (err) {
|
|
125
|
-
console.
|
|
125
|
+
console.warn(`couldn't locate node_modules in "${mirrorPath}"`);
|
|
126
126
|
continue;
|
|
127
127
|
}
|
|
128
128
|
const runtimeBase = path.dirname(resolvedPath);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aeria-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.138",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"@aeriajs/types": "link:../types"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"@aeriajs/common": "^0.0.
|
|
64
|
-
"@aeriajs/types": "^0.0.
|
|
63
|
+
"@aeriajs/common": "^0.0.107",
|
|
64
|
+
"@aeriajs/types": "^0.0.90"
|
|
65
65
|
},
|
|
66
66
|
"scripts": {
|
|
67
67
|
"test": "echo skipping",
|