@glimmer/owner
Advanced tools
Comparing version 0.85.13 to 0.86.0
{ | ||
"name": "@glimmer/owner", | ||
"version": "0.86.0", | ||
"license": "MIT", | ||
"description": "Implementation for the owner in Glimmer apps", | ||
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/owner", | ||
"type": "module", | ||
"version": "0.85.13", | ||
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/owner", | ||
"description": "Implementation for the owner in Glimmer apps", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@glimmer/util": "^0.85.13" | ||
"main": null, | ||
"types": "dist/dev/index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
@@ -14,20 +16,18 @@ "files": [ | ||
], | ||
"dependencies": { | ||
"@glimmer/util": "^0.86.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.52.0", | ||
"publint": "^0.2.5", | ||
"rollup": "^3.21.6", | ||
"rollup": "^4.5.1", | ||
"typescript": "*", | ||
"@glimmer-workspace/build-support": "^1.0.0", | ||
"@glimmer/local-debug-flags": "^0.85.13" | ||
"@glimmer/local-debug-flags": "^0.86.0" | ||
}, | ||
"main": null, | ||
"types": "dist/dev/index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c rollup.config.mjs", | ||
"test:lint": "eslint .", | ||
"test:types": "tsc --noEmit -p ../tsconfig.json", | ||
"build": "rollup -c rollup.config.mjs", | ||
"test:publint": "publint" | ||
"test:publint": "publint", | ||
"test:types": "tsc --noEmit -p ../tsconfig.json" | ||
}, | ||
@@ -34,0 +34,0 @@ "exports": { |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
9551
+ Added@glimmer/interfaces@0.86.0(transitive)
+ Added@glimmer/util@0.86.0(transitive)
- Removed@glimmer/interfaces@0.85.13(transitive)
- Removed@glimmer/util@0.85.13(transitive)
Updated@glimmer/util@^0.86.0