@tmsfe/tms-core 0.0.100 → 0.0.101

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmsfe/tms-core",
3
- "version": "0.0.100",
3
+ "version": "0.0.101",
4
4
  "description": "tms运行时框架",
5
5
  "repository": {
6
6
  "type": "git",
@@ -5,9 +5,6 @@
5
5
 
6
6
  // / <reference path='./types.ts'/>
7
7
 
8
- // uniapp转换工具执行之后会打开这句注释
9
- // import Vue from 'vue';
10
-
11
8
  import clone from '../clone';
12
9
  import helper from './helper';
13
10
 
@@ -5,9 +5,6 @@
5
5
 
6
6
  // / <reference path='./types.ts'/>
7
7
 
8
- // uniapp转换工具执行之后会打开这句注释
9
- // import Vue from 'vue';
10
-
11
8
  import clone from '../clone';
12
9
  import helper from './helper';
13
10