@cronapp/precise-calculations 3.2.1 → 4.0.1

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.
package/gulpfile.js CHANGED
@@ -1,6 +1,4 @@
1
1
  var gulp = require("gulp");
2
- var ngAnnotate = require("gulp-ng-annotate-patched");
3
- var minify = require("gulp-babel-minify");
4
2
 
5
3
  // Minify causa problema na leitura das tags cronapi, usar minify será feito futuramente como melhoria
6
4
  gulp.task("copy-js", function() {
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cronapp/precise-calculations",
3
- "version": "3.2.1",
3
+ "version": "3.1.1-SNAPSHOT",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -212,9 +212,9 @@
212
212
  }
213
213
  },
214
214
  "@babel/runtime": {
215
- "version": "7.26.0",
216
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz",
217
- "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==",
215
+ "version": "7.25.7",
216
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.7.tgz",
217
+ "integrity": "sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==",
218
218
  "requires": {
219
219
  "regenerator-runtime": "^0.14.0"
220
220
  }
@@ -871,9 +871,9 @@
871
871
  "dev": true
872
872
  },
873
873
  "complex.js": {
874
- "version": "2.4.2",
875
- "resolved": "https://registry.npmjs.org/complex.js/-/complex.js-2.4.2.tgz",
876
- "integrity": "sha512-qtx7HRhPGSCBtGiST4/WGHuW+zeaND/6Ld+db6PbrulIB1i2Ev/2UPiqcmpQNPSyfBKraC0EOvOKCB5dGZKt3g=="
874
+ "version": "2.2.3",
875
+ "resolved": "https://registry.npmjs.org/complex.js/-/complex.js-2.2.3.tgz",
876
+ "integrity": "sha512-XnOksGXxhQTvL3LjUgwiOPqL7vF7uikCQE/jpuylNpXmG2LZ+l0z1t6qIlJ2TJVDteXPHhlYd3+mhHOGeTFfsg=="
877
877
  },
878
878
  "convert-source-map": {
879
879
  "version": "2.0.0",
@@ -1082,9 +1082,9 @@
1082
1082
  }
1083
1083
  },
1084
1084
  "fraction.js": {
1085
- "version": "5.2.1",
1086
- "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.2.1.tgz",
1087
- "integrity": "sha512-Ah6t/7YCYjrPUFUFsOsRLMXAdnYM+aQwmojD2Ayb/Ezr82SwES0vuyQ8qZ3QO8n9j7W14VJuVZZet8U3bhSdQQ=="
1085
+ "version": "4.3.7",
1086
+ "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
1087
+ "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew=="
1088
1088
  },
1089
1089
  "fs-mkdirp-stream": {
1090
1090
  "version": "2.0.1",
@@ -1618,19 +1618,19 @@
1618
1618
  "dev": true
1619
1619
  },
1620
1620
  "mathjs": {
1621
- "version": "14.0.1",
1622
- "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.0.1.tgz",
1623
- "integrity": "sha512-yyJgLwC6UXuve724np8tHRMYaTtb5UqiOGQkjwbSXgH8y1C/LcJ0pvdNDZLI2LT7r+iExh2Y5HwfAY+oZFtGIQ==",
1621
+ "version": "10.6.4",
1622
+ "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-10.6.4.tgz",
1623
+ "integrity": "sha512-omQyvRE1jIy+3k2qsqkWASOcd45aZguXZDckr3HtnTYyXk5+2xpVfC3kATgbO2Srjxlqww3TVdhD0oUdZ/hiFA==",
1624
1624
  "requires": {
1625
- "@babel/runtime": "^7.25.7",
1626
- "complex.js": "^2.2.5",
1627
- "decimal.js": "^10.4.3",
1625
+ "@babel/runtime": "^7.18.6",
1626
+ "complex.js": "^2.1.1",
1627
+ "decimal.js": "^10.3.1",
1628
1628
  "escape-latex": "^1.2.0",
1629
- "fraction.js": "^5.2.1",
1629
+ "fraction.js": "^4.2.0",
1630
1630
  "javascript-natural-sort": "^0.7.1",
1631
1631
  "seedrandom": "^3.0.5",
1632
1632
  "tiny-emitter": "^2.1.0",
1633
- "typed-function": "^4.2.1"
1633
+ "typed-function": "^2.1.0"
1634
1634
  }
1635
1635
  },
1636
1636
  "merge": {
@@ -2121,9 +2121,9 @@
2121
2121
  }
2122
2122
  },
2123
2123
  "typed-function": {
2124
- "version": "4.2.1",
2125
- "resolved": "https://registry.npmjs.org/typed-function/-/typed-function-4.2.1.tgz",
2126
- "integrity": "sha512-EGjWssW7Tsk4DGfE+5yluuljS1OGYWiI1J6e8puZz9nTMM51Oug8CD5Zo4gWMsOhq5BI+1bF+rWTm4Vbj3ivRA=="
2124
+ "version": "2.1.0",
2125
+ "resolved": "https://registry.npmjs.org/typed-function/-/typed-function-2.1.0.tgz",
2126
+ "integrity": "sha512-bctQIOqx2iVbWGDGPWwIm18QScpu2XRmkC19D8rQGFsjKSgteq/o1hTZvIG/wuDq8fanpBDrLkLq+aEN/6y5XQ=="
2127
2127
  },
2128
2128
  "unc-path-regex": {
2129
2129
  "version": "0.1.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cronapp/precise-calculations",
3
- "version": "3.2.1",
3
+ "version": "4.0.1",
4
4
  "description": "Cronapp Precise Calculations Plugin",
5
5
  "keywords": [
6
6
  "cronapp",
@@ -14,18 +14,14 @@
14
14
  "author": "Cronapp Studio",
15
15
  "license": "ISC",
16
16
  "scripts": {
17
- "build": "npm i && gulp",
18
- "test": "echo \"Error: no test specified\" && exit 1",
19
- "preinstall": "npx force-resolutions"
17
+ "build": "gulp",
18
+ "test": "echo \"Error: no test specified\" && exit 1"
20
19
  },
21
20
  "dependencies": {
22
21
  "mathjs": "^14.0.1"
23
22
  },
24
23
  "devDependencies": {
25
- "gulp": "5.0.0",
26
- "gulp-babel": "8.0.0",
27
- "gulp-babel-minify": "0.5.2",
28
- "gulp-ng-annotate-patched": "0.1.1"
24
+ "gulp": "5.0.0"
29
25
  },
30
26
  "publishConfig": {
31
27
  "access": "public"