@zykjcommon/questions 0.0.6 → 0.0.8

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.6",
3
+ "version": "0.0.8",
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.5",
15
+ "@zykjcommon/questions": "^0.0.6",
16
16
  "alife-logger": "^1.8.30",
17
17
  "axios": "^0.26.0",
18
18
  "cookie": "^0.4.1",
@@ -25,6 +25,8 @@ if(version!='undefined'){
25
25
  version = parseInt(version)
26
26
  if(version >= 3){
27
27
  exportObj = ZYKJQuestionsPlugin
28
+ }else{
29
+ exportObj = ZYKJQuestionsPluginDev
28
30
  }
29
31
  }else{
30
32
  exportObj = ZYKJQuestionsPluginDev
package/dist/demo.html DELETED
@@ -1 +0,0 @@
1
- <!doctype html><meta charset="utf-8"><title>zykjcommon-questions demo</title><script src="./zykjcommon-questions.umd.js"></script><link rel="stylesheet" href="./zykjcommon-questions.css"><script>console.log(zykjcommon-questions)</script>