@cocreate/lazy-loader 1.1.14 → 1.1.16
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 +15 -0
- package/CoCreate.config.js +6 -22
- package/docs/index.html +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [1.1.16](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.1.15...v1.1.16) (2022-11-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* apply src: {{source}} to CoCreate.config ([580028c](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/580028c5d3c35b47cab3525b7d4f2646caef0096))
|
|
7
|
+
* workflow docs ([e6f93fc](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/e6f93fc2de267b649a350611b01d0c2a5975eb7c))
|
|
8
|
+
|
|
9
|
+
## [1.1.15](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.1.14...v1.1.15) (2022-11-21)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* @cocreate/docs bug fix ([e0321c2](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/e0321c2c0eab6eeca1c31f88e0591043bb3b640b))
|
|
15
|
+
|
|
1
16
|
## [1.1.14](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.1.13...v1.1.14) (2022-11-21)
|
|
2
17
|
|
|
3
18
|
|
package/CoCreate.config.js
CHANGED
|
@@ -4,15 +4,15 @@ module.exports = {
|
|
|
4
4
|
"organization_id": "5ff747727005da1c272740ab",
|
|
5
5
|
"host": "general.cocreate.app"
|
|
6
6
|
},
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
"sources": [
|
|
8
|
+
{
|
|
9
9
|
"entry": "./docs/index.html",
|
|
10
10
|
"collection": "files",
|
|
11
|
-
"document_id": "60145dc49f64ba1680b86693",
|
|
12
|
-
"key": "src",
|
|
13
11
|
"document": {
|
|
12
|
+
"_id": "637ca44750234ef1671ce319",
|
|
14
13
|
"name": "index.html",
|
|
15
14
|
"path": "/docs/lazy-loader/index.html",
|
|
15
|
+
"src": "{{source}}",
|
|
16
16
|
"domains": [
|
|
17
17
|
"*",
|
|
18
18
|
"general.cocreate.app"
|
|
@@ -23,21 +23,5 @@ module.exports = {
|
|
|
23
23
|
"website_id": "5ffbceb7f11d2d00103c4535"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
]
|
|
27
|
-
|
|
28
|
-
"extract": {
|
|
29
|
-
"directory": "./src/",
|
|
30
|
-
"extensions": [
|
|
31
|
-
"js",
|
|
32
|
-
"css",
|
|
33
|
-
"html"
|
|
34
|
-
],
|
|
35
|
-
"ignores": [
|
|
36
|
-
"node_modules",
|
|
37
|
-
"vendor",
|
|
38
|
-
"bower_components",
|
|
39
|
-
"archive"
|
|
40
|
-
]
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
26
|
+
]
|
|
27
|
+
}
|
package/docs/index.html
CHANGED
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
var CoCreateConfig = {
|
|
117
117
|
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
|
|
118
118
|
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
|
|
119
|
-
organization_id: '
|
|
119
|
+
organization_id: '5ff747727005da1c272740ab'
|
|
120
120
|
}
|
|
121
121
|
</script>
|
|
122
122
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/lazy-loader",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.16",
|
|
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.5.
|
|
64
|
+
"@cocreate/docs": "^1.4.1",
|
|
65
|
+
"@cocreate/hosting": "^1.6.0",
|
|
66
|
+
"@cocreate/observer": "^1.5.24"
|
|
67
67
|
}
|
|
68
68
|
}
|