@refrakt-md/learning 0.20.2 → 0.22.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.
- package/dist/index.js +2 -2
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { config } from './config.js';
|
|
|
4
4
|
export const learning = {
|
|
5
5
|
name: 'learning',
|
|
6
6
|
displayName: 'Learning',
|
|
7
|
-
version: '0.
|
|
7
|
+
version: '0.22.0',
|
|
8
8
|
runes: {
|
|
9
9
|
'howto': {
|
|
10
10
|
transform: howto,
|
|
@@ -34,7 +34,7 @@ export const learning = {
|
|
|
34
34
|
category: 'Semantic',
|
|
35
35
|
snippet: ['{% recipe prepTime="${1:15m}" cookTime="${2:30m}" servings=${3:4} difficulty="${4|easy,medium,hard|}" %}', '# ${5:Recipe Name}', '', '- ${6:Ingredient one}', '- ${7:Ingredient two}', '', '1. ${8:Step one}', '2. ${9:Step two}', '{% /recipe %}'],
|
|
36
36
|
fixture: `{% recipe prepTime="PT15M" cookTime="PT30M" servings="4" difficulty="medium" media-position="end" %}
|
|
37
|
-

|
|
38
38
|
|
|
39
39
|
---
|
|
40
40
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@refrakt-md/learning",
|
|
3
3
|
"description": "Learning runes for refrakt.md — how-to guides and recipes",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.22.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"build": "tsc"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@refrakt-md/types": "0.
|
|
25
|
-
"@refrakt-md/transform": "0.
|
|
26
|
-
"@refrakt-md/runes": "0.
|
|
24
|
+
"@refrakt-md/types": "0.22.0",
|
|
25
|
+
"@refrakt-md/transform": "0.22.0",
|
|
26
|
+
"@refrakt-md/runes": "0.22.0",
|
|
27
27
|
"@markdoc/markdoc": "0.4.0",
|
|
28
28
|
"reflect-metadata": "^0.2.0"
|
|
29
29
|
}
|