@cocreate/lazy-loader 1.0.5 → 1.0.8
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/CHANGELOG.md +21 -0
- package/CoCreate.config.js +2 -2
- package/demo/index.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [1.0.8](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.0.7...v1.0.8) (2022-05-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bump all dependencies ([cc316e6](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/cc316e6f7b5e5ea6e56d74baced718b8185bd4ae))
|
|
7
|
+
|
|
8
|
+
## [1.0.7](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.0.6...v1.0.7) (2022-05-06)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* update config organization_Id to organization_id ([5636e37](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/5636e37ba01698cfbd312024be9f75f0680009e6))
|
|
14
|
+
|
|
15
|
+
## [1.0.6](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.0.5...v1.0.6) (2022-02-24)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* CoCreate.config replace CoCreate.app with * ([4a01174](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/4a011749c571f6c118b2bbc1a0ccceb83e5e2366))
|
|
21
|
+
|
|
1
22
|
## [1.0.5](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.0.4...v1.0.5) (2022-02-16)
|
|
2
23
|
|
|
3
24
|
|
package/CoCreate.config.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"config": {
|
|
3
3
|
"apiKey": "2061acef-0451-4545-f754-60cf8160",
|
|
4
|
-
"
|
|
4
|
+
"organization_id": "5ff747727005da1c272740ab",
|
|
5
5
|
"host": "general.cocreate.app"
|
|
6
6
|
},
|
|
7
7
|
|
|
@@ -14,7 +14,7 @@ module.exports = {
|
|
|
14
14
|
"name": "index.html",
|
|
15
15
|
"path": "/docs/lazy-loader/index.html",
|
|
16
16
|
"domains": [
|
|
17
|
-
"
|
|
17
|
+
"*",
|
|
18
18
|
"general.cocreate.app"
|
|
19
19
|
],
|
|
20
20
|
"directory": "/docs/lazy-loader",
|
package/demo/index.html
CHANGED
package/docs/index.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/lazy-loader",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "A simple lazy-loader component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lazy-loader",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"webpack-log": "^3.0.1"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@cocreate/docs": "^1.
|
|
65
|
-
"@cocreate/hosting": "^1.
|
|
66
|
-
"@cocreate/observer": "^1.
|
|
64
|
+
"@cocreate/docs": "^1.3.1",
|
|
65
|
+
"@cocreate/hosting": "^1.3.1",
|
|
66
|
+
"@cocreate/observer": "^1.5.1"
|
|
67
67
|
}
|
|
68
68
|
}
|