@cocreate/lazy-loader 1.1.1 → 1.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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.1.3](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.1.2...v1.1.3) (2022-09-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * config renameed to CoCreateConfig ([fa03292](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/fa032924443c3261b4b345d3f2f376501286e9e8))
7
+
8
+ ## [1.1.2](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.1.1...v1.1.2) (2022-09-01)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bump all of [@cocreate](https://github.com/cocreate) dependencies ([c2879ba](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/c2879bafb1437f2de21480442bf5e38047924f19))
14
+
1
15
  ## [1.1.1](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.1.0...v1.1.1) (2022-07-03)
2
16
 
3
17
 
package/demo/index.html CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
 
15
15
  <script>
16
- var config = {
16
+ var CoCreateConfig = {
17
17
  apiKey: '',
18
18
  organization_id: '',
19
19
  host: ''
package/docs/index.html CHANGED
@@ -113,7 +113,7 @@
113
113
  </div>
114
114
  </div>
115
115
  <script>
116
- var config = {
116
+ var CoCreateConfig = {
117
117
  apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
118
118
  securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
119
119
  organization_id: '5de0387b12e200ea63204d6c'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/lazy-loader",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
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.3.3",
65
- "@cocreate/hosting": "^1.3.3",
66
- "@cocreate/observer": "^1.5.3"
64
+ "@cocreate/docs": "^1.3.5",
65
+ "@cocreate/hosting": "^1.3.4",
66
+ "@cocreate/observer": "^1.5.4"
67
67
  }
68
68
  }