@lowdefy/operators-moment 4.0.0-rc.9 → 4.0.0

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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2020-2023 Lowdefy, Inc
2
+ Copyright 2020-2024 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
@@ -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,
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2020-2023 Lowdefy, Inc
2
+ Copyright 2020-2024 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2020-2023 Lowdefy, Inc
2
+ Copyright 2020-2024 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
package/dist/types.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2020-2023 Lowdefy, Inc
2
+ Copyright 2020-2024 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/operators-moment",
3
- "version": "4.0.0-rc.9",
3
+ "version": "4.0.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "homepage": "https://lowdefy.com",
@@ -39,25 +39,23 @@
39
39
  "files": [
40
40
  "dist/*"
41
41
  ],
42
- "scripts": {
43
- "build": "swc src --out-dir dist --config-file ../../../../.swcrc --delete-dir-on-start --copy-files",
44
- "clean": "rm -rf dist",
45
- "prepublishOnly": "pnpm build",
46
- "test": "TZ=UTC node --experimental-vm-modules node_modules/jest/bin/jest.js"
47
- },
48
42
  "dependencies": {
49
- "@lowdefy/operators": "4.0.0-rc.9",
43
+ "@lowdefy/operators": "4.0.0",
50
44
  "moment": "2.29.4"
51
45
  },
52
46
  "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"
47
+ "@swc/cli": "0.1.63",
48
+ "@swc/core": "1.3.99",
49
+ "@swc/jest": "0.2.29",
50
+ "jest": "28.1.3",
51
+ "jest-environment-jsdom": "28.1.3"
58
52
  },
59
53
  "publishConfig": {
60
54
  "access": "public"
61
55
  },
62
- "gitHead": "d20e6ac424643feca527a732dc2b0710713c8243"
63
- }
56
+ "scripts": {
57
+ "build": "swc src --out-dir dist --config-file ../../../../.swcrc --delete-dir-on-start --copy-files",
58
+ "clean": "rm -rf dist",
59
+ "test": "TZ=UTC node --experimental-vm-modules node_modules/jest/bin/jest.js"
60
+ }
61
+ }