Skip to content

Commit 28cb262

Browse files
authored
Merge pull request #4 from oracle/update-extension-api
fix: update extension api
2 parents f8a80ba + 7f051c6 commit 28cb262

File tree

3 files changed

+40
-32
lines changed

3 files changed

+40
-32
lines changed

extension-api/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ yarn add --dev @types/vscode
4444

4545
NPM
4646
```sh
47-
npm install --save-dev sqldeveloper-api
47+
npm install --save-dev @oracle/sql-developer-api
4848
```
4949

5050
YARN
5151
```sh
52-
yarn add --dev sqldeveloper-api
52+
yarn add --dev @oracle/sql-developer-api
5353
```
5454

5555
# Usage
@@ -175,16 +175,16 @@ The following table lists all available worksheets methods:
175175

176176
</table>
177177

178-
Consult [the code samples](../samples) for more examples and code snippets on how to use different parts of the API.
178+
Consult [the code samples](https://github.com/oracle/sql-developer-vscode/tree/main/samples) for more examples and code snippets on how to use different parts of the API.
179179

180180
<!-- # Changelog: skipped for first release, will be used starting from next release -->
181181

182182
## Contributing
183183

184-
Please review our [contribution guide](../CONTRIBUTING.md)
184+
Please review our [contribution guide](https://github.com/oracle/sql-developer-vscode/blob/main/CONTRIBUTING.md)
185185

186186
# License
187187

188188
Copyright (c) 2025 Oracle and/or its affiliates.
189189

190-
Released under the Universal Permissive License v1.0 as shown at <https://oss.oracle.com/licenses/upl/>.
190+
Released under the Universal Permissive License v1.0 as shown at <https://oss.oracle.com/licenses/upl/>.

extension-api/package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66
"license": "UPL-1.0",
77
"private": false,
88
"types": "dist/index.d.ts",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/oracle/sql-developer-vscode.git",
12+
"directory": "extension-api"
13+
},
14+
"keywords": [
15+
"Oracle",
16+
"SQL",
17+
"SQL Developer",
18+
"Database",
19+
"VSCode",
20+
"API"
21+
],
922
"scripts": {
1023
"update:version": "./scripts/update-version",
1124
"licensify": "./scripts/licensify",
@@ -16,4 +29,4 @@
1629
"dts-bundle-generator": "^9.5.1",
1730
"typescript": "^5.7.3"
1831
}
19-
}
32+
}

extension-api/yarn.lock

Lines changed: 21 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44

55
ansi-regex@^5.0.1:
66
version "5.0.1"
7-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
7+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
88
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
99

1010
ansi-styles@^4.0.0:
1111
version "4.3.0"
12-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
12+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
1313
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
1414
dependencies:
1515
color-convert "^2.0.1"
1616

1717
cliui@^8.0.1:
1818
version "8.0.1"
19-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
19+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
2020
integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
2121
dependencies:
2222
string-width "^4.2.0"
@@ -25,52 +25,52 @@ cliui@^8.0.1:
2525

2626
color-convert@^2.0.1:
2727
version "2.0.1"
28-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
28+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
2929
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
3030
dependencies:
3131
color-name "~1.1.4"
3232

3333
color-name@~1.1.4:
3434
version "1.1.4"
35-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
35+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
3636
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
3737

3838
dts-bundle-generator@^9.5.1:
3939
version "9.5.1"
40-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/dts-bundle-generator/-/dts-bundle-generator-9.5.1.tgz#7eac7f47a2d5b51bdaf581843e7f969b88bfc225"
40+
resolved "https://registry.yarnpkg.com/dts-bundle-generator/-/dts-bundle-generator-9.5.1.tgz#7eac7f47a2d5b51bdaf581843e7f969b88bfc225"
4141
integrity sha512-DxpJOb2FNnEyOzMkG11sxO2dmxPjthoVWxfKqWYJ/bI/rT1rvTMktF5EKjAYrRZu6Z6t3NhOUZ0sZ5ZXevOfbA==
4242
dependencies:
4343
typescript ">=5.0.2"
4444
yargs "^17.6.0"
4545

4646
emoji-regex@^8.0.0:
4747
version "8.0.0"
48-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
48+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
4949
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
5050

5151
escalade@^3.1.1:
5252
version "3.2.0"
53-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5"
53+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5"
5454
integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==
5555

5656
get-caller-file@^2.0.5:
5757
version "2.0.5"
58-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
58+
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
5959
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
6060

6161
is-fullwidth-code-point@^3.0.0:
6262
version "3.0.0"
63-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
63+
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
6464
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
6565

6666
require-directory@^2.1.1:
6767
version "2.1.1"
68-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
68+
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
6969
integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
7070

7171
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7272
version "4.2.3"
73-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
73+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7474
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7575
dependencies:
7676
emoji-regex "^8.0.0"
@@ -79,24 +79,19 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7979

8080
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8181
version "6.0.1"
82-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
82+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8383
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8484
dependencies:
8585
ansi-regex "^5.0.1"
8686

87-
typescript@>=5.0.2:
88-
version "5.8.2"
89-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
90-
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
91-
92-
typescript@^5.7.3:
93-
version "5.7.3"
94-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
95-
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
87+
typescript@>=5.0.2, typescript@^5.7.3:
88+
version "5.8.3"
89+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
90+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
9691

9792
wrap-ansi@^7.0.0:
9893
version "7.0.0"
99-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
94+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
10095
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10196
dependencies:
10297
ansi-styles "^4.0.0"
@@ -105,17 +100,17 @@ wrap-ansi@^7.0.0:
105100

106101
y18n@^5.0.5:
107102
version "5.0.8"
108-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
103+
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
109104
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
110105

111106
yargs-parser@^21.1.1:
112107
version "21.1.1"
113-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
108+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
114109
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
115110

116111
yargs@^17.6.0:
117112
version "17.7.2"
118-
resolved "https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
113+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
119114
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
120115
dependencies:
121116
cliui "^8.0.1"

0 commit comments

Comments
 (0)