@modern-js/create-request 0.0.0-bundle-deps-2021101244657 → 0.0.0-runtime-2021112193858
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,6 +1,6 @@
|
|
|
1
1
|
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
6
6
|
|
|
@@ -4,7 +4,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
4
4
|
|
|
5
5
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
6
6
|
|
|
7
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
7
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
8
8
|
|
|
9
9
|
import qs from 'querystring';
|
|
10
10
|
import nodeFetch from 'node-fetch';
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.0.0-
|
|
14
|
+
"version": "0.0.0-runtime-2021112193858",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/types/index.d.ts",
|
|
17
17
|
"main": "./dist/js/node/index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@babel/runtime": "^7",
|
|
40
|
-
"@modern-js/utils": "0.0.0-
|
|
40
|
+
"@modern-js/utils": "^0.0.0-runtime-2021112193858",
|
|
41
41
|
"node-fetch": "^2.6.1",
|
|
42
42
|
"path-to-regexp": "^6.2.0"
|
|
43
43
|
},
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"@types/node-fetch": "^2.5.12",
|
|
48
48
|
"@types/react": "^17",
|
|
49
49
|
"@types/react-dom": "^17",
|
|
50
|
-
"typescript": "^4",
|
|
51
|
-
"@modern-js/plugin-testing": "^0.0.0-
|
|
52
|
-
"@modern-js/module-tools": "^0.0.0-
|
|
53
|
-
"@modern-js/plugin-ssr": "0.0.0-
|
|
50
|
+
"typescript": "^4.4.4",
|
|
51
|
+
"@modern-js/plugin-testing": "^0.0.0-runtime-2021112193858",
|
|
52
|
+
"@modern-js/module-tools": "^0.0.0-runtime-2021112193858",
|
|
53
|
+
"@modern-js/plugin-ssr": "^0.0.0-runtime-2021112193858"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@modern-js/plugin-ssr": "0.0.0-
|
|
56
|
+
"@modern-js/plugin-ssr": "^0.0.0-runtime-2021112193858"
|
|
57
57
|
},
|
|
58
58
|
"sideEffects": false,
|
|
59
59
|
"publishConfig": {
|