@channel.io/channel-web-sdk-loader
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@channel.io/channel-web-sdk-loader", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Channel Web SDK Loader for web", | ||
"main": "dist/index.js", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.esm.js", | ||
"require": "./dist/index.cjs.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"sideEffects": false, | ||
"scripts": { | ||
"prepublishOnly": "tsc -d", | ||
"prepublishOnly": "npm run build", | ||
"build": "npm run build:cjs && npm run build:esm", | ||
"build:cjs": "tsc -p tsconfig.cjs.json -d && mv dist/index.js dist/index.cjs.js", | ||
"build:esm": "tsc -p tsconfig.esm.json && mv dist/index.js dist/index.esm.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
@@ -15,4 +26,3 @@ "commit": "git-cz", | ||
"files": [ | ||
"dist", | ||
"README.md" | ||
"dist" | ||
], | ||
@@ -19,0 +29,0 @@ "repository": { |
# channel-web-sdk-loader | ||
![npm](https://img.shields.io/npm/v/%40channel.io%2Fchannel-web-sdk-loader) | ||
![NPM](https://img.shields.io/npm/l/%40channel.io%2Fchannel-web-sdk-loader) | ||
![npm](https://img.shields.io/npm/dm/%40channel.io/channel-web-sdk-loader) | ||
[![npm](https://img.shields.io/npm/v/%40channel.io%2Fchannel-web-sdk-loader)](https://www.npmjs.com/package/@channel.io/channel-web-sdk-loader) | ||
[![NPM](https://img.shields.io/npm/l/%40channel.io%2Fchannel-web-sdk-loader)](https://github.com/channel-io/channel-web-sdk-loader/blob/main/LICENSE) | ||
[![npm](https://img.shields.io/npm/dm/%40channel.io/channel-web-sdk-loader)](https://www.npmjs.com/package/@channel.io/channel-web-sdk-loader) | ||
[![minzip](https://img.shields.io/bundlephobia/minzip/@channel.io/channel-web-sdk-loader)](https://bundlephobia.com/result?p=@channel.io/channel-web-sdk-loader) | ||
> The Official [Channel SDK](https://developers.channel.io/docs/sdk) Loader for Web | ||
@@ -8,0 +10,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
68675
6
1345
43
1