@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.mjs
CHANGED
|
@@ -253,7 +253,7 @@ var resetGlobalLogger = () => {
|
|
|
253
253
|
// package.json
|
|
254
254
|
var package_default = {
|
|
255
255
|
name: "@elasticdash/core",
|
|
256
|
-
version: "0.0.
|
|
256
|
+
version: "0.0.9",
|
|
257
257
|
description: "Core functions and utilities for ElasticDash packages",
|
|
258
258
|
type: "module",
|
|
259
259
|
sideEffects: false,
|