@code-hike/smooth-code
Advanced tools
Comparing version 0.3.0--canary.77.045c5cf.0 to 0.3.0--canary.77.122e7ce.0
@@ -7,2 +7,3 @@ import { HeavyCode, CodeProps } from "./heavy-code"; | ||
import { CodeSpring } from "./code-spring"; | ||
export { CodeTween, CodeSpring, CodeAnnotation, CodeStep, CodeConfig, HeavyCode, Code, CodeProps, highlightCode, highlightTween, }; | ||
import { mapFocusToLineNumbers } from "./focus-parser"; | ||
export { CodeTween, CodeSpring, CodeAnnotation, CodeStep, CodeConfig, mapFocusToLineNumbers, HeavyCode, Code, CodeProps, highlightCode, highlightTween, }; |
{ | ||
"name": "@code-hike/smooth-code", | ||
"version": "0.3.0--canary.77.045c5cf.0", | ||
"version": "0.3.0--canary.77.122e7ce.0", | ||
"main": "dist/index.cjs.js", | ||
@@ -18,3 +18,3 @@ "typings": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@code-hike/script": "0.3.0--canary.77.045c5cf.0", | ||
"@code-hike/script": "0.3.0--canary.77.122e7ce.0", | ||
"@types/diff": "^4.0.2", | ||
@@ -28,4 +28,4 @@ "@types/jest": "^24.0.15", | ||
"dependencies": { | ||
"@code-hike/highlighter": "0.3.0--canary.77.045c5cf.0", | ||
"@code-hike/utils": "0.3.0--canary.77.045c5cf.0", | ||
"@code-hike/highlighter": "0.3.0--canary.77.122e7ce.0", | ||
"@code-hike/utils": "0.3.0--canary.77.122e7ce.0", | ||
"diff": "^4.0.2", | ||
@@ -35,3 +35,3 @@ "use-spring": "^0.2.3" | ||
"peerDependencies": { | ||
"react": ">=16.8" | ||
"react": "^16.8.3 || ^17 || ^18" | ||
}, | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "045c5cfb7a25f306dd081d1b28e678173dfd839b" | ||
"gitHead": "122e7ce5b287bfc6f5361892909a656c0ac39920" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
190628
4056
0
+ Added@code-hike/highlighter@0.3.0--canary.77.122e7ce.0(transitive)
+ Added@code-hike/utils@0.3.0--canary.77.122e7ce.0(transitive)
- Removed@code-hike/highlighter@0.3.0--canary.77.045c5cf.0(transitive)
- Removed@code-hike/utils@0.3.0--canary.77.045c5cf.0(transitive)
- Removedreact@19.0.0(transitive)