Comparing version 0.0.14 to 0.0.15
@@ -33,3 +33,3 @@ "use strict"; | ||
... on User { | ||
environmentVariables (input: $input) { | ||
environmentVariables { | ||
name | ||
@@ -39,3 +39,3 @@ } | ||
... on Organization { | ||
environmentVariables (input: $input) { | ||
environmentVariables { | ||
name | ||
@@ -42,0 +42,0 @@ } |
{ | ||
"name": "fxnjs", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Run AI prediction functions in your JavaScript and Node.js apps.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -21,2 +21,4 @@ # Function for JavaScript | ||
```js | ||
import { Function } from "fxnjs" | ||
// Create a Function client | ||
@@ -39,6 +41,8 @@ const fxn = new Function({ accessKey: "<ACCESS KEY>" }); | ||
___ | ||
## Useful Links | ||
- [Discover predictors to use in your apps](https://fxn.ai/explore). | ||
- [Join our Discord community](https://fxn.ai/community). | ||
- [Check out our docs on creating you](https://docs.fxn.ai). | ||
- [Check out our docs](https://docs.fxn.ai). | ||
- Learn more about us [on our blog](https://blog.fxn.ai). | ||
@@ -45,0 +49,0 @@ - Reach out to us at [hi@fxn.ai](mailto:hi@fxn.ai). |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
49
8
621058