@observa/sdk 1.0.2 → 1.0.4

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -118,5 +118,5 @@ MIT
118
118
 
119
119
  ## Links
120
120
 
121
- - Documentation: https://observa.dev/docs
122
- - GitHub: https://github.com/ObservaSolutions/observa-sdk
121
+ - Documentation: ...
122
+ - GitHub: https://github.com/ObservaSolutions/sdk-observa
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@observa/sdk",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Observa SDK for Node.js",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -9,7 +9,7 @@
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/ObservaSolutions/observa-sdk"
12
+ "url": "https://github.com/ObservaSolutions/sdk-observa"
13
13
  },
14
14
  "publishConfig": {
15
15
  "access": "public"