@elasticdash/core 0.0.8 → 0.0.9
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -354,7 +354,7 @@ var resetGlobalLogger = () => {
|
|
|
354
354
|
// package.json
|
|
355
355
|
var package_default = {
|
|
356
356
|
name: "@elasticdash/core",
|
|
357
|
-
version: "0.0.
|
|
357
|
+
version: "0.0.9",
|
|
358
358
|
description: "Core functions and utilities for ElasticDash packages",
|
|
359
359
|
type: "module",
|
|
360
360
|
sideEffects: false,
|