@dpgradio/creative 7.0.3 → 7.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.js +2 -0
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -9,6 +9,8 @@ export { default as configuration, config } from './config/config.js'
|
|
|
9
9
|
|
|
10
10
|
export { default as api } from './api/api.js'
|
|
11
11
|
|
|
12
|
+
export { default as authentication } from './app/authentication.js'
|
|
13
|
+
|
|
12
14
|
export { default as loadScript } from './utils/loadScript.js'
|
|
13
15
|
export { default as openLink } from './utils/openLink.js'
|
|
14
16
|
export { default as tap } from './utils/tap.js'
|