Skip to content

Commit

Permalink
Merge pull request #24 from sailpoint-oss/fning/PLTCONN-2760
Browse files Browse the repository at this point in the history
PLTCONN-2760: Remove beta and mark version 1.0.0
  • Loading branch information
fangming-ning-sp committed Mar 2, 2023
2 parents 245028e + 75210be commit 580636e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Connector SDK for JavaScript (BETA)
# Connector SDK for JavaScript

## Overview

Expand Down
2 changes: 1 addition & 1 deletion lib/connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { ResponseStream } from './response'
import { Writable } from 'stream'
import { contextState } from './async-context';

const SDK_VERSION = 0
const SDK_VERSION = 1

/**
* Connector to build by attaching handlers for supported commands.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sailpoint/connector-sdk",
"version": "0.1.1",
"version": "1.0.0",
"description": "JavaScript framework to build SailPoint Connectors",
"author": "SailPoint Technologies, Inc.",
"license": "Copyright (c) 2023. SailPoint Technologies, Inc. All rights reserved.",
Expand Down

0 comments on commit 580636e

Please sign in to comment.