@casual-simulation/aux-runtime 3.4.0-alpha.14204808910 → 3.4.0
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 +7 -7
- package/runtime/AuxLibrary.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@casual-simulation/aux-runtime",
|
|
3
|
-
"version": "3.4.0
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "Runtime for AUX projects",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@casual-simulation/aux-common": "^3.4.0
|
|
36
|
-
"@casual-simulation/aux-records": "^3.4.0
|
|
37
|
-
"@casual-simulation/crypto": "^3.4.0
|
|
35
|
+
"@casual-simulation/aux-common": "^3.4.0",
|
|
36
|
+
"@casual-simulation/aux-records": "^3.4.0",
|
|
37
|
+
"@casual-simulation/crypto": "^3.4.0",
|
|
38
38
|
"@casual-simulation/engine262": "0.0.1-4de2170374e22761996e46eb1362f4496ee57f8f",
|
|
39
39
|
"@casual-simulation/error-stack-parser": "^2.0.7",
|
|
40
40
|
"@casual-simulation/expect": "^3.1.28",
|
|
41
|
-
"@casual-simulation/fast-json-stable-stringify": "^3.4.0
|
|
42
|
-
"@casual-simulation/js-interpreter": "^3.4.0
|
|
41
|
+
"@casual-simulation/fast-json-stable-stringify": "^3.4.0",
|
|
42
|
+
"@casual-simulation/js-interpreter": "^3.4.0",
|
|
43
43
|
"@casual-simulation/stacktrace": "^3.1.11",
|
|
44
44
|
"@casual-simulation/three": "^0.140.3",
|
|
45
45
|
"@tweenjs/tween.js": "18.6.0",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"**/*.d.ts",
|
|
82
82
|
"**/*.def"
|
|
83
83
|
],
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "e6d88e1adf37ddf74e4b925b5a839b74b9832951"
|
|
85
85
|
}
|
package/runtime/AuxLibrary.js
CHANGED
|
@@ -2059,7 +2059,7 @@ export function createDefaultLibrary(context) {
|
|
|
2059
2059
|
* Gets an access token for the Hume AI API.
|
|
2060
2060
|
* Returns a promise that resolves with the access token.
|
|
2061
2061
|
*
|
|
2062
|
-
* @param recordName The name of the record that the access token should be generated for. If omitted, then the user's
|
|
2062
|
+
* @param recordName The name of the record that the access token should be generated for. If omitted, then the user's studio record will be used.
|
|
2063
2063
|
*
|
|
2064
2064
|
* @example Get an access token for the Hume AI API.
|
|
2065
2065
|
* const accessToken = await ai.hume.getAccessToken();
|