@microsoft/decorators 1.19.0 → 1.20.0-rc.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/{decorators_none_326c99ddcdf9199cd9d7.js → decorators_none_8cfcb249a24ff45d8f73.js}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
define("f97266fb-ccb7-430e-9384-4124d05295d3_1.
|
|
1
|
+
define("f97266fb-ccb7-430e-9384-4124d05295d3_1.20.0",[],()=>(()=>{"use strict";var e={d:(t,n)=>{for(var a in n)e.o(n,a)&&!e.o(t,a)&&Object.defineProperty(t,a,{enumerable:!0,get:n[a]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};function n(e,t,n){}function a(e){}function i(e,t,n){}return e.r(t),e.d(t,{override:()=>i,sealed:()=>a,virtual:()=>n}),t})());
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "f97266fb-ccb7-430e-9384-4124d05295d3",
|
|
3
3
|
"alias": "Decorators",
|
|
4
4
|
"componentType": "Library",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.20.0",
|
|
6
6
|
"manifestVersion": 2,
|
|
7
7
|
"loaderConfig": {
|
|
8
8
|
"internalModuleBaseUrls": [
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"decorators": {
|
|
14
14
|
"type": "path",
|
|
15
15
|
"path": {
|
|
16
|
-
"path": "
|
|
17
|
-
"integrity": "sha256-
|
|
16
|
+
"path": "decorators_none_8cfcb249a24ff45d8f73.js",
|
|
17
|
+
"integrity": "sha256-6hMjNY48WcOeEmmGz48CI2Gr/CnVgMEyrkTTDD5LlYE="
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
}
|
package/dist/tsdoc-metadata.json
CHANGED
package/lib-commonjs/sealed.js
CHANGED
|
@@ -9,7 +9,7 @@ exports.sealed = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* @public
|
|
11
11
|
*/
|
|
12
|
-
// eslint-disable-next-line @typescript-eslint/
|
|
12
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
|
|
13
13
|
function sealed(target) {
|
|
14
14
|
// Eventually we may implement runtime validation (e.g. in DEBUG builds)
|
|
15
15
|
// but currently this decorator is only used by the build tools.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/decorators",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20.0-rc.0",
|
|
4
4
|
"description": "A very conservative set of decorators for TypeScript projects",
|
|
5
5
|
"license": "https://aka.ms/spfx/license",
|
|
6
6
|
"homepage": "http://aka.ms/spfx",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"tslib": "2.3.1"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@rushstack/heft": "0.
|
|
15
|
-
"eslint": "8.
|
|
14
|
+
"@rushstack/heft": "0.67.0",
|
|
15
|
+
"eslint": "8.57.0",
|
|
16
16
|
"@ms/spfx-internal-web-build-rig": "0.1.0"
|
|
17
17
|
},
|
|
18
18
|
"engines": {
|