@sedoo/unidoo 0.0.84 → 0.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sedoo/unidoo",
3
- "version": "0.0.84",
3
+ "version": "0.1.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "build": "vue-cli-service build --target lib --name unidoo src/plugin.js",
package/CHANGELOG.md DELETED
@@ -1,13 +0,0 @@
1
- # Changelog
2
-
3
- ## [v0.0.8](https://github.com/sedoo/unidoo/tree/v0.0.8) (2021-07-05)
4
-
5
- [Full Changelog](https://github.com/sedoo/unidoo/compare/7780508ff12d93382842b83a4a88e5644fc793fc...v0.0.8)
6
-
7
- **Merged pull requests:**
8
-
9
- - Add method formatError + try jsdoc [\#1](https://github.com/sedoo/unidoo/pull/1) ([thomas-romuald](https://github.com/thomas-romuald))
10
-
11
-
12
-
13
- \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
package/dist/demo.html DELETED
@@ -1,8 +0,0 @@
1
- <meta charset="utf-8">
2
- <title>unidoo demo</title>
3
- <script src="./unidoo.umd.js"></script>
4
-
5
-
6
- <script>
7
- console.log(unidoo)
8
- </script>