Skip to content

Commit

Permalink
fix: clearer library message (#530)
Browse files Browse the repository at this point in the history
* fix: clearer library message

* chore: bump deps
  • Loading branch information
mshanemc authored Jan 16, 2024
1 parent 6667bf8 commit 4786cd8
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 103 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2023, Salesforce.com, Inc.
Copyright (c) 2024, Salesforce.com, Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion messages/source.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# NonSourceTrackedOrgError

This command can only be used on orgs that have source tracking enabled, such as sandboxes and scratch orgs.
This org does not have source tracking.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,24 @@
"node": ">=18.0.0"
},
"dependencies": {
"@oclif/core": "^3.15.1",
"@salesforce/core": "^6.4.2",
"@oclif/core": "^3.18.1",
"@salesforce/core": "^6.4.7",
"@salesforce/kit": "^3.0.15",
"@salesforce/source-deploy-retrieve": "^10.2.5",
"@salesforce/source-deploy-retrieve": "^10.2.11",
"@salesforce/ts-types": "^2.0.9",
"fast-xml-parser": "^4.2.5",
"graceful-fs": "^4.2.11",
"isomorphic-git": "1.23.0",
"ts-retry-promise": "^0.7.0"
},
"devDependencies": {
"@salesforce/cli-plugins-testkit": "^5.1.1",
"@salesforce/dev-scripts": "^8.1.3",
"@salesforce/cli-plugins-testkit": "^5.1.7",
"@salesforce/dev-scripts": "^8.3.0",
"@types/graceful-fs": "^4.1.9",
"eslint-plugin-sf-plugin": "^1.17.0",
"eslint-plugin-sf-plugin": "^1.17.2",
"ts-node": "^10.9.2",
"ts-patch": "^3.0.2",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"config": {},
"publishConfig": {
Expand Down Expand Up @@ -140,7 +140,7 @@
"output": []
},
"link-check": {
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
"files": [
"./*.md",
"./!(CHANGELOG).md",
Expand Down
Loading

0 comments on commit 4786cd8

Please sign in to comment.