@lowdefy/operators-js 4.0.0-rc.11 → 4.0.0-rc.12
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.
|
@@ -127,7 +127,7 @@ function _number({ params, location, methodName }) {
|
|
|
127
127
|
].includes(methodName)) {
|
|
128
128
|
return runInstance({
|
|
129
129
|
location,
|
|
130
|
-
meta
|
|
130
|
+
meta,
|
|
131
131
|
methodName,
|
|
132
132
|
operator: '_number',
|
|
133
133
|
params,
|
|
@@ -137,7 +137,7 @@ function _number({ params, location, methodName }) {
|
|
|
137
137
|
return runClass({
|
|
138
138
|
functions: Number,
|
|
139
139
|
location,
|
|
140
|
-
meta
|
|
140
|
+
meta,
|
|
141
141
|
methodName,
|
|
142
142
|
operator: '_number',
|
|
143
143
|
params
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lowdefy/operators-js",
|
|
3
|
-
"version": "4.0.0-rc.
|
|
3
|
+
"version": "4.0.0-rc.12",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"homepage": "https://lowdefy.com",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"test": "TZ=UTC node --experimental-vm-modules node_modules/jest/bin/jest.js"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@lowdefy/helpers": "4.0.0-rc.
|
|
52
|
-
"@lowdefy/operators": "4.0.0-rc.
|
|
51
|
+
"@lowdefy/helpers": "4.0.0-rc.12",
|
|
52
|
+
"@lowdefy/operators": "4.0.0-rc.12"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@jest/globals": "28.1.3",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "7f3059b6778b1cb8900b1d4456681b977521d45d"
|
|
66
66
|
}
|