0.1.40 • Published 12 days ago

@aserto/console-common v0.1.40

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
12 days ago

console-common npm package

Console Common Components and Utilities

Local development

Building

yarn build - uses rollup to build the library, see rollup.config.js. Everything is bundled in the dist folder.

yarn push - uses yalc to push the library to the local registry. To consume the packages you will need to run yalc link @aserto/console-common in your project. After you do that you will see a .yalc folder in the root of your project, that is the local registry that yalc will push to when running yarn push in the console-common directory.

The library also provides a dev mode where it watches for file changes and updates the package in the local registry. yarn dev You can use this command after you have run yalc link @aserto/console-common in your project

Consuming

To add a dependency to the local package use yalc link @aserto/console-common in the client application.

import { Directory } from '@aserto/console-common'

Examples

Passing a configuration:

<InternalConfigProvider config={config}>{children}</InternalConfigProvider>

Passing an identity:

<GenericIdentityProvider
  identity={{
    getAccessToken: getAccessToken || (() => Promise.resolve('')),
    logout: logout || (() => {}),
  }}
>
  {children}
</GenericIdentityProvider>

Passing a profile

 <InternalProfileProvider profile={{ tenantId: tenant?.id }}>

Testing

This lib uses jest for testing, see jest.config.js

yarn test

Release

yarn release_prep - creates a new branch, release_prep/${version}, bumps to the next minor version, commits and pushes changes

yarn release - tags the latest commit with the version from package.json and pushes the changes

0.1.40

12 days ago

0.1.39

13 days ago

0.1.38

20 days ago

0.1.36

21 days ago

0.1.37

21 days ago

0.1.35

22 days ago

0.1.33

28 days ago

0.1.34

28 days ago

0.1.31

30 days ago

0.1.32

29 days ago

0.1.30

1 month ago

0.1.29

1 month ago

0.1.28

1 month ago

0.1.27

2 months ago

0.1.26

2 months ago

0.1.25

2 months ago

0.1.22

2 months ago

0.1.23

2 months ago

0.1.24

2 months ago

0.1.20

2 months ago

0.1.21

2 months ago

0.1.19

2 months ago

0.1.18

2 months ago

0.1.16

2 months ago

0.1.17

2 months ago

0.1.14

2 months ago

0.1.15

2 months ago

0.1.12

3 months ago

0.1.13

3 months ago

0.1.10

3 months ago

0.1.11

3 months ago

0.1.9

3 months ago

0.1.8

3 months ago

0.1.7

3 months ago

0.0.104

3 months ago

0.1.6

3 months ago

0.1.5

3 months ago

0.0.103

3 months ago

0.1.4

3 months ago

0.1.3

3 months ago

0.0.102

3 months ago

0.0.101

3 months ago

0.1.0

3 months ago

0.1.2

3 months ago

0.1.1

3 months ago

0.0.100

3 months ago

0.0.98

3 months ago

0.0.99

3 months ago

0.0.97

4 months ago

0.0.95

4 months ago

0.0.96

4 months ago

0.0.94

4 months ago

0.0.93

4 months ago

0.0.92

4 months ago

0.0.91

4 months ago

0.0.90

5 months ago

0.0.89

5 months ago

0.0.88

5 months ago

0.0.87

5 months ago

0.0.86

5 months ago

0.0.84

5 months ago

0.0.85

5 months ago

0.0.82

6 months ago

0.0.83

6 months ago

0.0.80

6 months ago

0.0.81

6 months ago

0.0.75

6 months ago

0.0.76

6 months ago

0.0.77

6 months ago

0.0.78

6 months ago

0.0.79

6 months ago

0.0.73

6 months ago

0.0.74

6 months ago

0.0.70

6 months ago

0.0.71

6 months ago

0.0.72

6 months ago

0.0.64

6 months ago

0.0.65

6 months ago

0.0.66

6 months ago

0.0.67

6 months ago

0.0.68

6 months ago

0.0.69

6 months ago

0.0.43

10 months ago

0.0.44

10 months ago

0.0.45

10 months ago

0.0.46

10 months ago

0.0.47

9 months ago

0.0.62

7 months ago

0.0.63

7 months ago

0.0.60

7 months ago

0.0.61

7 months ago

0.0.59

7 months ago

0.0.51

8 months ago

0.0.52

8 months ago

0.0.53

8 months ago

0.0.54

8 months ago

0.0.55

8 months ago

0.0.56

8 months ago

0.0.57

7 months ago

0.0.58

7 months ago

0.0.50

9 months ago

0.0.48

9 months ago

0.0.49

9 months ago

0.0.40

11 months ago

0.0.37

11 months ago

0.0.38

11 months ago

0.0.39

11 months ago

0.0.36-1

11 months ago

0.0.33

11 months ago

0.0.34

11 months ago

0.0.35

11 months ago

0.0.36

11 months ago

0.0.32

12 months ago

0.0.31

12 months ago

0.0.30

12 months ago

0.0.29

12 months ago

0.0.28

12 months ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.1

1 year ago