@cocreate/text 1.18.26 → 1.18.28

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.18.28](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.27...v1.18.28) (2022-12-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependnecies ([bd82f2c](https://github.com/CoCreate-app/CoCreate-text/commit/bd82f2c3c50ab773eeeb4200e3f6dd0e9247efe4))
7
+
8
+ ## [1.18.27](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.26...v1.18.27) (2022-12-22)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bump dependencies ([ede67d6](https://github.com/CoCreate-app/CoCreate-text/commit/ede67d6d437581a5f830b92b747e3c76ce789137))
14
+ * update cdn ([1269833](https://github.com/CoCreate-app/CoCreate-text/commit/1269833f3bdbbf0c55d7ea554e2dfbf7a361f33c))
15
+
1
16
  ## [1.18.26](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.25...v1.18.26) (2022-12-22)
2
17
 
3
18
 
package/demo/demos.1.html CHANGED
@@ -17,7 +17,7 @@
17
17
  </form>
18
18
 
19
19
  <!--<script src="../dist/CoCreate-text.js" ></script>-->
20
- <script src="../../../CoCreateJS/dist/CoCreate.js"></script>
20
+ <script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
21
21
 
22
22
  </body>
23
23
 
package/demo/demos.html CHANGED
@@ -30,7 +30,7 @@
30
30
  </form>
31
31
 
32
32
  <!--<script src="../dist/CoCreate-text.js" ></script>-->
33
- <script src="../../../CoCreateJS/dist/CoCreate.js"></script>
33
+ <script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
34
34
 
35
35
  </body>
36
36
 
package/demo/index.html CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
  <!--<script src="../dist/CoCreate-text.js"></script>-->
31
- <script src="../../../CoCreateJS/dist/CoCreate.js"></script>
31
+ <script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
32
32
 
33
33
  </body>
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.18.26",
3
+ "version": "1.18.28",
4
4
  "description": "A simple text component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "text",
@@ -60,15 +60,15 @@
60
60
  "webpack-log": "^3.0.1"
61
61
  },
62
62
  "dependencies": {
63
- "@cocreate/actions": "^1.5.40",
64
- "@cocreate/crdt": "^1.14.26",
65
- "@cocreate/crud-client": "^1.16.19",
66
- "@cocreate/cursors": "^1.13.2",
67
- "@cocreate/docs": "^1.4.22",
68
- "@cocreate/hosting": "^1.6.23",
69
- "@cocreate/observer": "^1.5.44",
70
- "@cocreate/selection": "^1.4.49",
71
- "@cocreate/utils": "^1.17.2",
72
- "@cocreate/uuid": "^1.2.43"
63
+ "@cocreate/actions": "^1.5.42",
64
+ "@cocreate/crdt": "^1.14.28",
65
+ "@cocreate/crud-client": "^1.16.21",
66
+ "@cocreate/cursors": "^1.13.4",
67
+ "@cocreate/docs": "^1.4.24",
68
+ "@cocreate/hosting": "^1.6.25",
69
+ "@cocreate/observer": "^1.5.46",
70
+ "@cocreate/selection": "^1.4.51",
71
+ "@cocreate/utils": "^1.17.4",
72
+ "@cocreate/uuid": "^1.2.45"
73
73
  }
74
74
  }