epos 1.37.0 → 1.39.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/epos.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ /// <reference types="chrome" preserve="true" />
1
2
  import { type Spec } from 'epos-spec';
2
3
  import type * as mobx from 'mobx';
3
4
  import type * as mobxReactLite from 'mobx-react-lite';
package/dist/epos.js CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="chrome"/>
1
+ /// <reference types="chrome" preserve="true" />
2
2
  import {} from 'epos-spec';
3
3
  const _epos = epos;
4
4
  export { _epos as epos };
package/dist/epos.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"epos.js","sourceRoot":"","sources":["../src/epos.ts"],"names":[],"mappings":"AAAA,+BAA+B;AAC/B,OAAO,EAAa,MAAM,WAAW,CAAA;AA4OrC,MAAM,KAAK,GAAG,IAAI,CAAA;AAClB,OAAO,EAAE,KAAK,IAAI,IAAI,EAAE,CAAA;AAExB,eAAe,IAAI,CAAA"}
1
+ {"version":3,"file":"epos.js","sourceRoot":"","sources":["../src/epos.ts"],"names":[],"mappings":"AAAA,gDAAgD;AAChD,OAAO,EAAa,MAAM,WAAW,CAAA;AA4OrC,MAAM,KAAK,GAAG,IAAI,CAAA;AAClB,OAAO,EAAE,KAAK,IAAI,IAAI,EAAE,CAAA;AAExB,eAAe,IAAI,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "epos",
3
- "version": "1.37.0",
3
+ "version": "1.39.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "imkost",
@@ -20,11 +20,11 @@
20
20
  "dist"
21
21
  ],
22
22
  "dependencies": {
23
- "@parcel/watcher": "^2.5.1",
23
+ "@parcel/watcher": "^2.5.4",
24
24
  "@types/chrome": "^0.1.33",
25
25
  "@types/react": "^19.2.8",
26
26
  "@types/react-dom": "^19.2.3",
27
- "epos-spec": "^1.5.0",
27
+ "epos-spec": "^1.6.0",
28
28
  "mobx": "^6.15.0",
29
29
  "mobx-react-lite": "^4.1.1",
30
30
  "portfinder": "^1.0.38",