@microsoft/teams-js
Advanced tools
Comparing version 2.26.0-beta.2 to 2.26.0
@@ -1,1 +0,36 @@ | ||
{"name":"@microsoft/teams-js","author":"Microsoft Teams","version":"2.26.0-beta.2","description":"Microsoft Client SDK for building app for Microsoft hosts","repository":{"directory":"packages/teams-js","type":"git","url":"https://github.com/OfficeDev/microsoft-teams-library-js"},"main":"./dist/MicrosoftTeams.min.js","typings":"./dist/MicrosoftTeams.d.ts","scripts":{"build":"pnpm lint && webpack && pnpm docs:validate","clean":"rimraf ./dist","docs":"pnpm typedoc","docs:validate":"pnpm typedoc --emit none","lint":"pnpm eslint ./src ./test --max-warnings 0 --fix --ext .ts","prettier":"prettier --write '**/*.{ts,js,css,html}'","test":"jest","test:verbose":"pnpm test -- --verbose false --silent false"},"dependencies":{"base64-js":"^1.3.1","debug":"^4.3.3"},"devDependencies":{"@types/debug":"^4.1.7"},"license":"MIT","files":["dist/**","LICENSE","README.md"]} | ||
{ | ||
"name": "@microsoft/teams-js", | ||
"author": "Microsoft Teams", | ||
"version": "2.26.0", | ||
"description": "Microsoft Client SDK for building app for Microsoft hosts", | ||
"repository": { | ||
"directory": "packages/teams-js", | ||
"type": "git", | ||
"url": "https://github.com/OfficeDev/microsoft-teams-library-js" | ||
}, | ||
"main": "./dist/MicrosoftTeams.min.js", | ||
"typings": "./dist/MicrosoftTeams.d.ts", | ||
"scripts": { | ||
"build": "pnpm lint && webpack && pnpm docs:validate", | ||
"clean": "rimraf ./dist", | ||
"docs": "pnpm typedoc", | ||
"docs:validate": "pnpm typedoc --emit none", | ||
"lint": "pnpm eslint ./src ./test --max-warnings 0 --fix --ext .ts", | ||
"prettier": "prettier --write '**/*.{ts,js,css,html}'", | ||
"test": "jest", | ||
"test:verbose": "pnpm test -- --verbose false --silent false" | ||
}, | ||
"dependencies": { | ||
"base64-js": "^1.3.1", | ||
"debug": "^4.3.3" | ||
}, | ||
"devDependencies": { | ||
"@types/debug": "^4.1.7" | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
"dist/**", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
@@ -27,3 +27,3 @@ # Microsoft Teams JavaScript client library | ||
You can reference these files directly [from here](https://res.cdn.office.net/teams-js/2.25.0/js/MicrosoftTeams.min.js) or point your package manager at them. | ||
You can reference these files directly [from here](https://res.cdn.office.net/teams-js/2.26.0/js/MicrosoftTeams.min.js) or point your package manager at them. | ||
@@ -49,4 +49,4 @@ ## Usage | ||
<script | ||
src="https://res.cdn.office.net/teams-js/2.25.0/js/MicrosoftTeams.min.js" | ||
integrity="sha384-6royw0i5cEmf/8pzbTX9dVy1pjjJA8PQOaQbGvoL/m39OdjrlcWluhQZxqy5KbJA" | ||
src="https://res.cdn.office.net/teams-js/2.26.0/js/MicrosoftTeams.min.js" | ||
integrity="sha384-gqPg5qCjdUgTGRZ/stLskrnJllL5h5+f4kTqvxVqtl2FdT7PVRa9Q7zq4gFlZ7bO" | ||
crossorigin="anonymous" | ||
@@ -56,3 +56,3 @@ ></script> | ||
<!-- Microsoft Teams JavaScript API (via npm) --> | ||
<script src="node_modules/@microsoft/teams-js@2.25.0/dist/MicrosoftTeams.min.js"></script> | ||
<script src="node_modules/@microsoft/teams-js@2.26.0/dist/MicrosoftTeams.min.js"></script> | ||
@@ -59,0 +59,0 @@ <!-- Microsoft Teams JavaScript API (via local) --> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3507029
1