Skip to content

Commit

Permalink
v6.3.1-bundle-dev1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Jan 10, 2024
1 parent ec59185 commit 5a2b02d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/core",
"version": "6.3.1-bundle-dev1.1",
"version": "6.3.1-bundle-dev1.3",
"description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
"main": "lib/exported",
"types": "lib/exported.d.ts",
Expand All @@ -19,7 +19,7 @@
"lint": "wireit",
"lint-fix": "yarn sf-lint --fix",
"postcompile": "tsc -p typedocExamples",
"prepack": "sf-prepack && yarn bundle",
"prepack": "yarn bundle",
"prepare": "sf-install",
"test": "wireit",
"test:only": "wireit",
Expand Down Expand Up @@ -68,11 +68,11 @@
"@types/proper-lockfile": "^4.1.4",
"benchmark": "^2.1.4",
"chai-string": "^1.5.0",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.1",
"esbuild": "^0.19.5",
"esbuild-plugin-pino": "^2.1.0",
"npm-dts": "^1.3.12",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.1",
"typescript": "^5.2.2"
},
"repository": {
Expand Down

0 comments on commit 5a2b02d

Please sign in to comment.