zephyr-modernjs-plugin 0.0.41 → 0.0.43

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,3 +1,3 @@
1
- import { ZephyrPluginOptions } from 'zephyr-edge-contract';
2
- import { AppTools, CliPluginFuture } from '@modern-js/app-tools';
1
+ import type { ZephyrPluginOptions } from 'zephyr-edge-contract';
2
+ import type { AppTools, CliPluginFuture } from '@modern-js/app-tools';
3
3
  export declare const withZephyr: (zephyrOptions?: ZephyrPluginOptions) => CliPluginFuture<AppTools<"rspack" | "webpack">>;
package/dist/package.json CHANGED
@@ -1,28 +1,38 @@
1
1
  {
2
2
  "name": "zephyr-modernjs-plugin",
3
- "version": "0.0.41",
3
+ "version": "0.0.43",
4
+ "description": "Modernjs plugin for Zephyr",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/ZephyrCloudIO/zephyr-packages.git",
8
+ "directory": "libs/zephyr-modernjs-plugin"
9
+ },
4
10
  "license": "Apache-2.0",
11
+ "author": {
12
+ "name": "ZephyrCloudIO",
13
+ "url": "https://github.com/ZephyrCloudIO"
14
+ },
15
+ "type": "commonjs",
5
16
  "main": "dist/index.js",
6
17
  "types": "dist/index.d.ts",
7
- "type": "commonjs",
8
18
  "scripts": {
9
19
  "build": "nx run zephyr-modernjs-plugin:build",
10
20
  "patch-version": "pnpm version"
11
21
  },
12
22
  "dependencies": {
23
+ "@modern-js/app-tools": "catalog:modernjs",
13
24
  "is-ci": "catalog:plugin-shared",
14
25
  "tslib": "catalog:typescript",
15
- "@modern-js/app-tools": "catalog:modernjs",
16
26
  "zephyr-agent": "workspace:*",
17
27
  "zephyr-edge-contract": "workspace:*",
18
28
  "zephyr-xpack-internal": "workspace:*"
19
29
  },
20
30
  "devDependencies": {
21
31
  "@types/is-ci": "catalog:typescript",
22
- "@typescript-eslint/eslint-plugin": "catalog:eslint",
32
+ "@types/jest": "catalog:typescript",
23
33
  "@types/node-persist": "catalog:typescript",
24
- "ts-jest": "catalog:typescript",
25
- "@types/jest": "catalog:typescript"
34
+ "@typescript-eslint/eslint-plugin": "catalog:eslint",
35
+ "ts-jest": "catalog:typescript"
26
36
  },
27
37
  "peerDependencies": {
28
38
  "zephyr-rspack-plugin": "workspace:*",
@@ -35,5 +45,9 @@
35
45
  "zephyr-webpack-plugin": {
36
46
  "optional": true
37
47
  }
48
+ },
49
+ "publishConfig": {
50
+ "access": "public",
51
+ "provenance": true
38
52
  }
39
53
  }
package/package.json CHANGED
@@ -1,28 +1,38 @@
1
1
  {
2
2
  "name": "zephyr-modernjs-plugin",
3
- "version": "0.0.41",
3
+ "version": "0.0.43",
4
+ "description": "Modernjs plugin for Zephyr",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/ZephyrCloudIO/zephyr-packages.git",
8
+ "directory": "libs/zephyr-modernjs-plugin"
9
+ },
4
10
  "license": "Apache-2.0",
11
+ "author": {
12
+ "name": "ZephyrCloudIO",
13
+ "url": "https://github.com/ZephyrCloudIO"
14
+ },
15
+ "type": "commonjs",
5
16
  "main": "dist/index.js",
6
17
  "types": "dist/index.d.ts",
7
- "type": "commonjs",
8
18
  "dependencies": {
19
+ "@modern-js/app-tools": "^2.66.0",
9
20
  "is-ci": "^4.1.0",
10
21
  "tslib": "^2.8.1",
11
- "@modern-js/app-tools": "^2.66.0",
12
- "zephyr-edge-contract": "0.0.41",
13
- "zephyr-xpack-internal": "0.0.41",
14
- "zephyr-agent": "0.0.41"
22
+ "zephyr-agent": "0.0.43",
23
+ "zephyr-edge-contract": "0.0.43",
24
+ "zephyr-xpack-internal": "0.0.43"
15
25
  },
16
26
  "devDependencies": {
17
27
  "@types/is-ci": "3.0.4",
18
- "@typescript-eslint/eslint-plugin": "^8.27.0",
28
+ "@types/jest": "29.5.14",
19
29
  "@types/node-persist": "^3.1.8",
20
- "ts-jest": "^29.2.6",
21
- "@types/jest": "29.5.14"
30
+ "@typescript-eslint/eslint-plugin": "^8.27.0",
31
+ "ts-jest": "^29.2.6"
22
32
  },
23
33
  "peerDependencies": {
24
- "zephyr-rspack-plugin": "0.0.41",
25
- "zephyr-webpack-plugin": "0.0.41"
34
+ "zephyr-rspack-plugin": "0.0.43",
35
+ "zephyr-webpack-plugin": "0.0.43"
26
36
  },
27
37
  "peerDependenciesMeta": {
28
38
  "zephyr-rspack-plugin": {
@@ -32,6 +42,10 @@
32
42
  "optional": true
33
43
  }
34
44
  },
45
+ "publishConfig": {
46
+ "access": "public",
47
+ "provenance": true
48
+ },
35
49
  "scripts": {
36
50
  "build": "nx run zephyr-modernjs-plugin:build",
37
51
  "patch-version": "pnpm version"