@beisen/assess-constants
Advanced tools
Comparing version 1.0.20 to 1.0.25
{ | ||
"name": "@beisen/assess-constants", | ||
"version": "1.0.20", | ||
"version": "1.0.25", | ||
"description": "", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"license": "ISC", | ||
"gitHead": "42b7763474c4b7796f84cc425db1c4c78aad7a88" | ||
"gitHead": "e0d0641dc33f444d3a2dd60dbd2017ea7afab630" | ||
} |
@@ -10,3 +10,2 @@ 'use strict'; | ||
export const CHANGE_TITLE = 'CHANGE_TITLE' | ||
/** 请求状态常量 **/ | ||
@@ -13,0 +12,0 @@ export const SUCCESS = 'SUCCESS' |
4185