@wix/entity-advanced-permissions 1.1285.0 → 1.1287.0
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/statics/entity-advanced-permissions.umd.js +162 -53
- package/dist/statics/entity-advanced-permissions.umd.js.map +1 -1
- package/dist/statics/entity-advanced-permissions.umd.min.js +2 -2
- package/dist/statics/entity-advanced-permissions.umd.min.js.map +1 -1
- package/dist/statics/manifest.json +2 -2
- package/dist/statics/manifest.min.json +2 -2
- package/package.json +7 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"entity-advanced-permissions.css": "https://static.parastorage.com/services/entity-advanced-permissions/
|
|
3
|
-
"entity-advanced-permissions.js": "https://static.parastorage.com/services/entity-advanced-permissions/
|
|
2
|
+
"entity-advanced-permissions.css": "https://static.parastorage.com/services/entity-advanced-permissions/50338a8e2f534b2472b4d76721089dbc16985d4f4ef1988b708c43f0/entity-advanced-permissions.css",
|
|
3
|
+
"entity-advanced-permissions.js": "https://static.parastorage.com/services/entity-advanced-permissions/50338a8e2f534b2472b4d76721089dbc16985d4f4ef1988b708c43f0/entity-advanced-permissions.umd.js"
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"entity-advanced-permissions.css": "https://static.parastorage.com/services/entity-advanced-permissions/
|
|
3
|
-
"entity-advanced-permissions.js": "https://static.parastorage.com/services/entity-advanced-permissions/
|
|
2
|
+
"entity-advanced-permissions.css": "https://static.parastorage.com/services/entity-advanced-permissions/50338a8e2f534b2472b4d76721089dbc16985d4f4ef1988b708c43f0/entity-advanced-permissions.min.css",
|
|
3
|
+
"entity-advanced-permissions.js": "https://static.parastorage.com/services/entity-advanced-permissions/50338a8e2f534b2472b4d76721089dbc16985d4f4ef1988b708c43f0/entity-advanced-permissions.umd.min.js"
|
|
4
4
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/entity-advanced-permissions",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1287.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "essam",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@types/react": "^18.2.79",
|
|
49
49
|
"@types/react-dom": "^18.2.25",
|
|
50
50
|
"@types/react-select": "^3.1.2",
|
|
51
|
-
"@wix/jest-yoshi-preset": "^6.
|
|
52
|
-
"@wix/yoshi": "^6.
|
|
53
|
-
"@wix/yoshi-flow-library": "^6.
|
|
51
|
+
"@wix/jest-yoshi-preset": "^6.103.0",
|
|
52
|
+
"@wix/yoshi": "^6.103.0",
|
|
53
|
+
"@wix/yoshi-flow-library": "^6.103.0",
|
|
54
54
|
"babel-loader": "^8.3.0",
|
|
55
55
|
"husky": "^4.3.8",
|
|
56
56
|
"lint-staged": "^10.5.4",
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
"@types/lodash": "^4.17.0",
|
|
82
82
|
"@wix/design-system": "^1.129.0",
|
|
83
83
|
"@wix/wix-ui-icons-common": "^3.50.0",
|
|
84
|
-
"@wix/yoshi-storybook-dependencies": "^6.
|
|
85
|
-
"@wix/yoshi-style-dependencies": "^6.
|
|
84
|
+
"@wix/yoshi-storybook-dependencies": "^6.103.0",
|
|
85
|
+
"@wix/yoshi-style-dependencies": "^6.103.0",
|
|
86
86
|
"he": "^1.2.0",
|
|
87
87
|
"lodash": "^4.17.21",
|
|
88
88
|
"react-scrollbars-custom": "^4.1.1",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
-
"falconPackageHash": "
|
|
111
|
+
"falconPackageHash": "460f80c8247b59489166c90ef504993e386fb9f5885b0701b99df7f5"
|
|
112
112
|
}
|