@dbmx/confy 0.0.51 → 0.0.52

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/esm/index.js CHANGED
@@ -4,6 +4,7 @@ export { default as Confy } from './components/Confy/index.js';
4
4
  export { NOTIFICATION_VARIANTS, request } from './ducks/utils.js';
5
5
  export { default as actions } from './actions.js';
6
6
  export { default as configureStore, default as store } from './store/index.js';
7
+ export { default as api } from './lib/api/index.js';
7
8
 
8
9
  var useConfy = function useConfy() {
9
10
  return useContext(ConfyContext);
package/esm/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../src/index.js"],"sourcesContent":["import { useContext } from 'react'\nimport { ConfyContext } from './ConfyProvider'\n\nexport { default as Confy } from './components/Confy'\nexport { NOTIFICATION_VARIANTS, request } from './ducks/utils'\nexport { default as actions } from './actions'\nexport { default as configureStore } from './store'\nexport { default as store } from './store'\n\nexport const useConfy = () => useContext(ConfyContext)\nexport const confy = {}\n"],"names":["useConfy","useContext","ConfyContext","confy"],"mappings":";;;;;;;AASO,IAAMA,QAAQ,GAAG,SAAXA,QAAQA,GAAA;EAAA,OAASC,UAAU,CAACC,YAAY,CAAC;AAAA;AAC/C,IAAMC,KAAK,GAAG;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../src/index.js"],"sourcesContent":["import { useContext } from 'react'\nimport { ConfyContext } from './ConfyProvider'\n\nexport { default as Confy } from './components/Confy'\nexport { NOTIFICATION_VARIANTS, request } from './ducks/utils'\nexport { default as actions } from './actions'\nexport { default as configureStore } from './store'\nexport { default as store } from './store'\nexport { default as api } from './lib/api'\n\nexport const useConfy = () => useContext(ConfyContext)\nexport const confy = {}\n"],"names":["useConfy","useContext","ConfyContext","confy"],"mappings":";;;;;;;;AAUO,IAAMA,QAAQ,GAAG,SAAXA,QAAQA,GAAA;EAAA,OAASC,UAAU,CAACC,YAAY,CAAC;AAAA;AAC/C,IAAMC,KAAK,GAAG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbmx/confy",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "license": "MIT",
5
5
  "author": "Eric Basley <eric.basley@redpelicans.com>",
6
6
  "type": "module",
@@ -167,5 +167,5 @@
167
167
  "@babel/preset-react"
168
168
  ]
169
169
  },
170
- "gitHead": "a5bfae3d550c8383733c9d03db47414b4b25b568"
170
+ "gitHead": "1daabed3e26bd572179b6043389958e778a5ead7"
171
171
  }