@lolyjs/core 0.2.0-alpha.29 → 0.2.0-alpha.30

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/README.md CHANGED
@@ -22,7 +22,7 @@ _Built with React 19, Express, Rspack, Socket.IO, and TypeScript_
22
22
  Create a new Loly application in seconds:
23
23
 
24
24
  ```bash
25
- npx create-loly-app mi-app
25
+ npx @lolyjs/cli@latest my-app
26
26
  ```
27
27
 
28
28
  This will create a new project with all the necessary files and dependencies. For more information about the CLI, visit the [@lolyjs/cli package](https://www.npmjs.com/package/@lolyjs/cli).
package/dist/cli.cjs CHANGED
@@ -5165,8 +5165,8 @@ var require_autoPipelining = __commonJS({
5165
5165
  var lodash_1 = require_lodash3();
5166
5166
  var calculateSlot = require_lib();
5167
5167
  var standard_as_callback_1 = require_built2();
5168
- exports2.kExec = Symbol("exec");
5169
- exports2.kCallbacks = Symbol("callbacks");
5168
+ exports2.kExec = /* @__PURE__ */ Symbol("exec");
5169
+ exports2.kCallbacks = /* @__PURE__ */ Symbol("callbacks");
5170
5170
  exports2.notAllowedAutoPipelineCommands = [
5171
5171
  "auth",
5172
5172
  "info",