countly-sdk-web
Advanced tools
Comparing version 23.2.1 to 23.2.2
@@ -21,2 +21,3 @@ "use strict"; | ||
"no-restricted-properties": "off", | ||
strict: "off", | ||
// | ||
@@ -23,0 +24,0 @@ "no-unused-vars": "warn", |
@@ -0,1 +1,4 @@ | ||
## 23.2.2 | ||
- Default max segmentation value count changed from 30 to 100 | ||
## 23.02.1 | ||
@@ -2,0 +5,0 @@ - Mitigated an issue that could have caused view IDs to be terminated prematurely when using manual sessions and end_session was called abruptly |
@@ -12,2 +12,3 @@ module.exports = { | ||
"cypress/assertion-before-screenshot": "warn", | ||
"cypress/unsafe-to-chain-command": "warn", | ||
"cypress/no-force": "warn", | ||
@@ -14,0 +15,0 @@ "cypress/no-async-tests": "error", |
@@ -163,5 +163,8 @@ /* eslint-disable require-jsdoc */ | ||
cy.visit("./cypress/fixtures/session_test_manual_1.html"); | ||
cy.contains("Start").click().wait(waitTime); | ||
cy.contains("Event").click().wait(300); | ||
cy.contains("End").click().wait(300); | ||
cy.contains("Start").click(); | ||
cy.wait(waitTime); | ||
cy.contains("Event").click(); | ||
cy.wait(300); | ||
cy.contains("End").click(); | ||
cy.wait(300); | ||
cy.visit("./cypress/fixtures/base.html"); | ||
@@ -168,0 +171,0 @@ cy.fetch_local_request_queue(app_key).then((rq) => { |
@@ -6,8 +6,5 @@ { | ||
"dependencies": { | ||
"countly-sdk-web": "^23.02.1" | ||
"countly-sdk-web": "^23.2.2" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/react": "^13.3.0", | ||
"@testing-library/user-event": "^14.2.1", | ||
"react": "^18.2.0", | ||
@@ -14,0 +11,0 @@ "react-dom": "^18.2.0", |
@@ -13,11 +13,9 @@ { | ||
"devDependencies": { | ||
"@babel/core": "^7.19.1", | ||
"@babel/preset-env": "^7.19.1", | ||
"@webpack-cli/init": "^1.1.3", | ||
"babel-loader": "^8.2.5", | ||
"babel-plugin-syntax-dynamic-import": "^6.18.0", | ||
"terser-webpack-plugin": "^5.3.3", | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0" | ||
"@babel/preset-env": "7.21.4", | ||
"@babel/core": "7.21.4", | ||
"babel-loader": "8.2.5", | ||
"babel-plugin-syntax-dynamic-import": "6.18.0", | ||
"webpack": "5.77.0", | ||
"webpack-cli": "4.10.0" | ||
} | ||
} |
const path = require('path'); | ||
const webpack = require('webpack'); | ||
const TerserPlugin = require('terser-webpack-plugin'); | ||
module.exports = { | ||
mode: 'development', | ||
plugins: [new webpack.ProgressPlugin()], | ||
devtool: "hidden-source-map", | ||
mode: 'none', | ||
devtool: 'source-map', | ||
module: { | ||
rules: [{ | ||
test: /\.(js|jsx)$/, | ||
include: [path.resolve(__dirname, 'src')], | ||
loader: 'babel-loader' | ||
}] | ||
rules: [ | ||
{ | ||
test: /\.(js|jsx)$/, | ||
include: [path.resolve(__dirname, 'src')], | ||
loader: 'babel-loader', | ||
}, | ||
], | ||
}, | ||
optimization: { | ||
minimize: true, | ||
minimizer: [new TerserPlugin()] | ||
}, | ||
output: { | ||
devtoolModuleFilenameTemplate: '[resource-path]', | ||
devtoolFallbackModuleFilenameTemplate: '[absolute-resource-path]' | ||
} | ||
devtoolFallbackModuleFilenameTemplate: '[absolute-resource-path]', | ||
}, | ||
}; |
{ | ||
"name": "countly-sdk-web", | ||
"version": "23.02.1", | ||
"version": "23.2.2", | ||
"description": "Countly Web SDK", | ||
@@ -38,14 +38,11 @@ "main": "lib/countly.js", | ||
"cypress-localstorage-commands": "^1.7.0", | ||
"docdash": "^1.2.0", | ||
"eslint": "^8.2.0", | ||
"eslint-config-airbnb": "^15.0.0", | ||
"eslint": "^8.37.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-plugin-chai-friendly": "^0.7.2", | ||
"eslint-plugin-cypress": "^2.12.1", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-cypress": "^2.13.2", | ||
"eslint-plugin-import": "^2.27.5", | ||
"jsdoc": "^4.0.2", | ||
"markdownlint": "^0.26.0", | ||
"stylelint": "^14.9.1", | ||
"stylelint-config-standard": "^28.0.0", | ||
"webpack": "^5.24.1", | ||
"webpack-cli": "^4.2.0" | ||
"markdownlint": "^0.28.0", | ||
"stylelint": "14.9.1", | ||
"stylelint-config-standard": "28.0.0" | ||
}, | ||
@@ -52,0 +49,0 @@ "npmName": "countly-sdk-web", |
@@ -15,4 +15,3 @@ [![Codacy Badge](https://app.codacy.com/project/badge/Grade/79582b7ee7ca4021a3950376402fac00)](https://www.codacy.com/gh/Countly/countly-sdk-web/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Countly/countly-sdk-web&utm_campaign=Badge_Grade) | ||
* **Slack user?** [Join our Slack Community](https://slack.count.ly) | ||
* **Questions or feature requests?** [Post in our Community Forum](https://support.count.ly/hc/en-us/community/topics) | ||
* **Questions or feature requests?** [Join the Countly Community on Discord](https://discord.gg/countly) | ||
* **Looking for the Countly Server?** [Countly Community Edition repository](https://github.com/Countly/countly-server) | ||
@@ -60,4 +59,4 @@ * **Looking for other Countly SDKs?** [An overview of all Countly SDKs for mobile, web and desktop](https://support.count.ly/hc/en-us/articles/360037236571-Downloading-and-Installing-SDKs#officially-supported-sdks) | ||
## How can I help you with your efforts? | ||
Glad you asked! We need ideas, feedback and constructive comments. All your suggestions will be taken care of with utmost importance. For feature requests and engaging with the community, join [our Slack Community](https://slack.count.ly) or [Community Forum](https://support.count.ly/hc/en-us/community/topics). | ||
Glad you asked! For community support, feature requests, and engaging with the Countly Community, please join us at [our Discord Server](https://discord.gg/countly). We're excited to have you there! | ||
We are on [Twitter](https://twitter.com/gocountly), [Facebook](https://www.facebook.com/Countly) and [LinkedIn](https://www.linkedin.com/company/countly) if you would like to keep up with Countly related updates. | ||
Also, we are on [Twitter](https://twitter.com/gocountly) and [LinkedIn](https://www.linkedin.com/company/countly) if you would like to keep up with Countly related updates. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 too big to display
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
11
1
1967671
134
12431
61