epos-unit 1.10.0 → 1.11.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.
@@ -1,6 +1,6 @@
1
1
  import * as mobx from 'mobx';
2
- import { Cls } from 'eposlabs/types';
3
- import { Log } from 'eposlabs/utils';
2
+ import { Cls } from 'dropcap/types';
3
+ import { Log } from 'dropcap/utils';
4
4
 
5
5
  declare const _root_: unique symbol;
6
6
  declare const _parent_: unique symbol;
package/dist/epos-unit.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // src/epos-unit.ts
2
2
  import "epos";
3
- import { createLog } from "eposlabs/utils";
3
+ import { createLog } from "dropcap/utils";
4
4
  var _root_ = /* @__PURE__ */ Symbol("root");
5
5
  var _parent_ = /* @__PURE__ */ Symbol("parent");
6
6
  var _disposers_ = /* @__PURE__ */ Symbol("disposers");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "epos-unit",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "imkost",
@@ -24,7 +24,7 @@
24
24
  "dist"
25
25
  ],
26
26
  "dependencies": {
27
- "epos": "^1.26.0",
28
- "eposlabs": "^1.15.0"
27
+ "dropcap": "^1.0.0",
28
+ "epos": "^1.30.0"
29
29
  }
30
30
  }
package/src/epos-unit.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import 'epos'
2
- import type { Cls } from 'eposlabs/types'
3
- import { createLog, Log } from 'eposlabs/utils'
2
+ import type { Cls } from 'dropcap/types'
3
+ import { createLog, Log } from 'dropcap/utils'
4
4
  import type { FC } from 'react'
5
5
 
6
6
  export const _root_ = Symbol('root')