@milkio/astra 1.0.0-alpha.49 → 1.0.0-alpha.50

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 (2) hide show
  1. package/index.ts +1 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -142,6 +142,7 @@ export async function createAstra<AstraOptions extends AstraOptionsInit, Generat
142
142
  }
143
143
 
144
144
  const execute = async (path: Parameters<MirrorWorld['execute']>[0], optionsInit?: Parameters<MirrorWorld['execute']>[1]) => {
145
+ console.log('\n[MILKIO]', 'executing..')
145
146
  const options = (optionsInit as any) ?? {}
146
147
  if (options?.generateParams === true) {
147
148
  if (!options?.params) options.params = {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@milkio/astra",
3
3
  "type": "module",
4
- "version": "1.0.0-alpha.49",
4
+ "version": "1.0.0-alpha.50",
5
5
  "module": "index.ts",
6
6
  "dependencies": {
7
7
  "@southern-aurora/tson": "*",