@hubspot/local-dev-lib 3.19.0-beta.0 → 3.19.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lang/en.json +7 -7
  2. package/package.json +1 -1
package/lang/en.json CHANGED
@@ -252,13 +252,13 @@
252
252
  "empty": "The config file was empty. Initializing an empty config."
253
253
  },
254
254
  "validate": {
255
- "noConfig": "Valiation failed: No config was found.",
256
- "noConfigAccounts": "Valiation failed: config.accounts[] is not defined.",
257
- "emptyAccountConfig": "Valiation failed: config.accounts[] has an empty entry.",
258
- "noAccountId": "Valiation failed: config.accounts[] has an entry missing accountId.",
259
- "duplicateAccountIds": "Valiation failed: config.accounts[] has multiple entries with {{ accountId }}.",
260
- "duplicateAccountNames": "Valiation failed: config.accounts[] has multiple entries with {{ accountName }}.",
261
- "nameContainsSpaces": "Valiation failed: config.name {{ accountName }} cannot contain spaces."
255
+ "noConfig": "Validation failed: No config was found.",
256
+ "noConfigAccounts": "Validation failed: config.accounts[] is not defined.",
257
+ "emptyAccountConfig": "Validation failed: config.accounts[] has an empty entry.",
258
+ "noAccountId": "Validation failed: config.accounts[] has an entry missing accountId.",
259
+ "duplicateAccountIds": "Validation failed: config.accounts[] has multiple entries with {{ accountId }}.",
260
+ "duplicateAccountNames": "Validation failed: config.accounts[] has multiple entries with {{ accountName }}.",
261
+ "nameContainsSpaces": "Validation failed: config.name {{ accountName }} cannot contain spaces."
262
262
  },
263
263
  "updateAccount": {
264
264
  "noConfigToUpdate": "No config to update.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/local-dev-lib",
3
- "version": "3.19.0-beta.0",
3
+ "version": "3.19.1-beta.0",
4
4
  "description": "Provides library functionality for HubSpot local development tooling, including the HubSpot CLI",
5
5
  "repository": {
6
6
  "type": "git",