@uipath/packager-tool-datafabric 1.201.0-preview.139 → 1.201.0-preview.141
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.
- package/dist/init.js +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.
|
|
20654
|
+
version: "1.202.0-preview.141",
|
|
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=
|
|
24491
|
+
//# debugId=166BFA8B6D51570364756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/packager-tool-datafabric",
|
|
3
|
-
"version": "1.201.0-preview.
|
|
3
|
+
"version": "1.201.0-preview.141",
|
|
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": "
|
|
34
|
+
"gitHead": "2c2b4b3b218f18c26db78eb8cd9ab8002d2b5290"
|
|
35
35
|
}
|