@siftline/core 0.0.2 → 0.0.3
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*
|
|
6
6
|
* Changesets bumps `package.json`; this constant follows it without a second edit.
|
|
7
7
|
*/
|
|
8
|
-
const VERSION = "0.0.
|
|
8
|
+
const VERSION = "0.0.3";
|
|
9
9
|
/**
|
|
10
10
|
* Walking-skeleton export. It exists so the build, type, test, pack and publish path
|
|
11
11
|
* can be proven before any Engine behaviour is written, and it will be deleted when
|