Skip to content

Commit 628d5a2

Browse files
Amey Mandalikclaude
andcommitted
chore: rebrand secret name and update package author
- Rename secret from NPM_TOKEN to SF_AGENTSCRIPT_NPM_TOKEN - Update author in all packages to Amey Mandalik <amandalik.loyola@gmail.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c8409fc commit 628d5a2

11 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ jobs:
7070
commit: 'chore: version packages'
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
74-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
73+
NPM_TOKEN: ${{ secrets.SF_AGENTSCRIPT_NPM_TOKEN }}
74+
NODE_AUTH_TOKEN: ${{ secrets.SF_AGENTSCRIPT_NPM_TOKEN }}

dialect/agentfabric/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"compiler"
4646
],
4747
"author": {
48-
"name": "AgentScript Team",
49-
"email": "agentscript@salesforce.com"
48+
"name": "Amey Mandalik",
49+
"email": "amandalik.loyola@gmail.com"
5050
},
5151
"license": "Apache-2.0",
5252
"publishConfig": {

dialect/agentforce/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"salesforce"
4545
],
4646
"author": {
47-
"name": "AgentScript Team",
48-
"email": "agentscript@salesforce.com"
47+
"name": "Amey Mandalik",
48+
"email": "amandalik.loyola@gmail.com"
4949
},
5050
"license": "MIT",
5151
"publishConfig": {

dialect/agentscript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"lint"
4444
],
4545
"author": {
46-
"name": "AgentScript Team",
47-
"email": "agentscript@salesforce.com"
46+
"name": "Amey Mandalik",
47+
"email": "amandalik.loyola@gmail.com"
4848
},
4949
"license": "MIT",
5050
"publishConfig": {

packages/agentforce/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"sdk"
6565
],
6666
"author": {
67-
"name": "AgentScript Team",
68-
"email": "agentscript@salesforce.com"
67+
"name": "Amey Mandalik",
68+
"email": "amandalik.loyola@gmail.com"
6969
},
7070
"license": "MIT",
7171
"publishConfig": {

packages/compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"agentjson"
5454
],
5555
"author": {
56-
"name": "AgentScript Team",
57-
"email": "agentscript@salesforce.com"
56+
"name": "Amey Mandalik",
57+
"email": "amandalik.loyola@gmail.com"
5858
},
5959
"license": "MIT",
6060
"publishConfig": {

packages/language/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"ast"
5353
],
5454
"author": {
55-
"name": "AgentScript Team",
56-
"email": "agentscript@salesforce.com"
55+
"name": "Amey Mandalik",
56+
"email": "amandalik.loyola@gmail.com"
5757
},
5858
"license": "MIT",
5959
"publishConfig": {

packages/lsp-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"typescript"
4141
],
4242
"author": {
43-
"name": "AgentScript Team",
44-
"email": "agentscript@salesforce.com"
43+
"name": "Amey Mandalik",
44+
"email": "amandalik.loyola@gmail.com"
4545
},
4646
"license": "MIT",
4747
"publishConfig": {

packages/lsp-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"node"
4242
],
4343
"author": {
44-
"name": "AgentScript Team",
45-
"email": "agentscript@salesforce.com"
44+
"name": "Amey Mandalik",
45+
"email": "amandalik.loyola@gmail.com"
4646
},
4747
"license": "MIT",
4848
"publishConfig": {

packages/lsp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"language-server"
4545
],
4646
"author": {
47-
"name": "AgentScript Team",
48-
"email": "agentscript@salesforce.com"
47+
"name": "Amey Mandalik",
48+
"email": "amandalik.loyola@gmail.com"
4949
},
5050
"license": "MIT",
5151
"publishConfig": {

0 commit comments

Comments
 (0)