@waiting/shared-types-dev
Advanced tools
Comparing version 7.2.3 to 7.3.0
@@ -6,2 +6,10 @@ # Change Log | ||
# 7.3.0 (2021-03-26) | ||
**Note:** Version bump only for package @waiting/shared-types-dev | ||
## 7.2.3 (2021-03-25) | ||
@@ -8,0 +16,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 7.2.2 | ||
* @version 7.2.3 | ||
* @author waiting | ||
@@ -108,3 +108,2 @@ * @license MIT | ||
+ JSON.stringify(obj, null, 2) | ||
+ ';' | ||
+ trailingString; | ||
@@ -111,0 +110,0 @@ express.replaceWithText(jsonCode); |
@@ -24,3 +24,2 @@ import { findCallExpressionsByName, hasImportNecessaryType, retrieveTypeArgmentFromCallExpression, } from './common'; | ||
+ JSON.stringify(obj, null, 2) | ||
+ ';' | ||
+ trailingString; | ||
@@ -27,0 +26,0 @@ express.replaceWithText(jsonCode); |
{ | ||
"name": "@waiting/shared-types-dev", | ||
"author": "waiting", | ||
"version": "7.2.3", | ||
"version": "7.3.0", | ||
"description": "shared typescript types devel", | ||
@@ -28,7 +28,7 @@ "private": false, | ||
"dependencies": { | ||
"@waiting/shared-types": "^7.2.3", | ||
"@waiting/shared-types": "^7.3.0", | ||
"ts-morph": "10" | ||
}, | ||
"devDependencies": { | ||
"@waiting/shared-core": "^7.2.3", | ||
"@waiting/shared-core": "^7.3.0", | ||
"cross-env": "7" | ||
@@ -91,3 +91,3 @@ }, | ||
}, | ||
"gitHead": "d0a71282c418fb7553c0dda83a918be3b27441ce" | ||
"gitHead": "3eab8ad365e77539ca839a44e5308f0af1d4185a" | ||
} |
@@ -67,3 +67,2 @@ /* eslint-disable @typescript-eslint/ban-types */ | ||
+ JSON.stringify(obj, null, 2) | ||
+ ';' | ||
+ trailingString | ||
@@ -70,0 +69,0 @@ express.replaceWithText(jsonCode) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31809
103
633
Updated@waiting/shared-types@^7.3.0