Skip to content

Commit 2ae8e13

Browse files
Remove explicit scope from publish config (#14)
Signed-off-by: Alexander Shenshin <alexander.shenshin@dsr-corporation.com>
1 parent a944d01 commit 2ae8e13

File tree

17 files changed

+16
-34
lines changed

17 files changed

+16
-34
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,5 @@
4848
"tsx": "^4.19.3",
4949
"typescript": "^5.8.3",
5050
"typescript-eslint": "^8.29.1"
51-
},
52-
"dependencies": {
5351
}
5452
}

packages/anoncreds/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"format-check": "prettier --check \"src/*.ts\" \"tests/**/*.ts\""
4646
},
4747
"publishConfig": {
48-
"access": "public",
49-
"scope": "@hiero-did-sdk"
48+
"access": "public"
5049
},
5150
"dependencies": {
5251
"@hiero-did-sdk/core": "workspace:*",

packages/cache/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"format-check": "prettier --check \"src/*.ts\" \"tests/*.ts\""
4646
},
4747
"publishConfig": {
48-
"access": "public",
49-
"scope": "@hiero-did-sdk"
48+
"access": "public"
5049
},
5150
"dependencies": {
5251
"@hiero-did-sdk/core": "workspace:*"

packages/client/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"format-check": "prettier --check \"src/*.ts\""
4646
},
4747
"publishConfig": {
48-
"access": "public",
49-
"scope": "@hiero-did-sdk"
48+
"access": "public"
5049
},
5150
"dependencies": {
5251
"@hashgraph/sdk": "^2.66.0"

packages/core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"format-check": "prettier --check \"src/*.ts\" \"tests/*.ts\""
4646
},
4747
"publishConfig": {
48-
"access": "public",
49-
"scope": "@hiero-did-sdk"
48+
"access": "public"
5049
},
5150
"dependencies": {
5251
"@hashgraph/sdk": "^2.66.0",

packages/crypto/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"format-check": "prettier --check \"src/*.ts\" \"tests/*.ts\""
4646
},
4747
"publishConfig": {
48-
"access": "public",
49-
"scope": "@hiero-did-sdk"
48+
"access": "public"
5049
},
5150
"dependencies": {
5251
"buffer": "^6.0.3"

packages/hcs/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"format-check": "prettier --check \"src/*.ts\" \"tests/**/*.ts\""
4646
},
4747
"publishConfig": {
48-
"access": "public",
49-
"scope": "@hiero-did-sdk"
48+
"access": "public"
5049
},
5150
"dependencies": {
5251
"@hashgraph/sdk": "^2.66.0",

packages/lifecycle/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"format-check": "prettier --check \"src/*.ts\" \"tests/*.ts\""
4646
},
4747
"publishConfig": {
48-
"access": "public",
49-
"scope": "@hiero-did-sdk"
48+
"access": "public"
5049
},
5150
"dependencies": {
5251
"@hiero-did-sdk/core": "workspace:*",

packages/messages/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"format-check": "prettier --check \"src/*.ts\" \"tests/*.ts\""
4646
},
4747
"publishConfig": {
48-
"access": "public",
49-
"scope": "@hiero-did-sdk"
48+
"access": "public"
5049
},
5150
"dependencies": {
5251
"@hashgraph/sdk": "^2.66.0",

packages/publisher-internal/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"format-check": "prettier --check \"src/*.ts\" \"tests/*.ts\""
4646
},
4747
"publishConfig": {
48-
"access": "public",
49-
"scope": "@hiero-did-sdk"
48+
"access": "public"
5049
},
5150
"dependencies": {
5251
"@hashgraph/sdk": "^2.66.0",

0 commit comments

Comments
 (0)