@alwatr/has-own 6.0.1 → 6.0.2
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/main.js +2 -2
- package/dist/main.js.map +1 -1
- package/package.json +3 -3
package/dist/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* 📦 @alwatr/has-own v6.0.
|
|
1
|
+
/* 📦 @alwatr/has-own v6.0.2 */
|
|
2
2
|
var e=Object.hasOwn??Object.call.bind(Object.prototype.hasOwnProperty);export{e as hasOwn};
|
|
3
3
|
|
|
4
|
-
//# debugId=
|
|
4
|
+
//# debugId=B7FE0E1B3DA8EBC864756E2164756E21
|
|
5
5
|
//# sourceMappingURL=main.js.map
|
package/dist/main.js.map
CHANGED
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
"/**\n * Determines whether an object has a property with the specified name.\n * @param {object} obj An object.\n * @param {PropertyKey} prop A property name.\n * @returns {boolean} True if the property exists, otherwise false.\n */\nexport const hasOwn = Object.hasOwn ?? Object.call.bind(Object.prototype.hasOwnProperty);\n"
|
|
6
6
|
],
|
|
7
7
|
"mappings": ";AAMO,IAAM,EAAS,OAAO,QAAU,OAAO,KAAK,KAAK,OAAO,UAAU,cAAc",
|
|
8
|
-
"debugId": "
|
|
8
|
+
"debugId": "B7FE0E1B3DA8EBC864756E2164756E21",
|
|
9
9
|
"names": []
|
|
10
10
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/has-own",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "A side-effect-free polyfill/replacement for `Object.hasOwn` that supports all browsers.",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@alwatr/nano-build": "7.0.1",
|
|
24
24
|
"@alwatr/prettier-config": "7.0.1",
|
|
25
25
|
"@alwatr/tsconfig-base": "8.0.0",
|
|
26
|
-
"typescript": "^
|
|
26
|
+
"typescript": "^6.0.2"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"b": "bun run build",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"utils"
|
|
71
71
|
],
|
|
72
72
|
"prettier": "@alwatr/prettier-config",
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "95bb13efd0a5f485c6b09f1a911b99492017aed1"
|
|
74
74
|
}
|