@lowdefy/operators-moment 4.0.0-rc.1 → 4.0.0-rc.11

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.
@@ -49,7 +49,7 @@ const functions = {
49
49
  format,
50
50
  humanizeDuration
51
51
  };
52
- function _moment({ params , location , methodName }) {
52
+ function _moment({ params, location, methodName }) {
53
53
  return runClass({
54
54
  functions,
55
55
  location,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/operators-moment",
3
- "version": "4.0.0-rc.1",
3
+ "version": "4.0.0-rc.11",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "homepage": "https://lowdefy.com",
@@ -46,18 +46,18 @@
46
46
  "test": "TZ=UTC node --experimental-vm-modules node_modules/jest/bin/jest.js"
47
47
  },
48
48
  "dependencies": {
49
- "@lowdefy/operators": "4.0.0-rc.1",
49
+ "@lowdefy/operators": "4.0.0-rc.11",
50
50
  "moment": "2.29.4"
51
51
  },
52
52
  "devDependencies": {
53
- "@swc/cli": "0.1.59",
54
- "@swc/core": "1.3.24",
55
- "@swc/jest": "0.2.24",
56
- "jest": "28.1.0",
57
- "jest-environment-jsdom": "28.1.0"
53
+ "@swc/cli": "0.1.62",
54
+ "@swc/core": "1.3.92",
55
+ "@swc/jest": "0.2.29",
56
+ "jest": "28.1.3",
57
+ "jest-environment-jsdom": "28.1.3"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "ecc4f16c19eede929eda177db524cf13a8053379"
62
+ "gitHead": "dbc49d3688a6d2f44de25cc3f4bc071627f7ebfa"
63
63
  }