Skip to content

Commit f499b03

Browse files
committed
feat: remove provenance
1 parent 7200b61 commit f499b03

File tree

70 files changed

+36
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+36
-86
lines changed

packages/cli/babel-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
"publishConfig": {
7878
"access": "public",
79-
"provenance": true,
79+
8080
"registry": "https://registry.npmjs.org/"
8181
}
8282
}

packages/cli/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"publishConfig": {
9898
"registry": "https://registry.npmjs.org/",
9999
"access": "public",
100-
"provenance": true,
100+
101101
"types": "./dist/index.d.ts"
102102
}
103103
}

packages/cli/plugin-bff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"publishConfig": {
102102
"registry": "https://registry.npmjs.org/",
103103
"access": "public",
104-
"provenance": true,
104+
105105
"types": "./dist/types/cli.d.ts"
106106
}
107107
}

packages/cli/plugin-changeset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"publishConfig": {
7676
"registry": "https://registry.npmjs.org/",
7777
"access": "public",
78-
"provenance": true,
78+
7979
"types": "./dist/types/index.d.ts"
8080
}
8181
}

packages/cli/plugin-data-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"publishConfig": {
8787
"registry": "https://registry.npmjs.org/",
8888
"access": "public",
89-
"provenance": true,
89+
9090
"types": "./dist/types/runtime/index.d.ts"
9191
}
9292
}

packages/cli/plugin-i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"publishConfig": {
7070
"registry": "https://registry.npmjs.org/",
7171
"access": "public",
72-
"provenance": true,
72+
7373
"types": "./dist/types/index.d.ts",
7474
"exports": {
7575
".": {

packages/cli/plugin-proxy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"publishConfig": {
5959
"registry": "https://registry.npmjs.org/",
6060
"access": "public",
61-
"provenance": true,
61+
6262
"types": "./dist/types/index.d.ts"
6363
}
6464
}

packages/cli/plugin-ssg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"publishConfig": {
9999
"registry": "https://registry.npmjs.org/",
100100
"access": "public",
101-
"provenance": true,
101+
102102
"types": "./dist/types/index.d.ts"
103103
}
104104
}

packages/cli/plugin-swc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"publishConfig": {
5656
"registry": "https://registry.npmjs.org/",
5757
"access": "public",
58-
"provenance": true,
58+
5959
"types": "./dist/index.d.ts"
6060
}
6161
}

packages/cli/plugin-tailwind/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"publishConfig": {
9090
"registry": "https://registry.npmjs.org/",
9191
"access": "public",
92-
"provenance": true,
92+
9393
"types": "./dist/types/index.d.ts"
9494
}
9595
}

packages/cli/rsbuild-plugin-esbuild/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"publishConfig": {
4040
"access": "public",
41-
"provenance": true,
41+
4242
"registry": "https://registry.npmjs.org/"
4343
}
4444
}

packages/cli/uni-builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
},
106106
"publishConfig": {
107107
"access": "public",
108-
"provenance": true,
108+
109109
"registry": "https://registry.npmjs.org/"
110110
}
111111
}

packages/devtools/kit/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
"sideEffects": false,
102102
"publishConfig": {
103103
"registry": "https://registry.npmjs.org/",
104-
"access": "public",
105-
"provenance": true
104+
"access": "public"
106105
}
107106
}

packages/devtools/plugin/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
"sideEffects": false,
9696
"publishConfig": {
9797
"registry": "https://registry.npmjs.org/",
98-
"access": "public",
99-
"provenance": true
98+
"access": "public"
10099
}
101100
}

packages/document/main-doc/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"version": "2.65.5",
2525
"publishConfig": {
2626
"registry": "https://registry.npmjs.org/",
27-
"access": "public",
28-
"provenance": true
27+
"access": "public"
2928
},
3029
"dependencies": {
3130
"@modern-js/sandpack-react": "workspace:*"

packages/generator/generator-cases/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"publishConfig": {
5454
"registry": "https://registry.npmjs.org/",
5555
"access": "public",
56-
"provenance": true,
56+
5757
"types": "./dist/types/index.d.ts"
5858
}
5959
}

