@atlaskit/editor-wikimarkup-transformer 11.2.43 → 11.2.44

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,5 +1,11 @@
1
1
  # @atlaskit/editor-wikimarkup-transformer
2
2
 
3
+ ## 11.2.44
4
+
5
+ ### Patch Changes
6
+
7
+ - [#80679](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80679) [`104eb9443b7e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/104eb9443b7e) - ED-22553 Updating adf-schema version to 35.6.0
8
+
3
9
  ## 11.2.43
4
10
 
5
11
  ### Patch Changes
@@ -130,7 +130,6 @@ function parseString(_ref) {
130
130
  }
131
131
  buffer = []; // clear the buffer
132
132
  }
133
-
134
133
  index += token.length;
135
134
  if (tokenType === _tokenize.TokenType.HARD_BREAK) {
136
135
  state = processState.NEWLINE;
@@ -117,7 +117,6 @@ export function parseString({
117
117
  }
118
118
  buffer = []; // clear the buffer
119
119
  }
120
-
121
120
  index += token.length;
122
121
  if (tokenType === TokenType.HARD_BREAK) {
123
122
  state = processState.NEWLINE;
@@ -123,7 +123,6 @@ export function parseString(_ref) {
123
123
  }
124
124
  buffer = []; // clear the buffer
125
125
  }
126
-
127
126
  index += token.length;
128
127
  if (tokenType === TokenType.HARD_BREAK) {
129
128
  state = processState.NEWLINE;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-wikimarkup-transformer",
3
- "version": "11.2.43",
3
+ "version": "11.2.44",
4
4
  "description": "Wiki markup transformer for JIRA and Confluence",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,7 +32,7 @@
32
32
  "runReact18": false
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^35.5.2",
35
+ "@atlaskit/adf-schema": "^35.6.0",
36
36
  "@atlaskit/editor-json-transformer": "^8.10.0",
37
37
  "@atlaskit/editor-prosemirror": "3.0.0",
38
38
  "@atlaskit/theme": "^12.6.0",
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@atlaskit/activity": "^1.0.1",
43
- "@atlaskit/editor-core": "^193.0.0",
43
+ "@atlaskit/editor-core": "^193.2.0",
44
44
  "@atlaskit/editor-test-helpers": "^18.19.0",
45
- "@atlaskit/tokens": "^1.39.0",
45
+ "@atlaskit/tokens": "^1.41.0",
46
46
  "@atlaskit/util-data-test": "^17.9.0",
47
47
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
48
48
  "@emotion/react": "^11.7.1",
@@ -60,4 +60,4 @@
60
60
  "./char": "./src/char.ts",
61
61
  "./interfaces": "./src/interfaces.ts"
62
62
  }
63
- }
63
+ }