solhint-config-mud 2.2.18-2762cefb93e90632e0b25e11d0238b5998852f8b → 2.2.18-318924725246340b208d3fbee8793314686f1759

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/index.mjs ADDED
@@ -0,0 +1,18 @@
1
+ var __getOwnPropNames = Object.getOwnPropertyNames;
2
+ var __commonJS = (cb, mod) => function __require() {
3
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
4
+ };
5
+
6
+ // src/index.ts
7
+ var require_src = __commonJS({
8
+ "src/index.ts"(exports, module) {
9
+ module.exports = {
10
+ rules: {
11
+ "mud/no-msg-sender": "error",
12
+ "mud/system-file-name": "error"
13
+ }
14
+ };
15
+ }
16
+ });
17
+ export default require_src();
18
+ //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export = {\n rules: {\n \"mud/no-msg-sender\": \"error\",\n \"mud/system-file-name\": \"error\",\n },\n};\n"],"mappings":"aAAA,eAAS,CACP,MAAO,CACL,oBAAqB,QACrB,uBAAwB,OAC1B,CACF","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export = {\n rules: {\n \"mud/no-msg-sender\": \"error\",\n \"mud/system-file-name\": \"error\",\n },\n};\n"],"mappings":";;;;;;AAAA;AAAA;AAAA,qBAAS;AAAA,MACP,OAAO;AAAA,QACL,qBAAqB;AAAA,QACrB,wBAAwB;AAAA,MAC1B;AAAA,IACF;AAAA;AAAA;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solhint-config-mud",
3
- "version": "2.2.18-2762cefb93e90632e0b25e11d0238b5998852f8b",
3
+ "version": "2.2.18-318924725246340b208d3fbee8793314686f1759",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/latticexyz/mud.git",
package/dist/index.js DELETED
@@ -1,2 +0,0 @@
1
- "use strict";module.exports={rules:{"mud/no-msg-sender":"error","mud/system-file-name":"error"}};
2
- //# sourceMappingURL=index.js.map
File without changes