@glimmer/vm
Advanced tools
Comparing version 0.85.6 to 0.85.7
{ | ||
"name": "@glimmer/vm", | ||
"version": "0.85.6", | ||
"version": "0.85.7", | ||
"type": "module", | ||
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/vm", | ||
"dependencies": { | ||
"@glimmer/interfaces": "^0.85.6", | ||
"@glimmer/util": "^0.85.6" | ||
"@glimmer/interfaces": "^0.85.7", | ||
"@glimmer/util": "^0.85.7" | ||
}, | ||
@@ -14,3 +14,3 @@ "types": "dist/dev/index.d.ts", | ||
], | ||
"main": "dist/prod/index.js", | ||
"main": null, | ||
"publishConfig": { | ||
@@ -35,7 +35,8 @@ "access": "public" | ||
"development": { | ||
"default": "./dist/dev/index.js" | ||
"import": "./dist/dev/index.js" | ||
}, | ||
"default": "./dist/prod/index.js" | ||
"import": "./dist/prod/index.js" | ||
} | ||
} | ||
}, | ||
"module": null | ||
} |
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
56976
15
846
Updated@glimmer/interfaces@^0.85.7
Updated@glimmer/util@^0.85.7