@manuscripts/transform 4.3.34 → 4.3.35

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.
@@ -22,10 +22,10 @@ const CONFIG = {
22
22
  location: { pos: 'start' },
23
23
  },
24
24
  };
25
- class Migration4328 {
25
+ class Migration4334 {
26
26
  constructor() {
27
- this.fromVersion = '4.3.27';
28
- this.toVersion = '4.3.28';
27
+ this.fromVersion = '4.3.33';
28
+ this.toVersion = '4.3.34';
29
29
  }
30
30
  migrateNode(node) {
31
31
  const config = CONFIG[node.type];
@@ -67,4 +67,4 @@ class Migration4328 {
67
67
  return { ...node, content: cleanContent };
68
68
  }
69
69
  }
70
- exports.default = Migration4328;
70
+ exports.default = Migration4334;
@@ -30,7 +30,7 @@ const _3_0_56_1 = __importDefault(require("./3.0.56"));
30
30
  const _4_2_13_1 = __importDefault(require("./4.2.13"));
31
31
  const _4_2_15_1 = __importDefault(require("./4.2.15"));
32
32
  const _4_3_23_1 = __importDefault(require("./4.3.23"));
33
- const _4_3_28_1 = __importDefault(require("./4.3.28"));
33
+ const _4_3_34_1 = __importDefault(require("./4.3.34"));
34
34
  const migrations = [
35
35
  new _1_2_5_1.default(),
36
36
  new _2_3_22_1.default(),
@@ -44,6 +44,6 @@ const migrations = [
44
44
  new _4_2_13_1.default(),
45
45
  new _4_2_15_1.default(),
46
46
  new _4_3_23_1.default(),
47
- new _4_3_28_1.default(),
47
+ new _4_3_34_1.default(),
48
48
  ];
49
49
  exports.default = migrations;
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = "4.3.34";
4
+ exports.VERSION = "4.3.35";
@@ -20,10 +20,10 @@ const CONFIG = {
20
20
  location: { pos: 'start' },
21
21
  },
22
22
  };
23
- class Migration4328 {
23
+ class Migration4334 {
24
24
  constructor() {
25
- this.fromVersion = '4.3.27';
26
- this.toVersion = '4.3.28';
25
+ this.fromVersion = '4.3.33';
26
+ this.toVersion = '4.3.34';
27
27
  }
28
28
  migrateNode(node) {
29
29
  const config = CONFIG[node.type];
@@ -65,4 +65,4 @@ class Migration4328 {
65
65
  return { ...node, content: cleanContent };
66
66
  }
67
67
  }
68
- export default Migration4328;
68
+ export default Migration4334;
@@ -25,7 +25,7 @@ import Migration3056 from './3.0.56';
25
25
  import Migration4213 from './4.2.13';
26
26
  import Migration4215 from './4.2.15';
27
27
  import Migration4323 from './4.3.23';
28
- import Migration4328 from './4.3.28';
28
+ import Migration4334 from './4.3.34';
29
29
  const migrations = [
30
30
  new Migration125(),
31
31
  new Migration2322(),
@@ -39,6 +39,6 @@ const migrations = [
39
39
  new Migration4213(),
40
40
  new Migration4215(),
41
41
  new Migration4323(),
42
- new Migration4328(),
42
+ new Migration4334(),
43
43
  ];
44
44
  export default migrations;
@@ -1 +1 @@
1
- export const VERSION = "4.3.34";
1
+ export const VERSION = "4.3.35";
@@ -1,8 +1,8 @@
1
1
  import { JSONProsemirrorNode } from '../../../types';
2
2
  import { MigrationScript } from '../migration-script';
3
- declare class Migration4328 implements MigrationScript {
3
+ declare class Migration4334 implements MigrationScript {
4
4
  fromVersion: string;
5
5
  toVersion: string;
6
6
  migrateNode(node: JSONProsemirrorNode): JSONProsemirrorNode;
7
7
  }
8
- export default Migration4328;
8
+ export default Migration4334;
@@ -25,6 +25,6 @@ import Migration3056 from './3.0.56';
25
25
  import Migration4213 from './4.2.13';
26
26
  import Migration4215 from './4.2.15';
27
27
  import Migration4323 from './4.3.23';
28
- import Migration4328 from './4.3.28';
29
- declare const migrations: (Migration125 | Migration2322 | Migration3012 | Migration3021 | Migration3030 | Migration3031 | Migration3041 | Migration3055 | Migration3056 | Migration4213 | Migration4215 | Migration4323 | Migration4328)[];
28
+ import Migration4334 from './4.3.34';
29
+ declare const migrations: (Migration125 | Migration2322 | Migration3012 | Migration3021 | Migration3030 | Migration3031 | Migration3041 | Migration3055 | Migration3056 | Migration4213 | Migration4215 | Migration4323 | Migration4334)[];
30
30
  export default migrations;
@@ -1 +1 @@
1
- export declare const VERSION = "4.3.34";
1
+ export declare const VERSION = "4.3.35";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@manuscripts/transform",
3
3
  "description": "ProseMirror transformer for Manuscripts applications",
4
- "version": "4.3.34",
4
+ "version": "4.3.35",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-transform",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",