@cocreate/text 1.15.14 → 1.15.17

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,24 @@
1
+ ## [1.15.17](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.16...v1.15.17) (2022-05-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump all dependencies ([f939228](https://github.com/CoCreate-app/CoCreate-text/commit/f939228c67acb693a15c61537385f93f0f2ee692))
7
+
8
+ ## [1.15.16](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.15...v1.15.16) (2022-05-19)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update document_id on link index.css ([6b65da1](https://github.com/CoCreate-app/CoCreate-text/commit/6b65da1be856e5f30d3adda18a2406ee8f505c97))
14
+
15
+ ## [1.15.15](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.14...v1.15.15) (2022-05-06)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update config organization_Id to organization_id ([4c363f2](https://github.com/CoCreate-app/CoCreate-text/commit/4c363f2c0709082f85a59b514ca57fcbb0d19627))
21
+
1
22
  ## [1.15.14](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.13...v1.15.14) (2022-04-30)
2
23
 
3
24
 
@@ -1,7 +1,7 @@
1
1
  module.exports = {
2
2
  "config": {
3
3
  "apiKey": "2061acef-0451-4545-f754-60cf8160",
4
- "organization_Id": "5ff747727005da1c272740ab",
4
+ "organization_id": "5ff747727005da1c272740ab",
5
5
  "host": "general.cocreate.app"
6
6
  },
7
7
 
package/demo/demos.html CHANGED
@@ -9,12 +9,12 @@
9
9
  </head>
10
10
 
11
11
  <body class="padding:20px">
12
- <form collection="apples1" document_id="616ef91d7f9eea0011ba3e63">
12
+ <form collection="test" document_id="627d74c0b17a5bb3cbe590fd">
13
13
  <input type="text" name="name"></textarea>
14
+ <h1 name='name'></h1>
15
+ <!-- <textarea name="name2"></textarea> -->
14
16
  <!--<h1 name='name' contenteditable>I will be replaced by crdt</h1>-->
15
- <textarea name="name2"></textarea>
16
- <!--<h1 name='name' contenteditable>I will be replaced by crdt</h1>-->
17
- <div name='name2' contenteditable>I will be replaced by crud</div>
17
+ <!-- <div name='name2' contenteditable>I will be replaced by crud</div> -->
18
18
 
19
19
  <div class="padding:20px">
20
20
  CoCreateCrdt.init({collection: "apples1", document_id: "60bea334b25613e8da1b4bdf", name: "src"});
@@ -26,7 +26,14 @@
26
26
  CoCreate.crdt.getText({collection: "apples1", document_id: "5fe9e0a11b4a703e71c51ba8", name: "name"});
27
27
  </div>
28
28
  </form>
29
-
29
+ <script>
30
+ var config = {
31
+ apiKey: '2061acef-0451-4545-f754-60cf8160', // Your apiKey can be retrived after signing up at https://cocreate.app
32
+ organization_id: '5ff747727005da1c272740ab', // Your organization_id can be retrived after signing up at https://cocreate.app
33
+ host: 'general.cocreate.app' // Points to socket server. If not defined it will use the url in web browser by default
34
+ }
35
+ </script>
36
+
30
37
  <!--<script src="../dist/CoCreate-text.js" ></script>-->
31
38
  <script src="../../../CoCreateJS/dist/CoCreate.js"></script>
32
39
 
@@ -197,7 +197,7 @@
197
197
  <script>
198
198
  var config = {
199
199
  apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
200
- organization_Id: '5de0387b12e200ea63204d6c',
200
+ organization_id: '5de0387b12e200ea63204d6c',
201
201
  host: 'wss://ws.cocreate.app'
202
202
  }
203
203
  </script>
package/docs/index.html CHANGED
@@ -10,7 +10,7 @@
10
10
  <meta name="keywords" content="helper classes, utility classes, css framework, css library, inline style classes" />
11
11
  <meta name="robots" content="index,follow" />
12
12
  <meta property="og:image" content="https://cdn.cocreate.app/docs/boilerplate.png">
13
- <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true"/>
13
+ <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="62827d7e8082ce05b081430b" name="src" type="text/css" save="true"/>
14
14
  </head>
15
15
 
16
16
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.15.14",
3
+ "version": "1.15.17",
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",
@@ -61,14 +61,14 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/actions": "^1.3.33",
65
- "@cocreate/crdt": "^1.9.7",
66
- "@cocreate/crud-client": "^1.4.47",
67
- "@cocreate/cursors": "^1.11.13",
68
- "@cocreate/docs": "^1.2.69",
69
- "@cocreate/hosting": "^1.2.64",
70
- "@cocreate/observer": "^1.4.4",
71
- "@cocreate/selection": "^1.4.4",
72
- "@cocreate/uuid": "^1.1.59"
64
+ "@cocreate/actions": "^1.4.1",
65
+ "@cocreate/crdt": "^1.10.0",
66
+ "@cocreate/crud-client": "^1.6.2",
67
+ "@cocreate/cursors": "^1.11.19",
68
+ "@cocreate/docs": "^1.3.1",
69
+ "@cocreate/hosting": "^1.3.1",
70
+ "@cocreate/observer": "^1.5.1",
71
+ "@cocreate/selection": "^1.4.9",
72
+ "@cocreate/uuid": "^1.2.1"
73
73
  }
74
74
  }