skyflow-js 2.7.8 → 2.7.9

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.
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "skyflow-js",
3
3
  "preferGlobal": true,
4
4
  "analyze": false,
5
- "version": "2.7.8",
5
+ "version": "2.7.9",
6
6
  "author": "Skyflow",
7
7
  "description": "Skyflow JavaScript SDK",
8
8
  "homepage": "https://github.com/skyflowapi/skyflow-js",
@@ -33,55 +33,55 @@
33
33
  "url": "https://github.com/skyflowapi/skyflow-js.git"
34
34
  },
35
35
  "dependencies": {
36
- "core-js": "^3.6.5",
37
- "framebus": "^4.0.0",
38
- "inject-stylesheet": "^2.0.0",
39
- "jquery": "^3.5.1",
40
- "jquery-mask-plugin": "^1.14.16",
41
- "jss": "^10.7.1",
42
- "jss-preset-default": "^10.7.1",
43
- "jwt-decode": "^3.1.2",
44
- "lodash": "^4.17.21",
36
+ "core-js": "3.44.0",
37
+ "framebus": "4.0.5",
38
+ "inject-stylesheet": "2.0.0",
39
+ "jquery": "3.7.1",
40
+ "jquery-mask-plugin": "1.14.16",
41
+ "jss": "10.10.0",
42
+ "jss-preset-default": "10.10.0",
43
+ "jwt-decode": "3.1.2",
44
+ "lodash": "4.17.21",
45
45
  "mime": "3.0.0",
46
- "regex-parser": "^2.2.11",
47
- "set-value": "^4.0.1"
46
+ "regex-parser": "2.3.1",
47
+ "set-value": "4.1.0"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=12.0",
51
51
  "npm": ">=6.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@babel/core": "^7.23.2",
55
- "@babel/plugin-proposal-class-properties": "^7.10.1",
56
- "@babel/plugin-proposal-decorators": "^7.10.1",
57
- "@babel/plugin-proposal-object-rest-spread": "^7.10.1",
58
- "@babel/plugin-transform-runtime": "^7.10.1",
59
- "@babel/preset-env": "^7.9.6",
60
- "@babel/preset-typescript": "^7.10.1",
61
- "@babel/runtime": "^7.10.2",
62
- "@types/jest": "^27.0.1",
63
- "@types/jquery-mask-plugin": "^1.14.3",
64
- "@types/mime": "^3.0.4",
65
- "@types/node": "^14.0.5",
66
- "@typescript-eslint/eslint-plugin": "^4.31.2",
67
- "@typescript-eslint/parser": "^4.31.2",
68
- "babel-loader": "^9.1.2",
69
- "clean-webpack-plugin": "^4.0.0-alpha.0",
70
- "compression-webpack-plugin": "^8.0.1",
71
- "eslint": "^7.32.0",
72
- "eslint-config-airbnb-base": "^14.2.1",
73
- "eslint-config-airbnb-typescript": "^14.0.0",
74
- "eslint-plugin-import": "^2.26.0",
75
- "fork-ts-checker-webpack-plugin": "^6.3.2",
76
- "html-webpack-plugin": "^5.5.0",
77
- "jest": "^27.2.1",
78
- "node-polyfill-webpack-plugin": "^2.0.1",
79
- "typescript": "^4.6.3",
80
- "webpack": "^5.97.1",
81
- "webpack-bundle-analyzer": "^4.4.2",
82
- "webpack-cli": "^4.8.0",
83
- "webpack-dev-server": "^4.7.4",
84
- "webpack-manifest-plugin": "^4.0.2",
85
- "webpack-merge": "^5.8.0"
54
+ "@babel/core": "7.28.0",
55
+ "@babel/plugin-proposal-class-properties": "7.18.6",
56
+ "@babel/plugin-proposal-decorators": "7.28.0",
57
+ "@babel/plugin-proposal-object-rest-spread": "7.20.7",
58
+ "@babel/plugin-transform-runtime": "7.28.0",
59
+ "@babel/preset-env": "7.28.0",
60
+ "@babel/preset-typescript": "7.27.1",
61
+ "@babel/runtime": "7.27.6",
62
+ "@types/jest": "27.5.2",
63
+ "@types/jquery-mask-plugin": "1.14.6",
64
+ "@types/mime": "3.0.4",
65
+ "@types/node": "14.18.63",
66
+ "@typescript-eslint/eslint-plugin": "4.33.0",
67
+ "@typescript-eslint/parser": "4.33.0",
68
+ "babel-loader": "9.2.1",
69
+ "clean-webpack-plugin": "4.0.0",
70
+ "compression-webpack-plugin": "8.0.1",
71
+ "eslint": "7.32.0",
72
+ "eslint-config-airbnb-base": "14.2.1",
73
+ "eslint-config-airbnb-typescript": "14.0.2",
74
+ "eslint-plugin-import": "2.32.0",
75
+ "fork-ts-checker-webpack-plugin": "6.5.3",
76
+ "html-webpack-plugin": "5.6.3",
77
+ "jest": "27.5.1",
78
+ "node-polyfill-webpack-plugin": "2.0.1",
79
+ "typescript": "4.9.5",
80
+ "webpack": "5.100.2",
81
+ "webpack-bundle-analyzer": "4.10.2",
82
+ "webpack-cli": "4.10.0",
83
+ "webpack-dev-server": "4.15.2",
84
+ "webpack-manifest-plugin": "4.1.1",
85
+ "webpack-merge": "5.10.0"
86
86
  }
87
87
  }