@nx/powerpack-enterprise-cloud 4.0.0 → 5.0.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.
- package/package.json +3 -3
- package/src/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/powerpack-enterprise-cloud",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "A Nx Powerpack plugin which is specific to Nx Enterprise Cloud workspaces.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"THIRD_PARTY_LICENSES.txt"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@nx/enterprise-cloud": "
|
|
22
|
+
"@nx/enterprise-cloud": "5.0.1"
|
|
23
23
|
},
|
|
24
24
|
"types": "./src/index.d.ts"
|
|
25
|
-
}
|
|
25
|
+
}
|
package/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';
|
|
1
|
+
'use strict';var a0_0x426a57=a0_0x2904;(function(_0x4a2fd0,_0x501be2){var _0x2f63e7=a0_0x2904,_0x39421e=_0x4a2fd0();while(!![]){try{var _0x2f36b8=-parseInt(_0x2f63e7(0x1f7))/0x1+-parseInt(_0x2f63e7(0x1f4))/0x2+-parseInt(_0x2f63e7(0x1fa))/0x3+-parseInt(_0x2f63e7(0x1f1))/0x4+-parseInt(_0x2f63e7(0x1f3))/0x5+parseInt(_0x2f63e7(0x1fb))/0x6*(parseInt(_0x2f63e7(0x1f9))/0x7)+-parseInt(_0x2f63e7(0x1ef))/0x8*(-parseInt(_0x2f63e7(0x1f8))/0x9);if(_0x2f36b8===_0x501be2)break;else _0x39421e['push'](_0x39421e['shift']());}catch(_0x501e8e){_0x39421e['push'](_0x39421e['shift']());}}}(a0_0x533b,0x55c46));function a0_0x2904(_0x2ef266,_0x2e9701){var _0x533bb6=a0_0x533b();return a0_0x2904=function(_0x2904d2,_0x1dc7a4){_0x2904d2=_0x2904d2-0x1ef;var _0x2bef27=_0x533bb6[_0x2904d2];return _0x2bef27;},a0_0x2904(_0x2ef266,_0x2e9701);}function a0_0x533b(){var _0x205080=['createMetadata','1059328rLsqza','defineProperty','999480vgvgEl','632260kHWgkp','createNodes','__esModule','641579SQluQa','26613FXlseq','1692985fAJeHL','1248480ifaNdp','12eSRpAA','4616jhAddG'];a0_0x533b=function(){return _0x205080;};return a0_0x533b();}Object[a0_0x426a57(0x1f2)](exports,a0_0x426a57(0x1f6),{'value':!0x0}),exports[a0_0x426a57(0x1f5)]=exports[a0_0x426a57(0x1f0)]=void 0x0;var e=require('@nx/enterprise-cloud/src/plugin/plugin');Object[a0_0x426a57(0x1f2)](exports,a0_0x426a57(0x1f0),{'enumerable':!0x0,'get':function(){var _0x1f7f35=a0_0x426a57;return e[_0x1f7f35(0x1f0)];}}),Object[a0_0x426a57(0x1f2)](exports,a0_0x426a57(0x1f5),{'enumerable':!0x0,'get':function(){var _0x29ee21=a0_0x426a57;return e[_0x29ee21(0x1f5)];}});
|