@atlaskit/editor-plugin-code-block 4.2.5 → 4.2.6
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
|
@@ -318,6 +318,10 @@ export declare const DEFAULT_LANGUAGES: ({
|
|
|
318
318
|
readonly name: "Protocol Buffers";
|
|
319
319
|
readonly alias: readonly ["protobuf", "proto"];
|
|
320
320
|
readonly value: "protobuf";
|
|
321
|
+
} | {
|
|
322
|
+
readonly name: "Handlebars";
|
|
323
|
+
readonly alias: readonly ["handlebars", "mustache"];
|
|
324
|
+
readonly value: "handlebars";
|
|
321
325
|
} | {
|
|
322
326
|
readonly name: "ABAP";
|
|
323
327
|
readonly alias: readonly ["abap"];
|
|
@@ -648,6 +652,10 @@ export declare function findMatchedLanguage(supportedLanguages: Language[], lang
|
|
|
648
652
|
readonly name: "Protocol Buffers";
|
|
649
653
|
readonly alias: readonly ["protobuf", "proto"];
|
|
650
654
|
readonly value: "protobuf";
|
|
655
|
+
} | {
|
|
656
|
+
readonly name: "Handlebars";
|
|
657
|
+
readonly alias: readonly ["handlebars", "mustache"];
|
|
658
|
+
readonly value: "handlebars";
|
|
651
659
|
} | {
|
|
652
660
|
readonly name: "ABAP";
|
|
653
661
|
readonly alias: readonly ["abap"];
|
|
@@ -979,6 +987,10 @@ export declare function createLanguageList(supportedLanguages: Language[]): ({
|
|
|
979
987
|
readonly name: "Protocol Buffers";
|
|
980
988
|
readonly alias: readonly ["protobuf", "proto"];
|
|
981
989
|
readonly value: "protobuf";
|
|
990
|
+
} | {
|
|
991
|
+
readonly name: "Handlebars";
|
|
992
|
+
readonly alias: readonly ["handlebars", "mustache"];
|
|
993
|
+
readonly value: "handlebars";
|
|
982
994
|
} | {
|
|
983
995
|
readonly name: "ABAP";
|
|
984
996
|
readonly alias: readonly ["abap"];
|
|
@@ -560,6 +560,13 @@ export declare const DEFAULT_LANGUAGES: ({
|
|
|
560
560
|
"proto"
|
|
561
561
|
];
|
|
562
562
|
readonly value: "protobuf";
|
|
563
|
+
} | {
|
|
564
|
+
readonly name: "Handlebars";
|
|
565
|
+
readonly alias: readonly [
|
|
566
|
+
"handlebars",
|
|
567
|
+
"mustache"
|
|
568
|
+
];
|
|
569
|
+
readonly value: "handlebars";
|
|
563
570
|
} | {
|
|
564
571
|
readonly name: "ABAP";
|
|
565
572
|
readonly alias: readonly [
|
|
@@ -1134,6 +1141,13 @@ export declare function findMatchedLanguage(supportedLanguages: Language[], lang
|
|
|
1134
1141
|
"proto"
|
|
1135
1142
|
];
|
|
1136
1143
|
readonly value: "protobuf";
|
|
1144
|
+
} | {
|
|
1145
|
+
readonly name: "Handlebars";
|
|
1146
|
+
readonly alias: readonly [
|
|
1147
|
+
"handlebars",
|
|
1148
|
+
"mustache"
|
|
1149
|
+
];
|
|
1150
|
+
readonly value: "handlebars";
|
|
1137
1151
|
} | {
|
|
1138
1152
|
readonly name: "ABAP";
|
|
1139
1153
|
readonly alias: readonly [
|
|
@@ -1709,6 +1723,13 @@ export declare function createLanguageList(supportedLanguages: Language[]): ({
|
|
|
1709
1723
|
"proto"
|
|
1710
1724
|
];
|
|
1711
1725
|
readonly value: "protobuf";
|
|
1726
|
+
} | {
|
|
1727
|
+
readonly name: "Handlebars";
|
|
1728
|
+
readonly alias: readonly [
|
|
1729
|
+
"handlebars",
|
|
1730
|
+
"mustache"
|
|
1731
|
+
];
|
|
1732
|
+
readonly value: "handlebars";
|
|
1712
1733
|
} | {
|
|
1713
1734
|
readonly name: "ABAP";
|
|
1714
1735
|
readonly alias: readonly [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-code-block",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.6",
|
|
4
4
|
"description": "Code block plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/adf-schema": "^47.6.0",
|
|
35
|
-
"@atlaskit/code": "^
|
|
35
|
+
"@atlaskit/code": "^17.0.0",
|
|
36
36
|
"@atlaskit/editor-common": "^102.18.0",
|
|
37
37
|
"@atlaskit/editor-plugin-analytics": "^2.2.0",
|
|
38
38
|
"@atlaskit/editor-plugin-composition": "^1.3.0",
|