tplus-member 3.32.4 → 3.35.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +28 -28
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
- {
2
- "name": "tplus-member",
3
- "version": "3.32.4",
4
- "description": "",
5
- "main": "dist/index.js",
6
- "scripts": {
7
- "test": "set DEBUG=tplus:*,-not_this && mocha",
8
- "start": "node node_modules/mutants-devtools/bin/start",
9
- "build": "rm -rf dist && node node_modules/mutants-devtools/bin/build",
10
- "pub": "npm run build && npm publish --registry https://registry.npmjs.org && cnpm sync tplus-member",
11
- "dev": "node node_modules/mutants-devtools/bin/dev ../touch"
12
- },
13
- "author": "",
14
- "license": "ISC",
15
- "devDependencies": {
16
- "mutants-appfx": "^1.0.0",
17
- "mutants-devtools": "^1.0.0",
18
- "mutants-microfx": "^1.0.0",
19
- "tplus-api": "~5.0.1",
20
- "tplus-components": "~3.32.1",
21
- "tplus-components-touch": "~3.32.1",
22
- "tplus-poslogin": "~3.32.1",
23
- "tplus-setting-touch": "~3.32.1"
24
- },
25
- "dependencies": {
26
- "antd": "4.10.3"
27
- }
28
- }
1
+ {
2
+ "name": "tplus-member",
3
+ "version": "3.35.1",
4
+ "description": "",
5
+ "main": "dist/index.js",
6
+ "scripts": {
7
+ "test": "set DEBUG=tplus:*,-not_this && mocha",
8
+ "start": "node node_modules/mutants-devtools/bin/start",
9
+ "build": "rm -rf dist && node node_modules/mutants-devtools/bin/build",
10
+ "pub": "npm run build && npm publish --registry https://registry.npmjs.org && cnpm sync tplus-member",
11
+ "dev": "node node_modules/mutants-devtools/bin/dev ../touch"
12
+ },
13
+ "author": "",
14
+ "license": "ISC",
15
+ "devDependencies": {
16
+ "mutants-appfx": "^1.0.0",
17
+ "mutants-devtools": "^1.0.0",
18
+ "mutants-microfx": "^1.0.0",
19
+ "tplus-api": "~5.0.1",
20
+ "tplus-components": "~3.35.1",
21
+ "tplus-components-touch": "~3.35.1",
22
+ "tplus-poslogin": "~3.35.1",
23
+ "tplus-setting-touch": "~3.35.1"
24
+ },
25
+ "dependencies": {
26
+ "antd": "4.10.3"
27
+ }
28
+ }