@optable/web-sdk 0.21.3 → 0.21.4-rc1
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Optable Web SDK [](https://github.com/Optable/optable-web-sdk/actions/workflows/pull-request.yml)
|
|
2
2
|
|
|
3
3
|
JavaScript SDK for integrating with an [Optable Data Connectivity Node (DCN)](https://docs.optable.co/) from a web site or web application.
|
|
4
4
|
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"homepage": "https://optable.co",
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE",
|
|
12
|
-
"version": "v0.21.
|
|
12
|
+
"version": "v0.21.4-rc1",
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@babel/core": "^7.12.3",
|
|
15
15
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"prettier": "^3.3.3",
|
|
27
27
|
"shellcheck": "^3.0.0",
|
|
28
28
|
"typescript": "^5.2.2",
|
|
29
|
-
"webpack": "^5.
|
|
29
|
+
"webpack": "^5.97.1",
|
|
30
30
|
"webpack-cli": "^4.7.2",
|
|
31
31
|
"whatwg-fetch": "^3.6.20"
|
|
32
32
|
},
|