@uniorgjs/orgx
Advanced tools
Comparing version 1.0.1 to 1.0.2
# @uniorgjs/orgx | ||
## 1.0.2 | ||
### Patch Changes | ||
- [#80](https://github.com/rasendubi/uniorg/pull/80) [`7cd7a83`](https://github.com/rasendubi/uniorg/commit/7cd7a832b030934931c376b372d743ba360f5a9e) Thanks [@venikx](https://github.com/venikx)! - Add missing dependencies (`uniorg-parse` and `uniorg-rehype`) to orgx. | ||
## 1.0.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@uniorgjs/orgx", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Org-mode to JS compiler", | ||
@@ -36,3 +36,5 @@ "type": "module", | ||
"unist-util-visit": "^4.0.0", | ||
"vfile": "^5.0.0" | ||
"vfile": "^5.0.0", | ||
"uniorg-parse": "^2.0.1", | ||
"uniorg-rehype": "^1.1.0" | ||
}, | ||
@@ -39,0 +41,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
152994
14
+ Addeduniorg-parse@^2.0.1
+ Addeduniorg-rehype@^1.1.0
+ Added@types/hast@3.0.4(transitive)
+ Added@types/unist@3.0.3(transitive)
+ Addedhast-util-parse-selector@4.0.0(transitive)
+ Addedhastscript@9.0.0(transitive)
+ Addeduniorg-parse@2.1.1(transitive)
+ Addeduniorg-rehype@1.3.0(transitive)
+ Addedunist-builder@4.0.0(transitive)
+ Addedunist-util-stringify-position@4.0.0(transitive)
+ Addedvfile@6.0.16.0.3(transitive)
+ Addedvfile-location@5.0.2(transitive)
+ Addedvfile-message@4.0.2(transitive)