@zykjcommon/questions 0.0.18 → 0.0.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zykjcommon/questions",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "main": "src/components/questions/entry.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -12,7 +12,7 @@
12
12
  "build:lib": "vue-cli-service build --target lib src/components/questions/buildEntry.js --name zykjcommon-questions"
13
13
  },
14
14
  "dependencies": {
15
- "@zykjcommon/questions": "^0.0.16",
15
+ "@zykjcommon/questions": "^0.0.18",
16
16
  "alife-logger": "^1.8.30",
17
17
  "axios": "^0.26.0",
18
18
  "cookie": "^0.4.1",
@@ -2,7 +2,7 @@
2
2
  * Created by Allen Liu on 2023/7/19.
3
3
  */
4
4
 
5
- import ZYKJQuestionsPlugin from "../../../dist/zykjcommon-questions.umd.min"
5
+ // import ZYKJQuestionsPlugin from "../../../dist/zykjcommon-questions.umd.min"
6
6
  // import ZYKJQuestionsPluginDev from "./developmentEntry.js"
7
7
  import fun from "../../assets/js/fun";
8
8
  let version = fun.getVueVersion()