@lowdefy/operators-moment 0.0.0-experimental-20260113102133 → 0.0.0-experimental-20260122074446

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.
@@ -59,4 +59,5 @@ function _moment({ params, location, methodName }) {
59
59
  params
60
60
  });
61
61
  }
62
+ _moment.dynamic = false;
62
63
  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-20260113102133",
3
+ "version": "0.0.0-experimental-20260122074446",
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-20260113102133",
43
+ "@lowdefy/operators": "0.0.0-experimental-20260122074446",
44
44
  "moment": "2.29.4"
45
45
  },
46
46
  "devDependencies": {