@lowdefy/operators-moment 0.0.0-experimental-20260122201022 → 0.0.0-experimental-20260123121647

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.
@@ -30,7 +30,8 @@ const meta = {
30
30
  validTypes: [
31
31
  'array',
32
32
  'object'
33
- ]
33
+ ],
34
+ dynamic: true
34
35
  },
35
36
  humanizeDuration: {
36
37
  namedArgs: [
@@ -42,7 +43,8 @@ const meta = {
42
43
  validTypes: [
43
44
  'array',
44
45
  'object'
45
- ]
46
+ ],
47
+ dynamic: true
46
48
  }
47
49
  };
48
50
  const functions = {
@@ -60,4 +62,5 @@ function _moment({ params, location, methodName }) {
60
62
  });
61
63
  }
62
64
  _moment.dynamic = false;
65
+ _moment.meta = meta;
63
66
  export default _moment;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/operators-moment",
3
- "version": "0.0.0-experimental-20260122201022",
3
+ "version": "0.0.0-experimental-20260123121647",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "homepage": "https://lowdefy.com",
@@ -40,7 +40,7 @@
40
40
  "dist/*"
41
41
  ],
42
42
  "dependencies": {
43
- "@lowdefy/operators": "0.0.0-experimental-20260122201022",
43
+ "@lowdefy/operators": "0.0.0-experimental-20260123121647",
44
44
  "moment": "2.29.4"
45
45
  },
46
46
  "devDependencies": {