@cocreate/text 1.23.1 → 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,11 @@
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
+
1
9
  ## [1.23.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.23.0...v1.23.1) (2023-08-21)
2
10
 
3
11
 
@@ -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.1",
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.11.0",
62
- "@cocreate/crdt": "^1.21.0",
63
- "@cocreate/cursors": "^1.19.0",
64
- "@cocreate/observer": "^1.11.0",
65
- "@cocreate/selection": "^1.9.0",
66
- "@cocreate/utils": "^1.24.0",
67
- "@cocreate/uuid": "^1.7.0"
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
  }