aeria-sdk 0.0.79 → 0.0.81

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 CHANGED
@@ -106,7 +106,7 @@ export const storage = getStorage(config)
106
106
  export default aeria
107
107
  \n`;
108
108
  exports.runtimeEsm = runtimeEsm;
109
- const writeMirrorFiles = async (mirror, config, filesPath = process.cwd()) => {
109
+ const writeMirrorFiles = async (mirror, config, filesPath = path.join(process.cwd(), '.aeria')) => {
110
110
  const runtimeBase = path.dirname(require.resolve('aeria-sdk'));
111
111
  await (0, promises_1.mkdir)(runtimeBase, {
112
112
  recursive: true,
package/dist/mirror.mjs CHANGED
@@ -106,7 +106,7 @@ export const storage = getStorage(config)
106
106
  export default aeria
107
107
 
108
108
  `;
109
- export const writeMirrorFiles = async (mirror, config, filesPath = process.cwd()) => {
109
+ export const writeMirrorFiles = async (mirror, config, filesPath = path.join(process.cwd(), ".aeria")) => {
110
110
  const runtimeBase = path.dirname(require.resolve("aeria-sdk"));
111
111
  await mkdir(runtimeBase, {
112
112
  recursive: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aeria-sdk",
3
- "version": "0.0.79",
3
+ "version": "0.0.81",
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.56",
64
- "@aeriajs/types": "^0.0.53"
63
+ "@aeriajs/common": "^0.0.58",
64
+ "@aeriajs/types": "^0.0.54"
65
65
  },
66
66
  "scripts": {
67
67
  "test": "echo skipping",