@microsoft/teamsfx-core 2.0.1-rc.0 → 2.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.0-rc",
2
+ "version": "^3.0.0",
3
3
  "tagPrefix": "templates@",
4
4
  "tagListURL": "https://github.com/OfficeDev/TeamsFx/releases/download/template-tag-list/template-tags.txt",
5
5
  "templateDownloadBaseURL": "https://github.com/OfficeDev/TeamsFx/releases/download",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx-core",
3
- "version": "2.0.1-rc.0",
3
+ "version": "2.0.1",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "MIT",
@@ -79,7 +79,7 @@
79
79
  "@azure/storage-blob": "^12.7.0",
80
80
  "@dbpiper/timer": "1.0.0-beta.2",
81
81
  "@feathersjs/hooks": "^0.6.5",
82
- "@microsoft/teamsfx-api": "^0.22.3-rc.0",
82
+ "@microsoft/teamsfx-api": "^0.22.3",
83
83
  "@npmcli/arborist": "^4.2.0",
84
84
  "@types/proper-lockfile": "^4.1.1",
85
85
  "adm-zip": "^0.5.5",
@@ -136,7 +136,7 @@
136
136
  "devDependencies": {
137
137
  "@azure/storage-blob": "^12.5.0",
138
138
  "@istanbuljs/nyc-config-typescript": "^1.0.1",
139
- "@microsoft/eslint-plugin-teamsfx": "^0.0.3-rc.0",
139
+ "@microsoft/eslint-plugin-teamsfx": "^0.0.3",
140
140
  "@types/adm-zip": "^0.4.33",
141
141
  "@types/chai": "^4.2.14",
142
142
  "@types/chai-as-promised": "^7.1.3",
@@ -212,7 +212,7 @@
212
212
  "resource/**/*",
213
213
  "templates/**/*"
214
214
  ],
215
- "gitHead": "c1907619219d6b5b130c69e5125611ad35d2a2c3",
215
+ "gitHead": "c118767d4fcd19674efdf0f6709c2c9a0adcf6eb",
216
216
  "publishConfig": {
217
217
  "access": "public"
218
218
  },
@@ -93,7 +93,7 @@
93
93
  "core.migrationToArmAndMultiEnv.Message": "Teams Toolkit will upgrade your project configuration files to support the latest features. The upgrade process will not change your custom code and create the backup files in case revert is needed.\nNotice this upgrade is a must-have to continue to use current version Teams Toolkit. If you are not ready to upgrade and want to continue to use the old version, please find Teams Toolkit in Extension and install the version <= 2.10.0",
94
94
  "core.migrationV3.confirmOnly.Message": "Please confirm the upgrade",
95
95
  "core.migrationV3.Message": "Upgrade your Teams Toolkit project to stay compatible with the latest version. A backup directory will be created along with an Upgrade Summary.",
96
- "core.migrationV3.VS.Message": "The Teams Toolkit preview feature - Teams App Configuration Improvements is turned on. This project is required to be upgraded to work with the preview features. Select \"Learn more\" to read about the required changes or select \"Upgrade\" to perform the changes automatically. If you don't want to upgrade, you can turn off the preview feature.",
96
+ "core.migrationV3.VS.Message": "Upgrade your solution to stay compatible with the latest Teams Toolkit version. A backup directory will be generated in which it contains an upgrade report.",
97
97
  "core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.manifest.template.json does not exist. You may be trying to upgrade a project created by Teams Toolkit for Visual Studio Code v3.x / Teams Toolkit CLI v0.x / Teams Toolkit for Visual Studio v17.3. Please install Teams Toolkit for Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit for Visual Studio v17.4 and run upgrade first.",
98
98
  "core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json does not exist. You may be trying to upgrade a project created by Teams Toolkit for Visual Studio Code v3.x / Teams Toolkit CLI v0.x / Teams Toolkit for Visual Studio v17.3. Please install Teams Toolkit for Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit for Visual Studio v17.4 and run upgrade first.",
99
99
  "core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json is invalid.",
Binary file
Binary file
Binary file
Binary file