@codesandbox/sandpack-react
Advanced tools
Comparing version 0.2.4-alpha.0 to 0.3.0
{ | ||
"name": "@codesandbox/sandpack-react", | ||
"version": "0.2.4-alpha.0", | ||
"version": "0.3.0", | ||
"description": "", | ||
@@ -12,14 +12,6 @@ "keywords": [], | ||
"author": "CodeSandbox", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"sideEffects": false, | ||
"exports": { | ||
"./common": "./dist/common", | ||
"./components": "./dist/components", | ||
"./contexts": "./dist/contexts", | ||
"./hooks": "./dist/hooks", | ||
"./presents": "./dist/presents", | ||
"./templates": "./dist/templates" | ||
}, | ||
"scripts": { | ||
@@ -56,3 +48,3 @@ "clean": "rimraf dist", | ||
"@codemirror/view": "0.19.14", | ||
"@codesandbox/sandpack-client": "^0.2.0", | ||
"@codesandbox/sandpack-client": "^0.3.0", | ||
"codesandbox-import-util-types": "^2.2.3", | ||
@@ -87,3 +79,3 @@ "codesandbox-import-utils": "^2.2.3" | ||
}, | ||
"gitHead": "1c018f98f9850e74fdead0ac480aa66307545dbd" | ||
"gitHead": "ce67cbc1b4d911c86fa9c4e81a45f3b0b52e9285" | ||
} |
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
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
2
564865
62
5694
+ Added@codesandbox/sandpack-client@0.3.7(transitive)
- Removed@codesandbox/sandpack-client@0.2.0(transitive)