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.
|
|
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": "
|
|
37
|
-
"framebus": "
|
|
38
|
-
"inject-stylesheet": "
|
|
39
|
-
"jquery": "
|
|
40
|
-
"jquery-mask-plugin": "
|
|
41
|
-
"jss": "
|
|
42
|
-
"jss-preset-default": "
|
|
43
|
-
"jwt-decode": "
|
|
44
|
-
"lodash": "
|
|
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": "
|
|
47
|
-
"set-value": "
|
|
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": "
|
|
55
|
-
"@babel/plugin-proposal-class-properties": "
|
|
56
|
-
"@babel/plugin-proposal-decorators": "
|
|
57
|
-
"@babel/plugin-proposal-object-rest-spread": "
|
|
58
|
-
"@babel/plugin-transform-runtime": "
|
|
59
|
-
"@babel/preset-env": "
|
|
60
|
-
"@babel/preset-typescript": "
|
|
61
|
-
"@babel/runtime": "
|
|
62
|
-
"@types/jest": "
|
|
63
|
-
"@types/jquery-mask-plugin": "
|
|
64
|
-
"@types/mime": "
|
|
65
|
-
"@types/node": "
|
|
66
|
-
"@typescript-eslint/eslint-plugin": "
|
|
67
|
-
"@typescript-eslint/parser": "
|
|
68
|
-
"babel-loader": "
|
|
69
|
-
"clean-webpack-plugin": "
|
|
70
|
-
"compression-webpack-plugin": "
|
|
71
|
-
"eslint": "
|
|
72
|
-
"eslint-config-airbnb-base": "
|
|
73
|
-
"eslint-config-airbnb-typescript": "
|
|
74
|
-
"eslint-plugin-import": "
|
|
75
|
-
"fork-ts-checker-webpack-plugin": "
|
|
76
|
-
"html-webpack-plugin": "
|
|
77
|
-
"jest": "
|
|
78
|
-
"node-polyfill-webpack-plugin": "
|
|
79
|
-
"typescript": "
|
|
80
|
-
"webpack": "
|
|
81
|
-
"webpack-bundle-analyzer": "
|
|
82
|
-
"webpack-cli": "
|
|
83
|
-
"webpack-dev-server": "
|
|
84
|
-
"webpack-manifest-plugin": "
|
|
85
|
-
"webpack-merge": "
|
|
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
|
}
|