@content-collections/core 0.1.1 → 0.1.2
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -36,7 +36,7 @@ import path from "path";
|
|
|
36
36
|
// package.json
|
|
37
37
|
var package_default = {
|
|
38
38
|
name: "@content-collections/core",
|
|
39
|
-
version: "0.1.
|
|
39
|
+
version: "0.1.1",
|
|
40
40
|
type: "module",
|
|
41
41
|
main: "dist/index.cjs",
|
|
42
42
|
types: "./dist/index.d.ts",
|
|
@@ -499,7 +499,7 @@ function createSynchronizer(readCollectionFile, collections, baseDirectory = "."
|
|
|
499
499
|
import path5 from "path";
|
|
500
500
|
|
|
501
501
|
// src/watcher.ts
|
|
502
|
-
import watcher from "@parcel/watcher";
|
|
502
|
+
import * as watcher from "@parcel/watcher";
|
|
503
503
|
async function createWatcher(emitter, paths, sync, build2) {
|
|
504
504
|
const onChange = async (error, events) => {
|
|
505
505
|
if (error) {
|