You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 minor fixes to new GlobalServices module * used global Symbol.for(.. for the version attribute so that its the same attribute for multiple copies of bg-dom * PkgInfo -- was incorrectly appending -dev to production atom packages b/c they are not in a node_modules/ folder 6056bf3
Finished the initial GlobalServices API * provides 2 new patterns 1) safely create global variables, and 2) track package loads to create bg.pkgInfo to analyze versions of the same package a6a33d1
still working with the global services issue - publishing to test production vs dev * added GlobalServices.js to encapsulate pattens for sharing the gloabal namespace with versioning of APIs * 3d4d845
This is the first release after renaming from bg-atom-redom-ui to bg-dom. There was an 'np' tool bug that prevented the first attempt from completing cleanly so that is why this .1 patch is just a minor change.
cleaning up multiple packages for publishing * passed {mount,unmount} exports through from redom so that packages that use us dont need to be dependent on redom pkg also 305a91d