File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33[ Full changelog] ( https://github.com/mozilla/glean.js/compare/v0.9.0...main )
44
5+ * [ #219 ] ( https://github.com/mozilla/glean.js/pull/219 ) : BUGFIX: Fix path to ping entry point in package.json.
6+
57# v0.9.0 (2021-04-19)
68
79[ Full changelog] ( https://github.com/mozilla/glean.js/compare/v0.8.1...v0.9.0 )
Original file line number Diff line number Diff line change 77 "./package.json" : " ./package.json" ,
88 "./webext" : " ./dist/webext/index/webext.js" ,
99 "./webext/private/metrics/*" : " ./dist/webext/core/metrics/types/*.js" ,
10- "./webext/private/ping" : " ./dist/webext/core/pings/index .js" ,
10+ "./webext/private/ping" : " ./dist/webext/core/pings/ping_type .js" ,
1111 "./webext/plugins/*" : " ./dist/webext/plugins/*.js"
1212 },
1313 "typesVersions" : {
1616 " ./dist/webext/types/index/webext.d.ts"
1717 ],
1818 "webext/private/ping" : [
19- " ./dist/webext/types/core/pings/index .d.ts"
19+ " ./dist/webext/types/core/pings/ping_type .d.ts"
2020 ],
2121 "webext/private/metrics/*" : [
2222 " ./dist/webext/types/core/metrics/types/*"
You can’t perform that action at this time.
0 commit comments