tplus-member 1.25.2 → 1.26.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +27 -28
  2. package/yarn.lock +0 -12926
package/package.json CHANGED
@@ -1,28 +1,27 @@
1
- {
2
- "name": "tplus-member",
3
- "version": "1.25.2",
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
- "tinper-bee": "2.2.0",
20
- "tplus-api": "~1.2.6",
21
- "tplus-components": "~1.25.1",
22
- "tplus-components-touch": "~1.25.1",
23
- "tplus-portaltouch": "~1.25.1",
24
- "tplus-poslogin": "~1.25.1",
25
- "tplus-setting-touch": "~1.25.1"
26
- },
27
- "dependencies": {}
28
- }
1
+ {
2
+ "name": "tplus-member",
3
+ "version": "1.26.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
+ "tinper-bee": "2.2.0",
20
+ "tplus-api": "~1.2.6",
21
+ "tplus-components": "~1.26.1",
22
+ "tplus-components-touch": "~1.26.1",
23
+ "tplus-poslogin": "~1.26.1",
24
+ "tplus-setting-touch": "~1.26.1"
25
+ },
26
+ "dependencies": {}
27
+ }