We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe196e commit abb61d9Copy full SHA for abb61d9
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "switcher-client",
3
- "version": "4.0.0",
+ "version": "4.0.1",
4
"description": "Client JS SDK for working with Switcher-API",
5
- "main": "./src/index.js",
+ "main": "./switcher-client.js",
6
"type": "module",
7
"types": "./src/index.d.ts",
8
"author": {
sonar-project.properties
@@ -1,7 +1,7 @@
sonar.projectKey=switcherapi_switcher-client-master
sonar.projectName=switcher-client-js
sonar.organization=switcherapi
-sonar.projectVersion=4.0.0
+sonar.projectVersion=4.0.1
sonar.links.homepage=https://github.com/switcherapi/switcher-client-js
sonar.javascript.lcov.reportPaths=coverage/lcov.info
0 commit comments