@websline/cms-view-utils 0.5.0 → 0.7.0

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.
@@ -17,13 +17,13 @@ await fetchPageData(Astro.locals, lang, slug);
17
17
  <>
18
18
  <link
19
19
  rel="stylesheet"
20
- href="https://unpkg.com/@websline/cms-view-utils@0.3.0/src/styles/dropZone.css"
20
+ href="https://unpkg.com/@websline/cms-view-utils@0.3.0/dist/styles/dropZone.css"
21
21
  />
22
22
  <script type="module">
23
23
  import IframeDragHandler from
24
- "https://unpkg.com/@websline/cms-view-utils@latest/src/utils/iframeDragHandler.js";
24
+ "https://unpkg.com/@websline/cms-view-utils@latest/dist/utils/iframeDragHandler.js";
25
25
  import {insertDropZones} from
26
- "https://unpkg.com/@websline/cms-view-utils@latest/src/utils/dropZoneUtils.js";
26
+ "https://unpkg.com/@websline/cms-view-utils@latest/dist/utils/dropZoneUtils.js";
27
27
  new IframeDragHandler(); insertDropZones();
28
28
  </script>
29
29
  </>
package/package.json CHANGED
@@ -1,14 +1,12 @@
1
1
  {
2
2
  "name": "@websline/cms-view-utils",
3
- "version": "0.5.0",
3
+ "version": "0.7.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dist/index.js"
7
7
  },
8
8
  "files": [
9
- "dist",
10
- "src/**/*.svelte",
11
- "src/**/*.astro"
9
+ "dist"
12
10
  ],
13
11
  "sideEffects": false,
14
12
  "peerDependencies": {