@uipath/uipath-typescript 1.2.0 → 1.2.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.
@@ -1676,7 +1676,7 @@ const QueueMap = {
1676
1676
  // Connection string placeholder that will be replaced during build
1677
1677
  const CONNECTION_STRING = "InstrumentationKey=a6efa11d-1feb-4508-9738-e13e12dcae5e;IngestionEndpoint=https://westeurope-5.in.applicationinsights.azure.com/;LiveEndpoint=https://westeurope.livediagnostics.monitor.azure.com/;ApplicationId=7c58eb1c-9581-4ba6-839e-11725848a037";
1678
1678
  // SDK Version placeholder
1679
- const SDK_VERSION = "1.2.0";
1679
+ const SDK_VERSION = "1.2.1";
1680
1680
  const VERSION = "Version";
1681
1681
  const SERVICE = "Service";
1682
1682
  const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
@@ -1674,7 +1674,7 @@ const QueueMap = {
1674
1674
  // Connection string placeholder that will be replaced during build
1675
1675
  const CONNECTION_STRING = "InstrumentationKey=a6efa11d-1feb-4508-9738-e13e12dcae5e;IngestionEndpoint=https://westeurope-5.in.applicationinsights.azure.com/;LiveEndpoint=https://westeurope.livediagnostics.monitor.azure.com/;ApplicationId=7c58eb1c-9581-4ba6-839e-11725848a037";
1676
1676
  // SDK Version placeholder
1677
- const SDK_VERSION = "1.2.0";
1677
+ const SDK_VERSION = "1.2.1";
1678
1678
  const VERSION = "Version";
1679
1679
  const SERVICE = "Service";
1680
1680
  const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
@@ -1902,7 +1902,7 @@ const TASK_ENDPOINTS = {
1902
1902
  // Connection string placeholder that will be replaced during build
1903
1903
  const CONNECTION_STRING = "InstrumentationKey=a6efa11d-1feb-4508-9738-e13e12dcae5e;IngestionEndpoint=https://westeurope-5.in.applicationinsights.azure.com/;LiveEndpoint=https://westeurope.livediagnostics.monitor.azure.com/;ApplicationId=7c58eb1c-9581-4ba6-839e-11725848a037";
1904
1904
  // SDK Version placeholder
1905
- const SDK_VERSION = "1.2.0";
1905
+ const SDK_VERSION = "1.2.1";
1906
1906
  const VERSION = "Version";
1907
1907
  const SERVICE = "Service";
1908
1908
  const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
@@ -1900,7 +1900,7 @@ const TASK_ENDPOINTS = {
1900
1900
  // Connection string placeholder that will be replaced during build
1901
1901
  const CONNECTION_STRING = "InstrumentationKey=a6efa11d-1feb-4508-9738-e13e12dcae5e;IngestionEndpoint=https://westeurope-5.in.applicationinsights.azure.com/;LiveEndpoint=https://westeurope.livediagnostics.monitor.azure.com/;ApplicationId=7c58eb1c-9581-4ba6-839e-11725848a037";
1902
1902
  // SDK Version placeholder
1903
- const SDK_VERSION = "1.2.0";
1903
+ const SDK_VERSION = "1.2.1";
1904
1904
  const VERSION = "Version";
1905
1905
  const SERVICE = "Service";
1906
1906
  const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/uipath-typescript",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "UiPath TypeScript SDK",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -136,7 +136,8 @@
136
136
  "build": "rollup -c",
137
137
  "build:watch": "rollup -c -w",
138
138
  "clean": "rimraf dist && rimraf node_modules && rimraf package-lock.json",
139
- "docs:api": "typedoc && npm run docs:post-process",
139
+ "docs:api": "typedoc && npm run docs:post-process && npm run docs:coded-action-apps",
140
+ "docs:coded-action-apps": "npm run docs --prefix packages/coded-action-apps",
140
141
  "docs:post-process": "node scripts/docs-post-process.mjs",
141
142
  "lint": "oxlint",
142
143
  "typecheck": "tsc --noEmit",
@@ -173,7 +174,7 @@
173
174
  "dotenv": "^17.2.0",
174
175
  "oxlint": "^1.43.0",
175
176
  "rimraf": "^6.0.1",
176
- "rollup": "^4.53.2",
177
+ "rollup": "^4.59.0",
177
178
  "rollup-plugin-dts": "^6.1.0",
178
179
  "typedoc": "^0.28.13",
179
180
  "typedoc-plugin-markdown": "^4.8.1",