asma-helpers 0.2.6 → 0.2.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asma-helpers",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "description": "helpers methods for asma",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@genql/runtime": "^2.10.0",
23
- "asma-genql-directory": "^1.0.68",
23
+ "asma-genql-directory": "^1.0.70",
24
24
  "axios": "^0.27.2",
25
25
  "history": "^5.3.0",
26
26
  "idb-keyval": "^6.2.0",
@@ -172,6 +172,8 @@ export function generateSrvAuthBindings(
172
172
  function hasFeature(featureName: feature_names_enum) {
173
173
  return !!features?.has(featureName)
174
174
  }
175
+
176
+ hasFeature('')
175
177
  const auth_bindings = {
176
178
  hasFeature,
177
179
  getFeatures,