@covalent/flavored-markdown 8.5.1 → 8.5.3

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 (1) hide show
  1. package/package.json +9 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@covalent/flavored-markdown",
3
- "version": "8.5.1",
3
+ "version": "8.5.3",
4
4
  "description": "Teradata UI Platform Flavored Markdown Module",
5
5
  "keywords": [
6
6
  "angular",
@@ -25,16 +25,17 @@
25
25
  "@angular/core": "17.x.x",
26
26
  "@angular/cdk": "17.x.x",
27
27
  "@angular/material": "17.x.x",
28
- "@covalent/core": "8.5.1",
29
- "@covalent/highlight": "8.5.1",
30
- "@covalent/markdown": "8.5.1"
28
+ "@covalent/core": "8.5.3",
29
+ "@covalent/highlight": "8.5.3",
30
+ "@covalent/markdown": "8.5.3"
31
31
  },
32
32
  "dependencies": {
33
33
  "tslib": "^2.0.0"
34
34
  },
35
- "module": "fesm2022/covalent-flavored-markdown.mjs",
36
- "typings": "index.d.ts",
37
35
  "exports": {
36
+ "./flavored-markdown-theme": {
37
+ "sass": "./_flavored-markdown-theme.scss"
38
+ },
38
39
  "./package.json": {
39
40
  "default": "./package.json"
40
41
  },
@@ -45,6 +46,8 @@
45
46
  "default": "./fesm2022/covalent-flavored-markdown.mjs"
46
47
  }
47
48
  },
49
+ "module": "fesm2022/covalent-flavored-markdown.mjs",
50
+ "typings": "index.d.ts",
48
51
  "sideEffects": false,
49
52
  "scripts": {
50
53
  "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"