@usermaven/sdk-js 1.2.0 → 1.2.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,4 +49,3 @@ You will be able to access the domains at [localhost domain](http://localhost.co
49
49
 
50
50
  * Login with your *personal* credentials with `npm login`
51
51
  * Run `yarn install && yarn build && yarn test && npm publish --access public`
52
- npm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usermaven/sdk-js",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Usermaven JavaScript SDK.",
5
5
  "main": "dist/npm/usermaven.cjs.js",
6
6
  "module": "dist/npm/dist/usermaven.es.js",