@cocreate/lazy-loader 1.3.7 → 1.3.9

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,18 @@
1
+ ## [1.3.9](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.3.8...v1.3.9) (2023-05-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * apikey renamed to key ([85a1bad](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/85a1bad09b881c81d2b4e8779156643dbce11487))
7
+ * apikey renamed to key ([b9830d8](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/b9830d8cac1691070c0188e220e0611c023daf06))
8
+
9
+ ## [1.3.8](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.3.7...v1.3.8) (2023-05-06)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * bump [@cocreate](https://github.com/cocreate) dependencies ([00f5981](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/00f5981f49294d8ef38aa9076560659c6c4643da))
15
+
1
16
  ## [1.3.7](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.3.6...v1.3.7) (2023-05-02)
2
17
 
3
18
 
@@ -1,7 +1,7 @@
1
1
  module.exports = {
2
2
  "config": {
3
3
  "organization_id": "5ff747727005da1c272740ab",
4
- "apiKey": "2061acef-0451-4545-f754-60cf8160",
4
+ "key": "2061acef-0451-4545-f754-60cf8160",
5
5
  "host": "general.cocreate.app"
6
6
  },
7
7
  "sources": [
package/docs/index.html CHANGED
@@ -93,7 +93,7 @@
93
93
  </div>
94
94
  <script>
95
95
  var CoCreateConfig = {
96
- apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
96
+ key: '2061acef-0451-4545-f754-60cf8160',
97
97
  organization_id: '5ff747727005da1c272740ab'
98
98
  }
99
99
  </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/lazy-loader",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
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",
@@ -59,8 +59,8 @@
59
59
  "webpack-log": "^3.0.1"
60
60
  },
61
61
  "dependencies": {
62
- "@cocreate/docs": "^1.7.1",
63
- "@cocreate/hosting": "^1.9.2",
64
- "@cocreate/observer": "^1.7.1"
62
+ "@cocreate/docs": "^1.7.8",
63
+ "@cocreate/hosting": "^1.10.0",
64
+ "@cocreate/observer": "^1.7.6"
65
65
  }
66
66
  }