@noya-app/noya-geometry
Advanced tools
Comparing version 0.0.2 to 0.0.3
# @noya-app/noya-geometry | ||
## 0.0.3 | ||
### Patch Changes | ||
- Add sourcemaps, make react an external | ||
- Updated dependencies | ||
- @noya-app/noya-utils@0.0.3 | ||
## 0.0.2 | ||
@@ -4,0 +12,0 @@ |
@@ -587,1 +587,2 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@noya-app/noya-geometry", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "./dist/index.js", | ||
@@ -8,8 +8,8 @@ "module": "./dist/index.mjs", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format cjs,esm --dts", | ||
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap", | ||
"dev": "npm run build -- --watch" | ||
}, | ||
"dependencies": { | ||
"@noya-app/noya-utils": "0.0.2" | ||
"@noya-app/noya-utils": "0.0.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
137388
22
+ Added@noya-app/noya-utils@0.0.3(transitive)
- Removed@noya-app/noya-utils@0.0.2(transitive)
Updated@noya-app/noya-utils@0.0.3