@tmagic/utils 1.0.0-beta.15 → 1.0.0-beta.16

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
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1652265431113" clover="3.2.0">
3
- <project timestamp="1652265431113" name="All files">
2
+ <coverage generated="1652445744808" clover="3.2.0">
3
+ <project timestamp="1652445744808" name="All files">
4
4
  <metrics statements="106" coveredstatements="95" conditionals="33" coveredconditionals="29" methods="29" coveredmethods="18" elements="168" coveredelements="142" complexity="0" loc="106" ncloc="106" packages="1" files="1" classes="1"/>
5
5
  <file name="index.ts" path="/data/magic/tmagic-editor/packages/utils/src/index.ts">
6
6
  <metrics statements="106" coveredstatements="95" conditionals="33" coveredconditionals="29" methods="29" coveredmethods="18"/>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at Wed May 11 2022 18:37:11 GMT+0800 (China Standard Time)
104
+ at Fri May 13 2022 20:42:24 GMT+0800 (China Standard Time)
105
105
  </div>
106
106
  <script src="prettify.js"></script>
107
107
  <script>
@@ -700,7 +700,7 @@ export const isNumber = <span class="fstat-no" title="function not covered" >(v<
700
700
  <div class='footer quiet pad2 space-top1 center small'>
701
701
  Code coverage generated by
702
702
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
703
- at Wed May 11 2022 18:37:11 GMT+0800 (China Standard Time)
703
+ at Fri May 13 2022 20:42:24 GMT+0800 (China Standard Time)
704
704
  </div>
705
705
  <script src="prettify.js"></script>
706
706
  <script>
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-beta.15",
2
+ "version": "1.0.0-beta.16",
3
3
  "name": "@tmagic/utils",
4
4
  "main": "dist/tmagic-utils.umd.js",
5
5
  "module": "dist/tmagic-utils.es.js",
@@ -24,7 +24,7 @@
24
24
  "url": "https://github.com/Tencent/tmagic-editor.git"
25
25
  },
26
26
  "dependencies": {
27
- "@tmagic/schema": "^1.0.0-beta.15",
27
+ "@tmagic/schema": "^1.0.0-beta.16",
28
28
  "moment": "^2.29.2"
29
29
  },
30
30
  "devDependencies": {
@@ -38,5 +38,5 @@
38
38
  "vite": "^2.3.7",
39
39
  "vite-plugin-dts": "^0.9.6"
40
40
  },
41
- "gitHead": "340e4e3018c8699d6cf49001e0c367996ecea857"
41
+ "gitHead": "2aebfb1b8ceb5c8e26dfb59b643ed9f4f4b7bd15"
42
42
  }