@tslite/emit 0.1.1 → 0.1.2
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tslite/emit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "TSLite source emitter — AST to readable TypeScript/TSX source in one pass (Doc algebra, 80-col wrapping, types preserved, comments printed). The eject printer; the runtime printer is @tslite/printer.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@tslite/core": "0.8.1",
|
|
42
42
|
"@tslite/printer": "0.5.2",
|
|
43
|
-
"@tslite/type-core": "0.3.
|
|
43
|
+
"@tslite/type-core": "0.3.3"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@tslite/parser": "1.2.0"
|