@lowdefy/operators-js 4.0.0-alpha.8 → 4.0.0-alpha.9
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/dist/index.js +1 -1
- package/dist/operators/build/env.js +1 -1
- package/dist/operators/client/_index.js +1 -1
- package/dist/operators/client/actions.js +1 -1
- package/dist/operators/client/base64.js +1 -1
- package/dist/operators/client/event.js +1 -1
- package/dist/operators/client/event_log.js +1 -1
- package/dist/operators/client/global.js +1 -1
- package/dist/operators/client/input.js +1 -1
- package/dist/operators/client/location.js +1 -1
- package/dist/operators/client/media.js +1 -1
- package/dist/operators/client/menu.js +1 -1
- package/dist/operators/client/request.js +1 -1
- package/dist/operators/client/request_details.js +1 -1
- package/dist/operators/client/state.js +1 -1
- package/dist/operators/client/url_query.js +1 -1
- package/dist/operators/server/base64.js +1 -1
- package/dist/operators/server/hash.js +1 -1
- package/dist/operators/server/payload.js +1 -1
- package/dist/operators/server/secret.js +1 -1
- package/dist/operators/shared/and.js +1 -1
- package/dist/operators/shared/args.js +1 -1
- package/dist/operators/shared/array.js +1 -1
- package/dist/operators/shared/date.js +1 -1
- package/dist/operators/shared/divide.js +1 -1
- package/dist/operators/shared/eq.js +1 -1
- package/dist/operators/shared/function.js +1 -1
- package/dist/operators/shared/get.js +1 -1
- package/dist/operators/shared/gt.js +1 -1
- package/dist/operators/shared/gte.js +1 -1
- package/dist/operators/shared/if.js +1 -1
- package/dist/operators/shared/if_none.js +1 -1
- package/dist/operators/shared/json.js +1 -1
- package/dist/operators/shared/log.js +1 -1
- package/dist/operators/shared/lt.js +1 -1
- package/dist/operators/shared/lte.js +1 -1
- package/dist/operators/shared/math.js +1 -1
- package/dist/operators/shared/ne.js +1 -1
- package/dist/operators/shared/not.js +1 -1
- package/dist/operators/shared/number.js +1 -1
- package/dist/operators/shared/object.js +1 -1
- package/dist/operators/shared/operator.js +1 -1
- package/dist/operators/shared/or.js +1 -1
- package/dist/operators/shared/product.js +1 -1
- package/dist/operators/shared/random.js +1 -1
- package/dist/operators/shared/regex.js +1 -1
- package/dist/operators/shared/string.js +1 -1
- package/dist/operators/shared/subtract.js +1 -1
- package/dist/operators/shared/sum.js +1 -1
- package/dist/operators/shared/switch.js +1 -1
- package/dist/operators/shared/type.js +1 -1
- package/dist/operators/shared/uri.js +1 -1
- package/dist/operators/shared/user.js +1 -1
- package/dist/operatorsBuild.js +1 -1
- package/dist/operatorsClient.js +1 -1
- package/dist/operatorsServer.js +1 -1
- package/dist/types.js +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
package/dist/operatorsBuild.js
CHANGED
package/dist/operatorsClient.js
CHANGED
package/dist/operatorsServer.js
CHANGED
package/dist/types.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lowdefy/operators-js",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.9",
|
|
4
4
|
"licence": "Apache-2.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"homepage": "https://lowdefy.com",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"test": "jest --coverage"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@lowdefy/helpers": "4.0.0-alpha.
|
|
53
|
-
"@lowdefy/operators": "4.0.0-alpha.
|
|
52
|
+
"@lowdefy/helpers": "4.0.0-alpha.9",
|
|
53
|
+
"@lowdefy/operators": "4.0.0-alpha.9"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@swc/cli": "0.1.55",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "98b544eca231bdcfca6c3a8601a891835d5ce571"
|
|
65
65
|
}
|