Comparing version 0.5.1-next.2 to 0.5.1-next.3
{ | ||
"name": "alge", | ||
"version": "0.5.1-next.2", | ||
"version": "0.5.1-next.3", | ||
"repository": "git@github.com:jasonkuhrt/alge.git", | ||
@@ -13,9 +13,10 @@ "author": "Jason Kuhrt", | ||
], | ||
"types": "./dist/esm/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": { | ||
"default": "./dist/cjs/index.js" | ||
"types": "./dist/cjs/index.d.cts", | ||
"default": "./dist/cjs/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./dist/esm/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
@@ -40,3 +41,3 @@ } | ||
"test": "vitest", | ||
"clean": "rm -rf dist-cjs dist-esm node_modules/.cache", | ||
"clean": "rm -rf dist node_modules/.cache", | ||
"release:pr": "dripip pr", | ||
@@ -73,5 +74,5 @@ "release:canary": "dripip preview", | ||
"eslint-plugin-tsdoc": "0.2.16", | ||
"execa": "^6.1.0", | ||
"fast-glob": "^3.2.11", | ||
"fs-jetpack": "^4.3.1", | ||
"execa": "6.1.0", | ||
"fast-glob": "3.2.11", | ||
"fs-jetpack": "4.3.1", | ||
"markdown-toc": "1.2.0", | ||
@@ -84,4 +85,4 @@ "prettier": "2.7.1", | ||
"typescript": "4.8.2", | ||
"vitest": "^0.23.1" | ||
"vitest": "0.23.1" | ||
} | ||
} |
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
283397