@apify/docs-theme 1.0.133 → 1.0.134

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.133",
3
+ "version": "1.0.134",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -1552,6 +1552,7 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
1552
1552
  .prism-code.language-python .token-line::before,
1553
1553
  .prism-code.language-dockerfile .token-line::before,
1554
1554
  .prism-code.language-XML .token-line::before,
1555
+ .prism-code.language-yaml .token-line::before,
1555
1556
  .prism-code.language-js .token-line::before {
1556
1557
  counter-increment: line-number;
1557
1558
  content: counter(line-number);