@teleporthq/teleport-plugin-react-base-component
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -19,2 +19,2 @@ import * as types from '@babel/types'; | ||
operand?: string | number | boolean; | ||
}, conditionalIdentifier: ConditionalIdentifier, t?: typeof types) => types.Identifier | types.MemberExpression | types.BinaryExpression | types.UnaryExpression; | ||
}, conditionalIdentifier: ConditionalIdentifier, t?: typeof types) => types.BinaryExpression | types.Identifier | types.MemberExpression | types.UnaryExpression; |
{ | ||
"name": "@teleporthq/teleport-plugin-react-base-component", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "A plugin for handling the skeleton/baseline of a React component", | ||
@@ -21,2 +21,3 @@ "author": "teleportHQ", | ||
"scripts": { | ||
"clean": "rimraf lib", | ||
"build": "tsc", | ||
@@ -28,6 +29,6 @@ "build:watch": "tsc -w", | ||
"@babel/types": "^7.3.3", | ||
"@teleporthq/teleport-shared": "^0.8.0", | ||
"@teleporthq/teleport-types": "^0.8.0" | ||
"@teleporthq/teleport-shared": "^0.8.1", | ||
"@teleporthq/teleport-types": "^0.8.1" | ||
}, | ||
"gitHead": "4b92261575450bb5565a1515ebed95a77273d2a1" | ||
"gitHead": "73055f1b260190a3848f91fd6ce342e17a971369" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
73525
0