We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdeecf0 commit 32b20b6Copy full SHA for 32b20b6
2 files changed
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@openstatus/sdk-node",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "SDK for openstatus",
5
"license": "MIT",
6
"exports": {
scripts/build_npm.ts
@@ -12,7 +12,7 @@ await build({
12
package: {
13
// package.json properties
14
name: "@openstatus/sdk-node",
15
- version: "0.1.2",
+ version: "0.1.3",
16
description: "SDK for openstatus.",
17
license: "MIT",
18
repository: {
0 commit comments