@paper-design/shaders
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@paper-design/shaders", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"license": "MIT", | ||
"type": "module", | ||
"exports": { | ||
".": "./dist/index.ts" | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "bun run type-check && esbuild src/index.ts --bundle --outfile=dist/index.ts --format=esm --platform=browser", | ||
"type-check": "tsc --project tsconfig.json", | ||
"publish-test": "bun run build && bun publish --dry-run", | ||
"publish": "bun run build && bun publish --access public" | ||
"type-check": "tsc --project tsconfig.json" | ||
}, | ||
@@ -15,0 +18,0 @@ "dependencies": {}, |
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
34727
152
1