@nodaro/sdk 1.15.0 → 1.16.0
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -2195,7 +2195,7 @@ var TutorialsResource = class {
|
|
|
2195
2195
|
};
|
|
2196
2196
|
|
|
2197
2197
|
// src/client.ts
|
|
2198
|
-
var SDK_VERSION = "1.
|
|
2198
|
+
var SDK_VERSION = "1.16.0" ;
|
|
2199
2199
|
var CLIENT_HEADER = "X-Nodaro-Client";
|
|
2200
2200
|
var isBrowser = () => typeof window !== "undefined" && typeof window.document !== "undefined";
|
|
2201
2201
|
var NodaroClient = class {
|