@uipath/packager-tool-datafabric 1.201.0-preview.138 → 1.201.0-preview.139

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
@@ -20651,7 +20651,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
20651
20651
  var package_default = {
20652
20652
  name: "@uipath/solution-sdk",
20653
20653
  license: "MIT",
20654
- version: "1.202.0-preview.138",
20654
+ version: "1.202.0-preview.139",
20655
20655
  repository: {
20656
20656
  type: "git",
20657
20657
  url: "https://github.com/UiPath/cli.git",
@@ -24488,4 +24488,4 @@ export {
24488
24488
  entityInitAsync
24489
24489
  };
24490
24490
 
24491
- //# debugId=092BA0481187D82B64756E2164756E21
24491
+ //# debugId=F78CA481A099DD1564756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/packager-tool-datafabric",
3
- "version": "1.201.0-preview.138",
3
+ "version": "1.201.0-preview.139",
4
4
  "description": "UiPath Data Fabric entity schema, validation and packaging library",
5
5
  "type": "module",
6
6
  "exports": {
@@ -31,5 +31,5 @@
31
31
  "peerDependencies": {
32
32
  "@uipath/solutionpackager-tool-core": "1.202.0"
33
33
  },
34
- "gitHead": "46372d5c4c4ae9352e9457a99e9d5efc1890cb48"
34
+ "gitHead": "fd9f8b8a05749404743763d22187b1b012c44274"
35
35
  }