@cocreate/text 1.23.0 → 1.23.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [1.23.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.23.1...v1.23.2) (2023-09-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Add path and pathname ([9382464](https://github.com/CoCreate-app/CoCreate-text/commit/9382464aa2d708024cdea9ca6f616b8ed7c331df))
7
+ * Update CoCreate depndencies to latest versions ([a064f44](https://github.com/CoCreate-app/CoCreate-text/commit/a064f447c87ca93ce21c75eedb648f0dc7e662ea))
8
+
9
+ ## [1.23.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.23.0...v1.23.1) (2023-08-21)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * bump dependencies ([4c9551b](https://github.com/CoCreate-app/CoCreate-text/commit/4c9551b913dd44a517ad9a961efcc837a5b8a5c7))
15
+
1
16
  # [1.23.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.22.2...v1.23.0) (2023-08-21)
2
17
 
3
18
 
@@ -8,17 +8,16 @@ module.exports = {
8
8
  "object": {
9
9
  "_id": "60209cdc3c260207bf49cacc",
10
10
  "name": "index.html",
11
- "path": "/docs/text/index.html",
11
+ "path": "/docs/text",
12
+ "pathname": "/docs/text/index.html",
12
13
  "src": "{{./docs/index.html}}",
13
14
  "host": [
14
15
  "*",
15
16
  "general.cocreate.app"
16
17
  ],
17
- "directory": "/docs/text",
18
- "parentDirectory": "{{parentDirectory}}",
18
+ "directory": "text",
19
19
  "content-type": "{{content-type}}",
20
- "public": "true",
21
- "website_id": "644d4bff8036fb9d1d1fd69c"
20
+ "public": "true"
22
21
  }
23
22
  }
24
23
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.23.0",
3
+ "version": "1.23.2",
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",
@@ -58,12 +58,12 @@
58
58
  "webpack-log": "^3.0.1"
59
59
  },
60
60
  "dependencies": {
61
- "@cocreate/actions": "^1.10.2",
62
- "@cocreate/crdt": "^1.20.1",
63
- "@cocreate/cursors": "^1.18.1",
64
- "@cocreate/observer": "^1.10.1",
65
- "@cocreate/selection": "^1.8.1",
66
- "@cocreate/utils": "^1.23.1",
67
- "@cocreate/uuid": "^1.6.1"
61
+ "@cocreate/actions": "^1.11.1",
62
+ "@cocreate/crdt": "^1.21.2",
63
+ "@cocreate/cursors": "^1.19.1",
64
+ "@cocreate/observer": "^1.11.1",
65
+ "@cocreate/selection": "^1.9.1",
66
+ "@cocreate/utils": "^1.24.1",
67
+ "@cocreate/uuid": "^1.7.1"
68
68
  }
69
69
  }