@glimmer/owner
Advanced tools
Comparing version 0.85.3 to 0.85.4
{ | ||
"name": "@glimmer/owner", | ||
"version": "0.85.3", | ||
"type": "module", | ||
"version": "0.85.4", | ||
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/owner", | ||
@@ -8,10 +9,16 @@ "description": "Implementation for the owner in Glimmer apps", | ||
"dependencies": { | ||
"@glimmer/util": "^0.85.3" | ||
"@glimmer/util": "^0.85.4" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"devDependencies": { | ||
"@glimmer/local-debug-flags": "^0.85.3", | ||
"@glimmer-workspace/build-support": "^1.0.0" | ||
"eslint": "^8.52.0", | ||
"rollup": "^3.21.6", | ||
"publint": "^0.2.5", | ||
"@glimmer-workspace/build-support": "^1.0.0", | ||
"@glimmer/local-debug-flags": "^0.85.4" | ||
}, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/prod/index.js", | ||
"types": "dist/dev/index.d.ts", | ||
"publishConfig": { | ||
@@ -23,9 +30,14 @@ "access": "public" | ||
"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
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
Yes
7577
5
11
76
Updated@glimmer/util@^0.85.4