@perses-dev/markdown-plugin 0.11.0-rc.0 → 0.11.0

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.
Files changed (59) hide show
  1. package/__mf/js/{Markdown.b3693ce4.js → Markdown.b069efd4.js} +3 -3
  2. package/__mf/js/async/{138.f8838514.js → 125.771257a0.js} +4 -4
  3. package/__mf/js/async/392.37fad909.js +2 -0
  4. package/__mf/js/async/558.ee2c8020.js +1 -0
  5. package/__mf/js/async/648.a7df8fcc.js +22 -0
  6. package/__mf/js/async/73.9bbc34a0.js +12 -0
  7. package/__mf/js/async/955.38ae68e2.js +7 -0
  8. package/__mf/js/async/{188.8fc0d073.js → 996.3d7beb3d.js} +7 -7
  9. package/__mf/js/async/{__federation_expose_Markdown.1446b14e.js → __federation_expose_Markdown.4bb35340.js} +1 -1
  10. package/__mf/js/async/lib-router.390a5286.js +2 -0
  11. package/__mf/js/async/{lib-router.6de523a3.js.LICENSE.txt → lib-router.390a5286.js.LICENSE.txt} +3 -3
  12. package/__mf/js/{main.d71eee65.js → main.94b575ff.js} +3 -3
  13. package/lib/Markdown.js +1 -1
  14. package/lib/Markdown.js.map +1 -1
  15. package/lib/MarkdownPanel.js +1 -1
  16. package/lib/MarkdownPanel.js.map +1 -1
  17. package/lib/MarkdownPanelOptionsEditor.js +1 -1
  18. package/lib/MarkdownPanelOptionsEditor.js.map +1 -1
  19. package/lib/bootstrap.js +1 -1
  20. package/lib/bootstrap.js.map +1 -1
  21. package/lib/cjs/Markdown.js +1 -1
  22. package/lib/cjs/MarkdownPanel.js +1 -1
  23. package/lib/cjs/MarkdownPanelOptionsEditor.js +1 -1
  24. package/lib/cjs/bootstrap.js +1 -1
  25. package/lib/cjs/env.d.js +1 -1
  26. package/lib/cjs/getPluginModule.js +12 -0
  27. package/lib/cjs/index-federation.js +1 -1
  28. package/lib/cjs/index.js +12 -0
  29. package/lib/cjs/markdown-panel-model.js +1 -1
  30. package/lib/cjs/setup-tests.js +1 -1
  31. package/lib/env.d.js +1 -1
  32. package/lib/env.d.js.map +1 -1
  33. package/lib/getPluginModule.d.ts.map +1 -1
  34. package/lib/getPluginModule.js +12 -0
  35. package/lib/getPluginModule.js.map +1 -1
  36. package/lib/index-federation.js +1 -1
  37. package/lib/index-federation.js.map +1 -1
  38. package/lib/index.d.ts.map +1 -1
  39. package/lib/index.js +12 -0
  40. package/lib/index.js.map +1 -1
  41. package/lib/markdown-panel-model.js +1 -1
  42. package/lib/markdown-panel-model.js.map +1 -1
  43. package/lib/setup-tests.js +1 -1
  44. package/lib/setup-tests.js.map +1 -1
  45. package/mf-manifest.json +16 -16
  46. package/mf-stats.json +16 -16
  47. package/package.json +4 -4
  48. package/__mf/js/async/252.b6bc59d9.js +0 -22
  49. package/__mf/js/async/340.f2539096.js +0 -1
  50. package/__mf/js/async/392.dce6d4aa.js +0 -2
  51. package/__mf/js/async/555.cdc57232.js +0 -7
  52. package/__mf/js/async/680.c46cf75d.js +0 -12
  53. package/__mf/js/async/lib-router.6de523a3.js +0 -2
  54. /package/__mf/js/async/{138.f8838514.js.LICENSE.txt → 125.771257a0.js.LICENSE.txt} +0 -0
  55. /package/__mf/js/async/{392.dce6d4aa.js.LICENSE.txt → 392.37fad909.js.LICENSE.txt} +0 -0
  56. /package/__mf/js/async/{252.b6bc59d9.js.LICENSE.txt → 648.a7df8fcc.js.LICENSE.txt} +0 -0
  57. /package/__mf/js/async/{680.c46cf75d.js.LICENSE.txt → 73.9bbc34a0.js.LICENSE.txt} +0 -0
  58. /package/__mf/js/async/{555.cdc57232.js.LICENSE.txt → 955.38ae68e2.js.LICENSE.txt} +0 -0
  59. /package/__mf/js/async/{188.8fc0d073.js.LICENSE.txt → 996.3d7beb3d.js.LICENSE.txt} +0 -0
