Skip to content

Commit b6c8373

Browse files
committed
publicConfig access public setup
1 parent cb41048 commit b6c8373

File tree

7 files changed

+19
-0
lines changed

7 files changed

+19
-0
lines changed

.changeset/pre.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"docs": "0.1.0",
6+
"@use-funnel/browser": "0.0.1",
7+
"@use-funnel/core": "0.0.1",
8+
"@use-funnel/next": "0.0.1",
9+
"@use-funnel/react-navigation-native": "0.0.1",
10+
"@use-funnel/react-router-dom": "0.0.1"
11+
},
12+
"changesets": []
13+
}

_templates/packages/router/package.json.t

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ to: packages/<%= name %>/package.json
88
"type": "module",
99
"main": "./src/index.ts",
1010
"publishConfig": {
11+
"access": "public",
1112
"main": "./dist/index.js",
1213
"types": "./dist/index.d.ts",
1314
"module": "./dist/index.js",

packages/browser/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"type": "module",
66
"main": "./src/index.ts",
77
"publishConfig": {
8+
"access": "public",
89
"main": "./dist/index.js",
910
"types": "./dist/index.d.ts",
1011
"module": "./dist/index.js",

packages/core/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"type": "module",
66
"main": "./src/index.ts",
77
"publishConfig": {
8+
"access": "public",
89
"main": "./dist/index.js",
910
"types": "./dist/index.d.ts",
1011
"module": "./dist/index.js",

packages/next/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"type": "module",
66
"main": "./src/index.ts",
77
"publishConfig": {
8+
"access": "public",
89
"main": "./dist/index.js",
910
"types": "./dist/index.d.ts",
1011
"module": "./dist/index.js",

packages/react-navigation-native/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"type": "module",
66
"main": "./src/index.ts",
77
"publishConfig": {
8+
"access": "public",
89
"main": "./dist/index.js",
910
"types": "./dist/index.d.ts",
1011
"module": "./dist/index.js",

packages/react-router-dom/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"type": "module",
66
"main": "./src/index.ts",
77
"publishConfig": {
8+
"access": "public",
89
"main": "./dist/index.js",
910
"types": "./dist/index.d.ts",
1011
"module": "./dist/index.js",

0 commit comments

Comments
 (0)