mango-cms 0.2.0 → 0.2.1

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.
@@ -4,7 +4,7 @@ import collections from '@collections'
4
4
  import { algoliaAppId, algoliaSearchKey, algoliaIndex, port, domain } from '@settings'
5
5
  import axios from "axios";
6
6
  import { ref } from 'vue'
7
- import algoliasearch from 'algoliasearch/lite'
7
+ import algoliasearch from 'algoliasearch/dist/algoliasearch-lite.esm.browser'
8
8
 
9
9
  let endpoints = {
10
10
  authors: ['get'],
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "mango-cms",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "main": "./index.js",
5
5
  "exports": {
6
- ".": "./index.js"
6
+ ".": "./index.js",
7
+ "./package.json": "./package.json"
7
8
  },
8
9
  "files": [
9
10
  "index.js",