@glimmer/global-context
Advanced tools
Comparing version 0.85.3 to 0.85.4
{ | ||
"name": "@glimmer/global-context", | ||
"version": "0.85.3", | ||
"type": "module", | ||
"version": "0.85.4", | ||
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/global-context", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "index.ts", | ||
"types": "index.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"publishConfig": { | ||
@@ -11,2 +15,5 @@ "access": "public" | ||
"devDependencies": { | ||
"eslint": "^8.52.0", | ||
"rollup": "^3.21.6", | ||
"publint": "^0.2.5", | ||
"@glimmer-workspace/build-support": "^1.0.0" | ||
@@ -17,9 +24,14 @@ }, | ||
"test:types": "tsc --noEmit -p ../tsconfig.json", | ||
"build": "rollup -c rollup.config.mjs" | ||
"build": "rollup -c rollup.config.mjs", | ||
"test:publint": "publint" | ||
}, | ||
"exports": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.js" | ||
".": { | ||
"types": "./dist/dev/index.d.ts", | ||
"development": { | ||
"default": "./dist/dev/index.js" | ||
}, | ||
"default": "./dist/prod/index.js" | ||
} | ||
} | ||
} |
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
829
Yes
47799
4
11
1