@vft/constants 0.0.28 → 0.0.30
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { activityMobile as E, activityName as r, address as i, checkCodeFour as d, checkCodeSix as m, emailRegExp as p, emojiReg as t, imgUrl as c, keywordCodeRegExp as x, mobile as a, password as C, pictureCode as N, searchRegExp as T, videoUrl as _ } from "./regular.
|
|
2
|
-
import { EVENT_CODE as l } from "./event-code.
|
|
3
|
-
import { CHANGE_EVENT as R, INPUT_EVENT as V, UPDATE_MODEL_EVENT as f } from "./event.
|
|
4
|
-
import { OFFICE_PREVIEW as h } from "./urls.
|
|
1
|
+
import { activityMobile as E, activityName as r, address as i, checkCodeFour as d, checkCodeSix as m, emailRegExp as p, emojiReg as t, imgUrl as c, keywordCodeRegExp as x, mobile as a, password as C, pictureCode as N, searchRegExp as T, videoUrl as _ } from "./regular.js";
|
|
2
|
+
import { EVENT_CODE as l } from "./event-code.js";
|
|
3
|
+
import { CHANGE_EVENT as R, INPUT_EVENT as V, UPDATE_MODEL_EVENT as f } from "./event.js";
|
|
4
|
+
import { OFFICE_PREVIEW as h } from "./urls.js";
|
|
5
5
|
export {
|
|
6
6
|
R as CHANGE_EVENT,
|
|
7
7
|
l as EVENT_CODE,
|
package/package.json
CHANGED
|
@@ -1,21 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vft/constants",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.30",
|
|
4
4
|
"main": "./dist/cjs/index.cjs",
|
|
5
|
-
"module": "./dist/es/index.
|
|
5
|
+
"module": "./dist/es/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"require": "./dist/cjs/index.cjs",
|
|
10
|
-
"import": "./dist/es/index.
|
|
10
|
+
"import": "./dist/es/index.js"
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
|
+
"scripts": {
|
|
14
|
+
"stub": "unbuild --stub && pnpm -F @vft/scripts stub-helper",
|
|
15
|
+
"dev": "pnpm run stub",
|
|
16
|
+
"clean": "pnpm /^clean:/",
|
|
17
|
+
"clean:dist": "rimraf dist",
|
|
18
|
+
"clean:node_modules": "rimraf node_modules",
|
|
19
|
+
"build": "vite build",
|
|
20
|
+
"pub": "pnpm clean:dist && pnpm build && tsx ../../scripts/src/publish.ts --pkg packages/constants -b"
|
|
21
|
+
},
|
|
13
22
|
"files": [
|
|
14
23
|
"dist"
|
|
15
|
-
]
|
|
16
|
-
|
|
17
|
-
"clean": "rimraf dist",
|
|
18
|
-
"build": "pnpm clean && vite build",
|
|
19
|
-
"pub": "pnpm build && tsx ../../scripts/src/publish.ts --pkg packages/constants -b"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|