• Joseph Axisa's avatar
    Split @looker/sdk-rtl from @looker/sdk (#315) · 56c5a7b2
    Joseph Axisa authored
    * Moved ./packages/sdk/rtl into own sdk-rtl pkg
    
    * Added index file exporting everything from /src
    
    * Added LICENSE, package.json and tsconfig.build.json
    
    Added @looker/sdk as an @looker/sdk-rtl dependency
    
    * Updated byosdk.md and cors.md links
    
    * moved browserSdk, browserSession, extensionSession to @looker/sdk and updated browser and node exports
    
    * Redeclared IError in @looker/sdk-rtl authSession to eliminate @looker/sdk dep
    
    Moved IAccessToken redeclaration from nodeSession to authSession to be usable by both nodeSession and oauthSession
    
    * Moved testUtils from @looker/sdk to @looker/sdk-rtl to eliminate last dep
    
    * Updated all imports/exports
    
    - yarn build succeeds
    - yarn test in root has no failures
    
    * Updated constants.ts location in TypescriptFormatter
    
    * Refresh TS SDK generated files with 7.14
    
    * moved browserSession to @looker/sdk-rtl
    
    * Added BrowserSession export to @looker/sdk-rtl index.ts
    
    * Updated constants.ts import in reformatter.ts
    
    * Made homepage links in each package.json pkg specific
    56c5a7b2