@hubs101/js-api-skd-client 1.0.10312 → 1.0.10314
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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Accessing API via stateless interface:
|
|
|
20
20
|
|
|
21
21
|
## Creating new release
|
|
22
22
|
|
|
23
|
-
1. Commit al changes to git
|
|
23
|
+
1. Commit al changes to git
|
|
24
24
|
2. Prepare build: `npm run build`
|
|
25
25
|
3. Create new patch version run: `npm version patch`
|
|
26
26
|
4. Publish package to NPM: `npm publish`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hubs101/js-api-skd-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10314",
|
|
4
4
|
"author": "Liveware",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "jest --config jestconfig.json",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"preversion": "npm run lint",
|
|
13
13
|
"version": "npm run format && git add -A src",
|
|
14
14
|
"postversion": "git push && git push --tags",
|
|
15
|
-
"new-version": "git pull; npm run build && git commit -m \"update api\" -a --no-verify
|
|
15
|
+
"new-version": "git pull ; npm run build && git commit -m \"update api\" -a --no-verify && npm version patch && npm publish"
|
|
16
16
|
},
|
|
17
17
|
"meta": {},
|
|
18
18
|
"description": "Package for easy access to Event App API",
|