@uipath/packager-tool-datafabric 1.201.0-preview.143 → 1.201.0-preview.145

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.
Files changed (2) hide show
  1. package/dist/init.js +2 -2
  2. package/package.json +2 -2
package/dist/init.js CHANGED
@@ -19467,7 +19467,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
19467
19467
  var package_default = {
19468
19468
  name: "@uipath/solution-sdk",
19469
19469
  license: "SEE LICENSE IN LICENSE.txt",
19470
- version: "1.202.0-preview.143",
19470
+ version: "1.202.0-preview.145",
19471
19471
  repository: {
19472
19472
  type: "git",
19473
19473
  url: "https://github.com/UiPath/cli.git",
@@ -23304,4 +23304,4 @@ export {
23304
23304
  entityInitAsync
23305
23305
  };
23306
23306
 
23307
- //# debugId=577543F31EA1119064756E2164756E21
23307
+ //# debugId=A518824687A71F7064756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/packager-tool-datafabric",
3
- "version": "1.201.0-preview.143",
3
+ "version": "1.201.0-preview.145",
4
4
  "description": "UiPath Data Fabric entity schema, validation and packaging library",
5
5
  "type": "module",
6
6
  "exports": {
@@ -24,5 +24,5 @@
24
24
  "peerDependencies": {
25
25
  "@uipath/solutionpackager-tool-core": "1.202.0"
26
26
  },
27
- "gitHead": "23b5a7038ead7264439af18f8b807c7cc99a29d5"
27
+ "gitHead": "c9461589074da542b7341888001db857760270b0"
28
28
  }