@rimbu/common
Advanced tools
Comparing version 0.5.0 to 0.5.2
{ | ||
"name": "@rimbu/common", | ||
"version": "0.5.0", | ||
"version": "0.5.2", | ||
"description": "Common types and objects used in many other Rimbu packages", | ||
@@ -13,3 +13,3 @@ "keywords": [ | ||
], | ||
"homepage": "https://rimbu.org", | ||
"homepage": "http://rimbu.org", | ||
"author": { | ||
@@ -33,6 +33,5 @@ "name": "Arvid Nicolaas", | ||
"source": "src/index.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.modules.js", | ||
"unpkg": "dist/index.umd.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/main/index.js", | ||
"module": "dist/module/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
@@ -43,17 +42,15 @@ "dist" | ||
"build": "yarn clean && yarn bundle", | ||
"bundle": "microbundle", | ||
"bundle": "yarn bundle:main && yarn bundle:module && yarn bundle:types", | ||
"bundle:main": "tsc --p tsconfig.main.json", | ||
"bundle:module": "tsc --p tsconfig.module.json", | ||
"bundle:types": "tsc --p tsconfig.types.json", | ||
"clean": "rimraf dist", | ||
"format": "prettier --write \"**/*.{ts,js,json,md}\"", | ||
"format": "yarn format:base --write", | ||
"format:base": "prettier \"**/*.{ts,tsx,js,json,md}\"", | ||
"format:check": "yarn format:base --check", | ||
"lint": "eslint src", | ||
"precommit": "lint-staged", | ||
"publish-package": "yarn publish", | ||
"prepublish": "yarn build", | ||
"test": "jest", | ||
"typecheck": "tsc" | ||
}, | ||
"lint-staged": { | ||
"*": [ | ||
"yarn format:single", | ||
"eslint" | ||
] | ||
}, | ||
"sideEffects": false, | ||
@@ -65,3 +62,4 @@ "devDependencies": { | ||
"typescript": "^4.2.4" | ||
} | ||
}, | ||
"gitHead": "83eafb3cc4a7f0e1af16f96ed78198584dbd3858" | ||
} |
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
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
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
68
4394
247841
1