@azure/ai-language-conversations 1.0.0-alpha.20240226.2 → 1.0.0-alpha.20240312.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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "An isomorphic client library for the Azure Conversational Language Understanding service.",
6
- "version": "1.0.0-alpha.20240226.2",
6
+ "version": "1.0.0-alpha.20240312.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -65,7 +65,7 @@
65
65
  "mkdirp": "^1.0.4",
66
66
  "typescript": "~5.3.3",
67
67
  "uglify-js": "^3.4.9",
68
- "rimraf": "^3.0.0",
68
+ "rimraf": "^5.0.5",
69
69
  "esm": "^3.2.18"
70
70
  },
71
71
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-conversations/README.md",
@@ -99,7 +99,7 @@
99
99
  "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
100
100
  "build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
101
101
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
102
- "clean": "rimraf dist dist-* temp types *.tgz *.log",
102
+ "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
103
103
  "execute:samples": "dev-tool samples run samples-dev",
104
104
  "extract-api": "tsc -p . && api-extractor run --local",
105
105
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.41.0"
8
+ "packageVersion": "7.42.3"
9
9
  }
10
10
  ]
11
11
  }