calabasas 0.5.0 → 0.5.1

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/dist/index.js +4 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5923,6 +5923,10 @@ var GENERATED_IMPORT_REWRITES = {
5923
5923
  [
5924
5924
  /from\s+["']\.\.\/(_generated\/api)["']/g,
5925
5925
  `from "../../_generated/api"`
5926
+ ],
5927
+ [
5928
+ /internal\.calabasas\.sync\./g,
5929
+ `internal.calabasas._generated.sync.`
5926
5930
  ]
5927
5931
  ]
5928
5932
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "calabasas",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "CLI for Calabasas - Discord Gateway as a Service for Convex",
5
5
  "type": "module",
6
6
  "bin": {