@modern-js/plugin-proxy 1.2.6 → 1.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @modern-js/plugin-proxy
2
2
 
3
+ ## 1.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - a1198d509: feat: bump babel 7.18.0
8
+
9
+ ## 1.2.8
10
+
11
+ ### Patch Changes
12
+
13
+ - d32f35134: chore: add modern/jest/eslint/ts config files to .npmignore
14
+ - Updated dependencies [d32f35134]
15
+ - Updated dependencies [6ae4a34ae]
16
+ - Updated dependencies [b80229c79]
17
+ - Updated dependencies [948cc4436]
18
+ - @modern-js/utils@1.7.3
19
+
20
+ ## 1.2.7
21
+
22
+ ### Patch Changes
23
+
24
+ - 69a728375: fix: remove exports.jsnext:source after publish
25
+ - Updated dependencies [cd7346b0d]
26
+ - Updated dependencies [69a728375]
27
+ - @modern-js/utils@1.7.2
28
+
3
29
  ## 1.2.6
4
30
 
5
31
  ### Patch Changes
@@ -1,3 +1,5 @@
1
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
+
1
3
  import path from 'path';
2
4
  import { logger } from '@modern-js/utils';
3
5
  import execSync from "./execSync";
@@ -10,10 +12,14 @@ const {
10
12
 
11
13
  export default class WhistleProxy {
12
14
  constructor(config) {
13
- this.rule = void 0;
14
- this.port = void 0;
15
- this.bin = void 0;
16
- this.certDir = void 0;
15
+ _defineProperty(this, "rule", void 0);
16
+
17
+ _defineProperty(this, "port", void 0);
18
+
19
+ _defineProperty(this, "bin", void 0);
20
+
21
+ _defineProperty(this, "certDir", void 0);
22
+
17
23
  this.rule = config.rule;
18
24
  this.port = config.port; // unused
19
25
  // this.mode = config.mode; // pureProxy|debug|multiEnv
@@ -15,6 +15,8 @@ var _macCAManager = require("./macCAManager");
15
15
 
16
16
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
17
 
18
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
19
+
18
20
  const {
19
21
  disableGlobalProxy,
20
22
  enableGlobalProxy
@@ -22,10 +24,14 @@ const {
22
24
 
23
25
  class WhistleProxy {
24
26
  constructor(config) {
25
- this.rule = void 0;
26
- this.port = void 0;
27
- this.bin = void 0;
28
- this.certDir = void 0;
27
+ _defineProperty(this, "rule", void 0);
28
+
29
+ _defineProperty(this, "port", void 0);
30
+
31
+ _defineProperty(this, "bin", void 0);
32
+
33
+ _defineProperty(this, "certDir", void 0);
34
+
29
35
  this.rule = config.rule;
30
36
  this.port = config.port; // unused
31
37
  // this.mode = config.mode; // pureProxy|debug|multiEnv
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.2.6",
14
+ "version": "1.2.9",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -32,15 +32,15 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@babel/runtime": "^7",
36
- "@modern-js/utils": "^1.5.0",
35
+ "@babel/runtime": "^7.18.0",
36
+ "@modern-js/utils": "^1.7.6",
37
37
  "whistle": "^2.7.18"
38
38
  },
39
39
  "devDependencies": {
40
- "@types/jest": "^26",
40
+ "@types/jest": "^27",
41
41
  "@types/node": "^14",
42
42
  "typescript": "^4",
43
- "@modern-js/core": "1.8.0",
43
+ "@modern-js/core": "1.11.2",
44
44
  "@scripts/build": "0.0.0",
45
45
  "jest": "^27",
46
46
  "@scripts/jest-config": "0.0.0"
@@ -50,11 +50,34 @@
50
50
  "registry": "https://registry.npmjs.org/",
51
51
  "access": "public"
52
52
  },
53
+ "wireit": {
54
+ "build": {
55
+ "command": "modern build",
56
+ "files": [
57
+ "src/**/*",
58
+ "tsconfig.json",
59
+ "package.json"
60
+ ],
61
+ "output": [
62
+ "dist/**/*"
63
+ ]
64
+ },
65
+ "test": {
66
+ "command": "jest --passWithNoTests",
67
+ "files": [
68
+ "src/**/*",
69
+ "tsconfig.json",
70
+ "package.json",
71
+ "tests/**/*"
72
+ ],
73
+ "output": []
74
+ }
75
+ },
53
76
  "scripts": {
54
77
  "new": "modern new",
55
78
  "dev": "modern build --watch",
56
- "build": "modern build",
57
- "test": "jest --passWithNoTests"
79
+ "build": "wireit",
80
+ "test": "wireit"
58
81
  },
59
82
  "readme": "\n<p align=\"center\">\n <a href=\"https://modernjs.dev\" target=\"blank\"><img src=\"https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png\" width=\"300\" alt=\"Modern.js Logo\" /></a>\n</p>\n<p align=\"center\">\n现代 Web 工程体系\n <br/>\n <a href=\"https://modernjs.dev\" target=\"blank\">\n modernjs.dev\n </a>\n</p>\n<p align=\"center\">\n The meta-framework suite designed from scratch for frontend-focused modern web development\n</p>\n\n# Introduction\n\n> The doc site ([modernjs.dev](https://modernjs.dev)) and articles are only available in Chinese for now, we are planning to add English versions soon.\n\n- [Modern.js: Hello, World!](https://zhuanlan.zhihu.com/p/426707646)\n\n## Getting Started\n\n- [Quick Start](https://modernjs.dev/docs/start)\n- [Guides](https://modernjs.dev/docs/guides)\n- [API References](https://modernjs.dev/docs/apis)\n\n## Contributing\n\n- [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md)\n"
60
83
  }
package/.eslintrc.js DELETED
@@ -1,8 +0,0 @@
1
- module.exports = {
2
- root: true,
3
- extends: ['@modern-js'],
4
- parserOptions: {
5
- tsconfigRootDir: __dirname,
6
- project: ['./tsconfig.json'],
7
- },
8
- };
package/jest.config.js DELETED
@@ -1,7 +0,0 @@
1
- const sharedConfig = require('@scripts/jest-config');
2
-
3
- /** @type {import('@jest/types').Config.InitialOptions} */
4
- module.exports = {
5
- ...sharedConfig,
6
- rootDir: __dirname,
7
- };
package/modern.config.js DELETED
@@ -1,6 +0,0 @@
1
- /** @type {import('@modern-js/module-tools').UserConfig} */
2
- module.exports = {
3
- output: {
4
- packageMode: 'node-js',
5
- },
6
- };
package/tsconfig.json DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "extends": "@modern-js/tsconfig/base",
3
- "compilerOptions": {
4
- "declaration": false,
5
- "jsx": "preserve",
6
- "baseUrl": "./",
7
- "isolatedModules": true,
8
- "paths": {}
9
- },
10
- "include": ["src"]
11
- }