packages/generator/generator-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"publishConfig": {
5757
"registry": "https://registry.npmjs.org/",
5858
"access": "public",
59-
"provenance": true,
59+
6060
"types": "./dist/types/index.d.ts"
6161
}
6262
}

packages/generator/generator-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"publishConfig": {
6060
"registry": "https://registry.npmjs.org/",
6161
"access": "public",
62-
"provenance": true,
62+
6363
"types": "./dist/types/index.d.ts"
6464
}
6565
}

packages/generator/generators/base-generator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"publishConfig": {
4747
"main": "./dist/index.js",
4848
"registry": "https://registry.npmjs.org/",
49-
"access": "public",
50-
"provenance": true
49+
"access": "public"
50+
5151
}
5252
}

packages/generator/generators/bff-generator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"publishConfig": {
4949
"main": "./dist/index.js",
5050
"registry": "https://registry.npmjs.org/",
51-
"access": "public",
52-
"provenance": true
51+
"access": "public"
52+
5353
}
5454
}

packages/generator/generators/dependence-generator/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
"publishConfig": {
4848
"main": "./dist/index.js",
4949
"registry": "https://registry.npmjs.org/",
50-
"access": "public",
51-
"provenance": true
50+
"access": "public"
5251
},
5352
"types": "./src/index.ts"
5453
}

packages/generator/generators/entry-generator/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
"publishConfig": {
4848
"main": "./dist/index.js",
4949
"registry": "https://registry.npmjs.org/",
50-
"access": "public",
51-
"provenance": true
50+
"access": "public"
5251
},
5352
"types": "./src/index.ts"
5453
}

packages/generator/generators/mwa-generator/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
"publishConfig": {
5151
"main": "./dist/index.js",
5252
"registry": "https://registry.npmjs.org/",
53-
"access": "public",
54-
"provenance": true
53+
"access": "public"
5554
},
5655
"types": "./src/index.ts"
5756
}

packages/generator/generators/packages-generator/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
"publishConfig": {
4747
"main": "./dist/index.js",
4848
"registry": "https://registry.npmjs.org/",
49-
"access": "public",
50-
"provenance": true
49+
"access": "public"
5150
},
5251
"types": "./src/index.ts"
5352
}

packages/generator/generators/router-v5-generator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"publishConfig": {
4848
"main": "./dist/index.js",
4949
"registry": "https://registry.npmjs.org/",
50-
"access": "public",
51-
"provenance": true
50+
"access": "public"
51+
5252
},
5353
"types": "./src/index.ts"
5454
}

packages/generator/generators/server-generator/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"publishConfig": {
4949
"main": "./dist/index.js",
5050
"registry": "https://registry.npmjs.org/",
51-
"access": "public",
52-
"provenance": true
51+
"access": "public"
5352
}
5453
}

packages/generator/generators/ssg-generator/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
"publishConfig": {
4848
"main": "./dist/index.js",
4949
"registry": "https://registry.npmjs.org/",
50-
"access": "public",
51-
"provenance": true
50+
"access": "public"
5251
},
5352
"types": "./src/index.ts"
5453
}

packages/generator/generators/storybook-next-generator/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
"publishConfig": {
4848
"main": "./dist/index.js",
4949
"registry": "https://registry.npmjs.org/",
50-
"access": "public",
51-
"provenance": true
50+
"access": "public"
5251
},
5352
"types": "./src/index.ts"
5453
}

packages/generator/generators/tailwindcss-generator/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
"publishConfig": {
4848
"main": "./dist/index.js",
4949
"registry": "https://registry.npmjs.org/",
50-
"access": "public",
51-
"provenance": true
50+
"access": "public"
5251
},
5352
"types": "./src/index.ts"
5453
}

