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.
- package/dist/index.js +4 -0
- 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
|
};
|