@@ -1,3 +1,15 @@
1
+ // Copyright The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the \"License\");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an \"AS IS\" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
1
13
  "use strict";
2
14
  Object.defineProperty(exports, "__esModule", {
3
15
  value: true
@@ -40,7 +40,7 @@ function _interop_require_wildcard(obj, nodeInterop) {
40
40
  }
41
41
  return newObj;
42
42
  }
43
- // Copyright 2024 The Perses Authors
43
+ // Copyright The Perses Authors
44
44
  // Licensed under the Apache License, Version 2.0 (the "License");
45
45
  // you may not use this file except in compliance with the License.
46
46
  // You may obtain a copy of the License at
package/lib/cjs/index.js CHANGED
@@ -1,3 +1,15 @@
1
+ // Copyright The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the \"License\");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an \"AS IS\" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
1
13
  "use strict";
2
14
  Object.defineProperty(exports, "__esModule", {
3
15
  value: true
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
package/lib/env.d.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
package/lib/env.d.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/env.d.ts"],"sourcesContent":["// Copyright 2024 The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\n/// <reference types=\"@rsbuild/core/types\" />\n"],"names":[],"mappings":"AAAA,oCAAoC;AACpC,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,6CAA6C"}
1
+ {"version":3,"sources":["../../src/env.d.ts"],"sourcesContent":["// Copyright The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\n/// <reference types=\"@rsbuild/core/types\" />\n"],"names":[],"mappings":"AAAA,+BAA+B;AAC/B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,6CAA6C"}
@@ -1 +1 @@
1
- {"version":3,"file":"getPluginModule.d.ts","sourceRoot":"","sources":["../../src/getPluginModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,2BAA2B,CAAC;AAGnF;;GAEG;AACH,wBAAgB,eAAe,IAAI,oBAAoB,CAUtD"}
1
+ {"version":3,"file":"getPluginModule.d.ts","sourceRoot":"","sources":["../../src/getPluginModule.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,oBAAoB,EAAoB,MAAM,2BAA2B,CAAC;AAGnF;;GAEG;AACH,wBAAgB,eAAe,IAAI,oBAAoB,CAUtD"}
@@ -1,3 +1,15 @@
1
+ // Copyright The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the \"License\");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an \"AS IS\" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
1
13
  import packageJson from '../package.json';
2
14
  /**
3
15
  * Returns the plugin module information from package.json
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/getPluginModule.ts"],"sourcesContent":["import { PluginModuleResource, PluginModuleSpec } from '@perses-dev/plugin-system';\nimport packageJson from '../package.json';\n\n/**\n * Returns the plugin module information from package.json\n */\nexport function getPluginModule(): PluginModuleResource {\n const { name, version, perses } = packageJson;\n return {\n kind: 'PluginModule',\n metadata: {\n name,\n version,\n },\n spec: perses as PluginModuleSpec,\n };\n}\n"],"names":["packageJson","getPluginModule","name","version","perses","kind","metadata","spec"],"mappings":"AACA,OAAOA,iBAAiB,kBAAkB;AAE1C;;CAEC,GACD,OAAO,SAASC;IACd,MAAM,EAAEC,IAAI,EAAEC,OAAO,EAAEC,MAAM,EAAE,GAAGJ;IAClC,OAAO;QACLK,MAAM;QACNC,UAAU;YACRJ;YACAC;QACF;QACAI,MAAMH;IACR;AACF"}
1
+ {"version":3,"sources":["../../src/getPluginModule.ts"],"sourcesContent":["// Copyright The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \\\"License\\\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \\\"AS IS\\\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nimport { PluginModuleResource, PluginModuleSpec } from '@perses-dev/plugin-system';\nimport packageJson from '../package.json';\n\n/**\n * Returns the plugin module information from package.json\n */\nexport function getPluginModule(): PluginModuleResource {\n const { name, version, perses } = packageJson;\n return {\n kind: 'PluginModule',\n metadata: {\n name,\n version,\n },\n spec: perses as PluginModuleSpec,\n };\n}\n"],"names":["packageJson","getPluginModule","name","version","perses","kind","metadata","spec"],"mappings":"AAAA,+BAA+B;AAC/B,oEAAoE;AACpE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,sEAAsE;AACtE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAGjC,OAAOA,iBAAiB,kBAAkB;AAE1C;;CAEC,GACD,OAAO,SAASC;IACd,MAAM,EAAEC,IAAI,EAAEC,OAAO,EAAEC,MAAM,EAAE,GAAGJ;IAClC,OAAO;QACLK,MAAM;QACNC,UAAU;YACRJ;YACAC;QACF;QACAI,MAAMH;IACR;AACF"}
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index-federation.ts"],"sourcesContent":["// Copyright 2024 The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nimport('./bootstrap');\n"],"names":[],"mappings":"AAAA,oCAAoC;AACpC,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,MAAM,CAAC"}
1
+ {"version":3,"sources":["../../src/index-federation.ts"],"sourcesContent":["// Copyright The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nimport('./bootstrap');\n"],"names":[],"mappings":"AAAA,+BAA+B;AAC/B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,MAAM,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC"}
package/lib/index.js CHANGED
@@ -1,3 +1,15 @@
1
+ // Copyright The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the \"License\");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an \"AS IS\" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
1
13
  export { getPluginModule } from './getPluginModule';
2
14
  export * from './Markdown';
3
15
  export * from './markdown-panel-model';
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export { getPluginModule } from './getPluginModule';\nexport * from './Markdown';\nexport * from './markdown-panel-model';\nexport * from './MarkdownPanel';\nexport * from './MarkdownPanelOptionsEditor';\n"],"names":["getPluginModule"],"mappings":"AAAA,SAASA,eAAe,QAAQ,oBAAoB;AACpD,cAAc,aAAa;AAC3B,cAAc,yBAAyB;AACvC,cAAc,kBAAkB;AAChC,cAAc,+BAA+B"}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["// Copyright The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \\\"License\\\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \\\"AS IS\\\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nexport { getPluginModule } from './getPluginModule';\nexport * from './Markdown';\nexport * from './markdown-panel-model';\nexport * from './MarkdownPanel';\nexport * from './MarkdownPanelOptionsEditor';\n"],"names":["getPluginModule"],"mappings":"AAAA,+BAA+B;AAC/B,oEAAoE;AACpE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,sEAAsE;AACtE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,SAASA,eAAe,QAAQ,oBAAoB;AACpD,cAAc,aAAa;AAC3B,cAAc,yBAAyB;AACvC,cAAc,kBAAkB;AAChC,cAAc,+BAA+B"}
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/markdown-panel-model.ts"],"sourcesContent":["// Copyright 2023 The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nimport { Definition } from '@perses-dev/core';\n\n/**\n * The schema for a Markdown panel.\n */\nexport interface MarkdownPanelDefinition extends Definition<MarkdownPanelOptions> {\n kind: 'Markdown';\n}\n\nexport interface MarkdownPanelOptions {\n text: string;\n}\n\nexport function createInitialMarkdownPanelOptions(): MarkdownPanelOptions {\n return { text: '' };\n}\n"],"names":["createInitialMarkdownPanelOptions","text"],"mappings":"AAAA,oCAAoC;AACpC,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAejC,OAAO,SAASA;IACd,OAAO;QAAEC,MAAM;IAAG;AACpB"}
1
+ {"version":3,"sources":["../../src/markdown-panel-model.ts"],"sourcesContent":["// Copyright The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nimport { Definition } from '@perses-dev/core';\n\n/**\n * The schema for a Markdown panel.\n */\nexport interface MarkdownPanelDefinition extends Definition<MarkdownPanelOptions> {\n kind: 'Markdown';\n}\n\nexport interface MarkdownPanelOptions {\n text: string;\n}\n\nexport function createInitialMarkdownPanelOptions(): MarkdownPanelOptions {\n return { text: '' };\n}\n"],"names":["createInitialMarkdownPanelOptions","text"],"mappings":"AAAA,+BAA+B;AAC/B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAejC,OAAO,SAASA;IACd,OAAO;QAAEC,MAAM;IAAG;AACpB"}
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/setup-tests.ts"],"sourcesContent":["// Copyright 2023 The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nimport '@testing-library/jest-dom';\n\n// Always mock e-charts during tests since we don't have a proper canvas in jsdom\njest.mock('echarts/core');\n"],"names":["jest","mock"],"mappings":"AAAA,oCAAoC;AACpC,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,OAAO,4BAA4B;AAEnC,iFAAiF;AACjFA,KAAKC,IAAI,CAAC"}
1
+ {"version":3,"sources":["../../src/setup-tests.ts"],"sourcesContent":["// Copyright The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nimport '@testing-library/jest-dom';\n\n// Always mock e-charts during tests since we don't have a proper canvas in jsdom\njest.mock('echarts/core');\n"],"names":["jest","mock"],"mappings":"AAAA,+BAA+B;AAC/B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,OAAO,4BAA4B;AAEnC,iFAAiF;AACjFA,KAAKC,IAAI,CAAC"}
package/mf-manifest.json CHANGED
@@ -5,11 +5,11 @@
5
5
  "name": "Markdown",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.11.0-rc.0",
8
+ "buildVersion": "0.11.0",
9
9
  "buildName": "@perses-dev/markdown-plugin"
10
10
  },
11
11
  "remoteEntry": {
12
- "name": "__mf/js/Markdown.b3693ce4.js",
12
+ "name": "__mf/js/Markdown.b069efd4.js",
13
13
  "path": "",
14
14
  "type": "global"
15
15
  },
@@ -88,14 +88,14 @@
88
88
  {
89
89
  "id": "Markdown:@perses-dev/components",
90
90
  "name": "@perses-dev/components",
91
- "version": "0.53.0-rc.1",
91
+ "version": "0.53.0",
92
92
  "singleton": true,
93
- "requiredVersion": "^0.53.0-rc.1",
93
+ "requiredVersion": "^0.53.0",
94
94
  "assets": {
95
95
  "js": {
96
96
  "async": [],
97
97
  "sync": [
98
- "__mf/js/async/555.cdc57232.js"
98
+ "__mf/js/async/955.38ae68e2.js"
99
99
  ]
100
100
  },
101
101
  "css": {
@@ -107,14 +107,14 @@
107
107
  {
108
108
  "id": "Markdown:@perses-dev/plugin-system",
109
109
  "name": "@perses-dev/plugin-system",
110
- "version": "0.53.0-rc.1",
110
+ "version": "0.53.0",
111
111
  "singleton": true,
112
- "requiredVersion": "^0.53.0-rc.1",
112
+ "requiredVersion": "^0.53.0",
113
113
  "assets": {
114
114
  "js": {
115
115
  "async": [],
116
116
  "sync": [
117
- "__mf/js/async/252.b6bc59d9.js"
117
+ "__mf/js/async/648.a7df8fcc.js"
118
118
  ]
119
119
  },
120
120
  "css": {
@@ -164,14 +164,14 @@
164
164
  {
165
165
  "id": "Markdown:lodash",
166
166
  "name": "lodash",
167
- "version": "4.17.21",
167
+ "version": "4.17.23",
168
168
  "singleton": true,
169
- "requiredVersion": "^4.17.21",
169
+ "requiredVersion": "^4.17.23",
170
170
  "assets": {
171
171
  "js": {
172
172
  "async": [],
173
173
  "sync": [
174
- "__mf/js/async/392.dce6d4aa.js"
174
+ "__mf/js/async/392.37fad909.js"
175
175
  ]
176
176
  },
177
177
  "css": {
@@ -246,17 +246,17 @@
246
246
  "assets": {
247
247
  "js": {
248
248
  "sync": [
249
- "__mf/js/async/138.f8838514.js",
250
- "__mf/js/async/680.c46cf75d.js",
251
- "__mf/js/async/__federation_expose_Markdown.1446b14e.js"
249
+ "__mf/js/async/125.771257a0.js",
250
+ "__mf/js/async/73.9bbc34a0.js",
251
+ "__mf/js/async/__federation_expose_Markdown.4bb35340.js"
252
252
  ],
253
253
  "async": [
254
254
  "__mf/js/async/588.2c2805ab.js",
255
255
  "__mf/js/async/71.6cc63587.js",
256
256
  "__mf/js/async/356.f3cf0f3c.js",
257
257
  "__mf/js/async/43.c6917720.js",
258
- "__mf/js/async/188.8fc0d073.js",
259
- "__mf/js/async/lib-router.6de523a3.js",
258
+ "__mf/js/async/996.3d7beb3d.js",
259
+ "__mf/js/async/lib-router.390a5286.js",
260
260
  "__mf/js/async/177.777d8108.js"
261
261
  ]
262
262
  },
package/mf-stats.json CHANGED
@@ -5,11 +5,11 @@
5
5
  "name": "Markdown",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.11.0-rc.0",
8
+ "buildVersion": "0.11.0",
9
9
  "buildName": "@perses-dev/markdown-plugin"
10
10
  },
11
11
  "remoteEntry": {
12
- "name": "__mf/js/Markdown.b3693ce4.js",
12
+ "name": "__mf/js/Markdown.b069efd4.js",
13
13
  "path": "",
14
14
  "type": "global"
15
15
  },
@@ -96,17 +96,17 @@
96
96
  },
97
97
  {
98
98
  "singleton": true,
99
- "requiredVersion": "^0.53.0-rc.1",
99
+ "requiredVersion": "^0.53.0",
100
100
  "shareScope": "default",
101
101
  "name": "@perses-dev/components",
102
- "version": "0.53.0-rc.1",
102
+ "version": "0.53.0",
103
103
  "eager": false,
104
104
  "id": "Markdown:@perses-dev/components",
105
105
  "assets": {
106
106
  "js": {
107
107
  "async": [],
108
108
  "sync": [
109
- "__mf/js/async/555.cdc57232.js"
109
+ "__mf/js/async/955.38ae68e2.js"
110
110
  ]
111
111
  },
112
112
  "css": {
@@ -120,17 +120,17 @@
120
120
  },
121
121
  {
122
122
  "singleton": true,
123
- "requiredVersion": "^0.53.0-rc.1",
123
+ "requiredVersion": "^0.53.0",
124
124
  "shareScope": "default",
125
125
  "name": "@perses-dev/plugin-system",
126
- "version": "0.53.0-rc.1",
126
+ "version": "0.53.0",
127
127
  "eager": false,
128
128
  "id": "Markdown:@perses-dev/plugin-system",
129
129
  "assets": {
130
130
  "js": {
131
131
  "async": [],
132
132
  "sync": [
133
- "__mf/js/async/252.b6bc59d9.js"
133
+ "__mf/js/async/648.a7df8fcc.js"
134
134
  ]
135
135
  },
136
136
  "css": {
@@ -188,17 +188,17 @@
188
188
  },
189
189
  {
190
190
  "singleton": true,
191
- "requiredVersion": "^4.17.21",
191
+ "requiredVersion": "^4.17.23",
192
192
  "shareScope": "default",
193
193
  "name": "lodash",
194
- "version": "4.17.21",
194
+ "version": "4.17.23",
195
195
  "eager": false,
196
196
  "id": "Markdown:lodash",
197
197
  "assets": {
198
198
  "js": {
199
199
  "async": [],
200
200
  "sync": [
201
- "__mf/js/async/392.dce6d4aa.js"
201
+ "__mf/js/async/392.37fad909.js"
202
202
  ]
203
203
  },
204
204
  "css": {
@@ -292,17 +292,17 @@
292
292
  "assets": {
293
293
  "js": {
294
294
  "sync": [
295
- "__mf/js/async/138.f8838514.js",
296
- "__mf/js/async/680.c46cf75d.js",
297
- "__mf/js/async/__federation_expose_Markdown.1446b14e.js"
295
+ "__mf/js/async/125.771257a0.js",
296
+ "__mf/js/async/73.9bbc34a0.js",
297
+ "__mf/js/async/__federation_expose_Markdown.4bb35340.js"
298
298
  ],
299
299
  "async": [
300
300
  "__mf/js/async/588.2c2805ab.js",
301
301
  "__mf/js/async/71.6cc63587.js",
302
302
  "__mf/js/async/356.f3cf0f3c.js",
303
303
  "__mf/js/async/43.c6917720.js",
304
- "__mf/js/async/188.8fc0d073.js",
305
- "__mf/js/async/lib-router.6de523a3.js",
304
+ "__mf/js/async/996.3d7beb3d.js",
305
+ "__mf/js/async/lib-router.390a5286.js",
306
306
  "__mf/js/async/177.777d8108.js"
307
307
  ]
308
308
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perses-dev/markdown-plugin",
3
- "version": "0.11.0-rc.0",
3
+ "version": "0.11.0",
4
4
  "homepage": "https://github.com/perses/plugins/blob/main/README.md",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,9 +31,9 @@
31
31
  "@emotion/react": "^11.7.1",
32
32
  "@emotion/styled": "^11.6.0",
33
33
  "@hookform/resolvers": "^3.2.0",
34
- "@perses-dev/components": "^0.53.0-rc.1",
35
- "@perses-dev/core": "^0.53.0-beta.4",
36
- "@perses-dev/plugin-system": "^0.53.0-rc.1",
34
+ "@perses-dev/components": "^0.53.0",
35
+ "@perses-dev/core": "^0.53.0-rc.2",
36
+ "@perses-dev/plugin-system": "^0.53.0",
37
37
  "date-fns": "^4.1.0",
38
38
  "date-fns-tz": "^3.2.0",
39
39
  "echarts": "5.5.0",