packages/generator/generators/upgrade-generator/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
"publishConfig": {
4848
"main": "./dist/index.js",
4949
"registry": "https://registry.npmjs.org/",
50-
"access": "public",
51-
"provenance": true
50+
"access": "public"
5251
},
5352
"types": "./src/index.ts"
5453
}

packages/generator/new-action/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"publishConfig": {
6262
"registry": "https://registry.npmjs.org/",
6363
"access": "public",
64-
"provenance": true,
64+
6565
"types": "./dist/types/index.d.ts"
6666
}
6767
}

packages/generator/sandpack-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"publishConfig": {
6767
"registry": "https://registry.npmjs.org/",
6868
"access": "public",
69-
"provenance": true,
69+
7070
"types": "./dist/types/index.d.ts"
7171
}
7272
}

packages/module/plugin-module-babel/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
},
4545
"publishConfig": {
4646
"access": "public",
47-
"provenance": true,
4847
"registry": "https://registry.npmjs.org/",
4948
"types": "./dist/index.d.ts"
5049
}

packages/module/plugin-module-banner/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
},
5656
"publishConfig": {
5757
"access": "public",
58-
"provenance": true,
5958
"registry": "https://registry.npmjs.org/",
6059
"types": "./dist/index.d.ts"
6160
}

packages/module/plugin-module-import/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
},
5757
"publishConfig": {
5858
"access": "public",
59-
"provenance": true,
6059
"registry": "https://registry.npmjs.org/",
6160
"types": "./dist/index.d.ts"
6261
}

packages/module/plugin-module-node-polyfill/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
},
6868
"publishConfig": {
6969
"access": "public",
70-
"provenance": true,
7170
"registry": "https://registry.npmjs.org/",
7271
"types": "./dist/index.d.ts"
7372
}

packages/module/plugin-module-polyfill/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
},
4949
"publishConfig": {
5050
"access": "public",
51-
"provenance": true,
5251
"registry": "https://registry.npmjs.org/",
5352
"types": "./dist/index.d.ts"
5453
}

packages/module/plugin-module-vue/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
},
4646
"publishConfig": {
4747
"access": "public",
48-
"provenance": true,
4948
"registry": "https://registry.npmjs.org/",
5049
"types": "./dist/index.d.ts"
5150
}

packages/runtime/plugin-garfish/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
"publishConfig": {
114114
"registry": "https://registry.npmjs.org/",
115115
"access": "public",
116-
"provenance": true,
117116
"types": "./dist/types/cli/index.d.ts"
118117
}
119118
}

packages/runtime/plugin-router-v5/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
"publishConfig": {
9898
"registry": "https://registry.npmjs.org/",
9999
"access": "public",
100-
"provenance": true,
101100
"types": "./dist/types/cli/index.d.ts"
102101
}
103102
}

packages/runtime/plugin-runtime/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@
272272
"publishConfig": {
273273
"registry": "https://registry.npmjs.org/",
274274
"access": "public",
275-
"provenance": true,
276275
"types": "./dist/types/index"
277276
}
278277
}

packages/runtime/plugin-testing/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@
175175
"publishConfig": {
176176
"registry": "https://registry.npmjs.org/",
177177
"access": "public",
178-
"provenance": true,
179178
"types": "./dist/types/cli/index.d.ts"
180179
}
181180
}

packages/runtime/render/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
"publishConfig": {
8282
"registry": "https://registry.npmjs.org/",
8383
"access": "public",
84-
"provenance": true,
8584
"types": "./dist/types/browser.d.ts"
8685
}
8786
}

packages/server/babel-plugin-module-resolver/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"publishConfig": {
5959
"registry": "https://registry.npmjs.org/",
6060
"access": "public",
61-
"provenance": true,
6261
"types": "./dist/types/index.d.ts"
6362
}
6463
}

0 commit comments

Comments
 (0)