@bundlekit/service 0.0.2 → 0.0.5

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/README.md CHANGED
@@ -104,7 +104,7 @@ export default defineConfig({
104
104
 
105
105
  ## 文档
106
106
 
107
- 完整文档请访问 [https://bundlekit.dev](https://bundlekit.dev)
107
+ 完整文档请访问 [https://bundlekit.harhao.workers.dev](https://bundlekit.harhao.workers.dev)
108
108
 
109
109
  ## License
110
110
 
package/dist/index.cjs CHANGED
@@ -2695,7 +2695,7 @@ var minimist = function (args, opts) {
2695
2695
  var minimist$1 = /*@__PURE__*/getDefaultExportFromCjs(minimist);
2696
2696
 
2697
2697
  var name = "@bundlekit/service";
2698
- var version = "0.0.2";
2698
+ var version = "0.0.5";
2699
2699
  var main = "./dist/index.cjs";
2700
2700
  var module$1 = "./dist/index.mjs";
2701
2701
  var cjs = "./dist/index.cjs";
@@ -2770,7 +2770,13 @@ var keywords = [
2770
2770
  "ds"
2771
2771
  ];
2772
2772
  var author = "harhao@163.com";
2773
- var license = "ISC";
2773
+ var license = "MIT";
2774
+ var website = "https://bundlekit.harhao.workers.dev";
2775
+ var repository = {
2776
+ type: "git",
2777
+ url: "https://github.com/Harhao/bundlekit.git",
2778
+ directory: "packages/bundlekit-service"
2779
+ };
2774
2780
  var publishConfig = {
2775
2781
  registry: "https://registry.npmjs.org/",
2776
2782
  access: "public"
@@ -2796,6 +2802,8 @@ var pkg = {
2796
2802
  keywords: keywords,
2797
2803
  author: author,
2798
2804
  license: license,
2805
+ website: website,
2806
+ repository: repository,
2799
2807
  publishConfig: publishConfig,
2800
2808
  engines: engines
2801
2809
  };
package/dist/index.mjs CHANGED
@@ -2669,7 +2669,7 @@ var minimist = function (args, opts) {
2669
2669
  var minimist$1 = /*@__PURE__*/getDefaultExportFromCjs(minimist);
2670
2670
 
2671
2671
  var name = "@bundlekit/service";
2672
- var version = "0.0.2";
2672
+ var version = "0.0.5";
2673
2673
  var main = "./dist/index.cjs";
2674
2674
  var module$1 = "./dist/index.mjs";
2675
2675
  var cjs = "./dist/index.cjs";
@@ -2744,7 +2744,13 @@ var keywords = [
2744
2744
  "ds"
2745
2745
  ];
2746
2746
  var author = "harhao@163.com";
2747
- var license = "ISC";
2747
+ var license = "MIT";
2748
+ var website = "https://bundlekit.harhao.workers.dev";
2749
+ var repository = {
2750
+ type: "git",
2751
+ url: "https://github.com/Harhao/bundlekit.git",
2752
+ directory: "packages/bundlekit-service"
2753
+ };
2748
2754
  var publishConfig = {
2749
2755
  registry: "https://registry.npmjs.org/",
2750
2756
  access: "public"
@@ -2770,6 +2776,8 @@ var pkg = {
2770
2776
  keywords: keywords,
2771
2777
  author: author,
2772
2778
  license: license,
2779
+ website: website,
2780
+ repository: repository,
2773
2781
  publishConfig: publishConfig,
2774
2782
  engines: engines
2775
2783
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bundlekit/service",
3
- "version": "0.0.2",
3
+ "version": "0.0.5",
4
4
  "main": "./dist/index.cjs",
5
5
  "module": "./dist/index.mjs",
6
6
  "cjs": "./dist/index.cjs",
@@ -25,14 +25,14 @@
25
25
  "jiti": "^2.4.2",
26
26
  "minimist": "^1.2.8",
27
27
  "semver": "^7.7.1",
28
- "@bundlekit/shared-utils": "0.0.2"
28
+ "@bundlekit/shared-utils": "0.0.4"
29
29
  },
30
30
  "peerDependencies": {
31
- "@bundlekit/bundler-webpack": "0.0.2",
32
- "@bundlekit/bundler-vite": "0.0.2",
33
- "@bundlekit/bundler-rspack": "0.0.2",
34
- "@bundlekit/bundler-rolldown": "0.0.2",
35
- "@bundlekit/bundler-rollup": "0.0.2"
31
+ "@bundlekit/bundler-webpack": "0.0.4",
32
+ "@bundlekit/bundler-vite": "0.0.4",
33
+ "@bundlekit/bundler-rspack": "0.0.4",
34
+ "@bundlekit/bundler-rollup": "0.0.5",
35
+ "@bundlekit/bundler-rolldown": "0.0.4"
36
36
  },
37
37
  "peerDependenciesMeta": {
38
38
  "@bundlekit/bundler-webpack": {
@@ -70,7 +70,13 @@
70
70
  "ds"
71
71
  ],
72
72
  "author": "harhao@163.com",
73
- "license": "ISC",
73
+ "license": "MIT",
74
+ "website": "https://bundlekit.harhao.workers.dev",
75
+ "repository": {
76
+ "type": "git",
77
+ "url": "https://github.com/Harhao/bundlekit.git",
78
+ "directory": "packages/bundlekit-service"
79
+ },
74
80
  "publishConfig": {
75
81
  "registry": "https://registry.npmjs.org/",
76
82
  "access": "public"