@rsdoctor/utils 0.4.6 → 0.4.7

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.
@@ -1,6 +1,6 @@
1
1
  import { SDK, Manifest } from '@rsdoctor/types';
2
2
  /**
3
- * this class will run at both brower and node environment.
3
+ * this class will run at both browser and node environment.
4
4
  */
5
5
  export declare class APIDataLoader {
6
6
  protected loader: Manifest.ManifestDataLoader;
@@ -1 +1 @@
1
- {"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../../../src/rule-utils/parser/parser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAGjE,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAEpC,YAAY,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,OAAO,CAAC;AAErD,MAAM,WAAW,UAAW,SAAQ,KAAK;IACvC,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;CAClB;AAYD,eAAO,MAAM,MAAM;IACjB,mBAAmB;;IAEnB;;;OAGG;mBACY,MAAM,WAAW,OAAO,KACa,IAAI,CAAC,OAAO;IAEhE;;;OAGG;+BACwB,MAAM,OAAO,MAAM,WAAW,OAAO,KAK9C,IAAI,CAAC,mBAAmB;IAE1C;;OAEG;oBACa,UAAU,CAAC,OAAO,WAAW,CAAC,MAAM,CAAC;IAIrD,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAoBm+H,KAAM,OAAO;yDAA6I,KAAM,SAAS;oEAA+H,KAAM,oBAAoB;kEAAuH,KAAM,kBAAkB;6DAA8G,KAAM,aAAa;6DAAmL,KAAM,aAAa;6DAAwG,KAAM,aAAa;+DAA2G,KAAM,eAAe;;;IAjB9gK;;;OAGG;;uBAEc,MAAM,WAAW,OAAO,KACe,IAAI,CAAC,OAAO;mCAEvC,MAAM,OAAO,MAAM,WAAW,OAAO,KAK9C,IAAI,CAAC,mBAAmB;;CAG7C,CAAC"}
1
+ {"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../../../src/rule-utils/parser/parser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAGjE,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAEpC,YAAY,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,OAAO,CAAC;AAErD,MAAM,WAAW,UAAW,SAAQ,KAAK;IACvC,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;CAClB;AAYD,eAAO,MAAM,MAAM;IACjB,mBAAmB;;IAEnB;;;OAGG;mBACY,MAAM,WAAW,OAAO,KACa,IAAI,CAAC,OAAO;IAEhE;;;OAGG;+BACwB,MAAM,OAAO,MAAM,WAAW,OAAO,KAK9C,IAAI,CAAC,mBAAmB;IAE1C;;OAEG;oBACa,UAAU,CAAC,OAAO,WAAW,CAAC,MAAM,CAAC;IAIrD,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAGxB;;;OAGG;;uBAEc,MAAM,WAAW,OAAO,KACe,IAAI,CAAC,OAAO;mCAEvC,MAAM,OAAO,MAAM,WAAW,OAAO,KAK9C,IAAI,CAAC,mBAAmB;;CAG7C,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/utils",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rsdoctor",
@@ -67,7 +67,7 @@
67
67
  "dist"
68
68
  ],
69
69
  "dependencies": {
70
- "@babel/code-frame": "7.24.7",
70
+ "@babel/code-frame": "7.25.7",
71
71
  "@types/estree": "1.0.5",
72
72
  "acorn": "^8.10.0",
73
73
  "acorn-import-assertions": "1.9.0",
@@ -84,7 +84,7 @@
84
84
  "lodash": "^4.17.21",
85
85
  "rslog": "^1.2.3",
86
86
  "strip-ansi": "^6.0.1",
87
- "@rsdoctor/types": "0.4.6"
87
+ "@rsdoctor/types": "0.4.7"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@types/babel__code-frame": "7.0.6",
@@ -92,7 +92,7 @@
92
92
  "@types/deep-eql": "4.0.2",
93
93
  "@types/envinfo": "7.8.4",
94
94
  "@types/fs-extra": "^11.0.4",
95
- "@types/lodash": "^4.17.9",
95
+ "@types/lodash": "^4.17.10",
96
96
  "@types/node": "^16",
97
97
  "tslib": "2.7.0",
98
98
  "typescript": "^5.2.2"