Comparing version 0.0.11 to 0.0.12
@@ -618,3 +618,4 @@ var __create = Object.create; | ||
offset: { x: 0, y: 0 }, | ||
stroke: null | ||
stroke: null, | ||
pathfinder: createPathfinder(0, straight) | ||
}; | ||
@@ -621,0 +622,0 @@ var DEFAULT_OPTIONS = { |
{ | ||
"name": "corners", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"private": false, | ||
"files": [ | ||
"dist", | ||
"src", | ||
"tsconfig.json" | ||
"dist" | ||
], | ||
"main": "dist/index.js", | ||
"types": "src/index.ts", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -17,3 +15,5 @@ "dev": "esbuild example/client.tsx --outfile=example/web/client.js --servedir=example/web --serve=6144 --bundle --minify --sourcemap", | ||
"deploy": "gh-pages -d example/web", | ||
"build": "node ./esbuild.config.js", | ||
"build:types": "dts-bundle-generator -o dist/index.d.ts src/index.ts", | ||
"build:main": "tsx -- esbuild.config.ts", | ||
"build": "yarn build:main && yarn build:types", | ||
"test": "jest --watch --no-coverage", | ||
@@ -45,3 +45,3 @@ "test:cov": "jest --watch", | ||
"@types/jest": "^27.0.2", | ||
"@types/node": "^16.10.1", | ||
"@types/node": "^18.11.11", | ||
"@types/react": "^17.0.37", | ||
@@ -53,2 +53,3 @@ "@types/react-dom": "^17.0.11", | ||
"concurrently": "^6.4.0", | ||
"dts-bundle-generator": "^7.1.0", | ||
"esbuild": "^0.14.5", | ||
@@ -75,2 +76,3 @@ "esbuild-jest": "^0.5.0", | ||
"tsconfig-paths": "^3.11.0", | ||
"tsx": "^3.12.1", | ||
"typescript": "^4.8.4" | ||
@@ -77,0 +79,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126808
42
6
1286