@tmsfe/tmskit 0.0.1 → 0.0.2

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/index.cjs.js CHANGED
@@ -2086,7 +2086,7 @@ var entry = [{
2086
2086
 
2087
2087
  var require$$6 = {
2088
2088
  name: "@tmsfe/tmskit",
2089
- version: "0.0.1",
2089
+ version: "0.0.2",
2090
2090
  description: "tmskit",
2091
2091
  main: "main.js",
2092
2092
  bin: {
@@ -2104,13 +2104,15 @@ var require$$6 = {
2104
2104
  ]
2105
2105
  },
2106
2106
  devDependencies: {
2107
- "@babel/core": "^7.15.0",
2108
- "@babel/plugin-transform-modules-commonjs": "^7.16.0",
2109
- "@babel/preset-env": "^7.16.0",
2110
2107
  "@rollup/plugin-babel": "^5.0.2",
2111
2108
  "@rollup/plugin-commonjs": "^19.0.0",
2112
2109
  "@rollup/plugin-dynamic-import-vars": "^1.1.1",
2113
- "@rollup/plugin-json": "^4.0.3",
2110
+ "@rollup/plugin-json": "^4.0.3"
2111
+ },
2112
+ dependencies: {
2113
+ "@babel/core": "^7.15.0",
2114
+ "@babel/plugin-transform-modules-commonjs": "^7.16.0",
2115
+ "@babel/preset-env": "^7.16.0",
2114
2116
  async: "^3.2.2",
2115
2117
  "babel-core": "^6.26.3",
2116
2118
  "babel-loader": "^8.2.3",
@@ -2126,9 +2128,7 @@ var require$$6 = {
2126
2128
  "ts-loader": "^9.2.6",
2127
2129
  "url-loader": "^4.1.1",
2128
2130
  webpack: "^5.64.0",
2129
- "webpack-cli": "^4.9.1"
2130
- },
2131
- dependencies: {
2131
+ "webpack-cli": "^4.9.1",
2132
2132
  axios: "^0.21.4",
2133
2133
  chalk: "^4.1.0",
2134
2134
  commander: "^6.2.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmsfe/tmskit",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "tmskit",
5
5
  "main": "main.js",
6
6
  "bin": {
@@ -18,13 +18,15 @@
18
18
  ]
19
19
  },
20
20
  "devDependencies": {
21
- "@babel/core": "^7.15.0",
22
- "@babel/plugin-transform-modules-commonjs": "^7.16.0",
23
- "@babel/preset-env": "^7.16.0",
24
21
  "@rollup/plugin-babel": "^5.0.2",
25
22
  "@rollup/plugin-commonjs": "^19.0.0",
26
23
  "@rollup/plugin-dynamic-import-vars": "^1.1.1",
27
- "@rollup/plugin-json": "^4.0.3",
24
+ "@rollup/plugin-json": "^4.0.3"
25
+ },
26
+ "dependencies": {
27
+ "@babel/core": "^7.15.0",
28
+ "@babel/plugin-transform-modules-commonjs": "^7.16.0",
29
+ "@babel/preset-env": "^7.16.0",
28
30
  "async": "^3.2.2",
29
31
  "babel-core": "^6.26.3",
30
32
  "babel-loader": "^8.2.3",
@@ -40,9 +42,7 @@
40
42
  "ts-loader": "^9.2.6",
41
43
  "url-loader": "^4.1.1",
42
44
  "webpack": "^5.64.0",
43
- "webpack-cli": "^4.9.1"
44
- },
45
- "dependencies": {
45
+ "webpack-cli": "^4.9.1",
46
46
  "axios": "^0.21.4",
47
47
  "chalk": "^4.1.0",
48
48
  "commander": "^6.2.1",