@boostercloud/framework-provider-azure 1.0.0 → 1.0.1

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.
package/dist/constants.js CHANGED
@@ -10,5 +10,6 @@ exports.environmentVarNames = {
10
10
  websocketAPIURL: 'BOOSTER_WEBSOCKET_API_URL',
11
11
  cosmosDbConnectionString: 'COSMOSDB_CONNECTION_STRING',
12
12
  };
13
+ // Azure special error codes
13
14
  exports.AZURE_CONFLICT_ERROR_CODE = 409;
14
15
  exports.AZURE_PRECONDITION_FAILED_ERROR = 412;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boostercloud/framework-provider-azure",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Handle Booster's integration with Azure",
5
5
  "keywords": [
6
6
  "framework-provider-azure"
@@ -23,13 +23,13 @@
23
23
  "@azure/cosmos": "^3.17.0",
24
24
  "@azure/functions": "^1.2.2",
25
25
  "@azure/identity": "~2.1.0",
26
- "@boostercloud/framework-common-helpers": "^1.0.0",
27
- "@boostercloud/framework-types": "^1.0.0",
26
+ "@boostercloud/framework-common-helpers": "^1.0.1",
27
+ "@boostercloud/framework-types": "^1.0.1",
28
28
  "tslib": "^2.4.0",
29
29
  "@effect-ts/core": "^0.60.4"
30
30
  },
31
31
  "devDependencies": {
32
- "@boostercloud/eslint-config": "^1.0.0",
32
+ "@boostercloud/eslint-config": "^1.0.1",
33
33
  "@types/chai": "4.2.18",
34
34
  "@types/chai-as-promised": "7.1.4",
35
35
  "@types/faker": "5.1.5",