@nodaro/sdk 1.13.0 → 1.13.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.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -2153,7 +2153,7 @@ var TutorialsResource = class {
|
|
|
2153
2153
|
};
|
|
2154
2154
|
|
|
2155
2155
|
// src/client.ts
|
|
2156
|
-
var SDK_VERSION = "1.13.
|
|
2156
|
+
var SDK_VERSION = "1.13.1" ;
|
|
2157
2157
|
var CLIENT_HEADER = "X-Nodaro-Client";
|
|
2158
2158
|
var isBrowser = () => typeof window !== "undefined" && typeof window.document !== "undefined";
|
|
2159
2159
|
var NodaroClient = class {
|
package/dist/index.js
CHANGED
|
@@ -2152,7 +2152,7 @@ var TutorialsResource = class {
|
|
|
2152
2152
|
};
|
|
2153
2153
|
|
|
2154
2154
|
// src/client.ts
|
|
2155
|
-
var SDK_VERSION = "1.13.
|
|
2155
|
+
var SDK_VERSION = "1.13.1" ;
|
|
2156
2156
|
var CLIENT_HEADER = "X-Nodaro-Client";
|
|
2157
2157
|
var isBrowser = () => typeof window !== "undefined" && typeof window.document !== "undefined";
|
|
2158
2158
|
var NodaroClient = class {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nodaro/sdk",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.1",
|
|
4
4
|
"description": "Typed REST client for the Nodaro API — workflows, jobs, executions, apps, characters, and more.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"test:watch": "vitest"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@nodaro/shared": "^
|
|
44
|
+
"@nodaro/shared": "^2.0.0",
|
|
45
45
|
"@nodaro/prompts": "^1.5.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|