Skip to content

Commit 92534fb

Browse files
committed
fix: removed public access restriction on the cli and core packages
1 parent deda786 commit 92534fb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

packages/cli/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "0.7.0",
44
"description": "Command-line interface for Xano providing terminal access to Xano workflows",
55
"publishConfig": {
6-
"access": "restricted",
76
"tag": "latest"
87
},
98
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"name": "@calycode/core",
33
"version": "0.6.2",
44
"description": "Core functionality for the Caly Xano tooling providing programmatic access to Xano workflows",
5-
"publishConfig": {
6-
"access": "restricted"
7-
},
5+
"publishConfig": {},
86
"license": "MIT",
97
"author": "Mihály Tóth | @calycode",
108
"keywords": [

0 commit comments

Comments
 (0)