@atomicservice/ascf-toolkit 1.0.1-beta.0 → 1.0.2

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.
Files changed (57) hide show
  1. package/lib/ascf-compiler/appjson-loader.js +1 -1
  2. package/lib/ascf-compiler/chalk/bundle.cjs.js +1 -1
  3. package/lib/ascf-compiler/common/appjson-validator.js +1 -1
  4. package/lib/ascf-compiler/common/css-runtime-api.js +1 -1
  5. package/lib/ascf-compiler/common/exp-utils.js +1 -1
  6. package/lib/ascf-compiler/common/hash-sum.js +1 -1
  7. package/lib/ascf-compiler/common/hjs-utils.js +1 -1
  8. package/lib/ascf-compiler/common/hxml-validator.js +1 -1
  9. package/lib/ascf-compiler/common/logUndefined.js +1 -1
  10. package/lib/ascf-compiler/common/packoptions-utils.js +1 -1
  11. package/lib/ascf-compiler/common/utils.js +1 -1
  12. package/lib/ascf-compiler/css-process-loader.js +1 -1
  13. package/lib/ascf-compiler/extract-loader.js +1 -1
  14. package/lib/ascf-compiler/hcss-loader.js +1 -1
  15. package/lib/ascf-compiler/hjs-loader.js +1 -1
  16. package/lib/ascf-compiler/hxml-loader.js +1 -1
  17. package/lib/ascf-compiler/loader-utils.js +1 -1
  18. package/lib/ascf-compiler/path-process-loader.js +1 -1
  19. package/lib/ascf-compiler/plugin/copy-bundle-plugin.js +1 -1
  20. package/lib/ascf-compiler/plugin/extConfig-plugin.js +1 -1
  21. package/lib/ascf-compiler/plugin/html-generator-plugin.js +1 -1
  22. package/lib/ascf-compiler/plugin/i18n-transform-plugin.js +1 -1
  23. package/lib/ascf-compiler/plugin/manifest-generator-plugin.js +1 -1
  24. package/lib/ascf-compiler/plugin/resource-plugin.js +1 -1
  25. package/lib/ascf-compiler/plugin/webpack-target/index.js +1 -1
  26. package/lib/ascf-compiler/plugin/webpack-target/jsonpChunkLoadingRuntimeModule.js +1 -1
  27. package/lib/ascf-compiler/plugin/webpack-target/jsonpHelpers.js +1 -1
  28. package/lib/ascf-compiler/plugin/webpack-target/jsonpTemplatePlugin.js +1 -1
  29. package/lib/ascf-compiler/template/attr-utils.js +1 -1
  30. package/lib/ascf-compiler/template/node-name-utils.js +1 -1
  31. package/lib/ascf-compiler/trustlist-hxml-verify-loader.js +1 -1
  32. package/lib/ascf-compiler/trustlist-js-verify-loader.js +1 -1
  33. package/lib/ascf-compiler/trustlist-verify/config.js +1 -1
  34. package/lib/ascf-compiler/trustlist-verify/utils.js +1 -1
  35. package/lib/ascf-compiler/vue-compiler/vue.bundle.js +1 -1
  36. package/lib/ascf-compiler/watch/watch.js +1 -0
  37. package/lib/ascf-compiler/web.webpack.config.js +1 -1
  38. package/lib/ascf-converter/common/commonConfig.js +1 -1
  39. package/lib/ascf-converter/common/commonUtils.js +1 -1
  40. package/lib/ascf-converter/common/textDocument.js +1 -1
  41. package/lib/ascf-converter/compiler-utils/parse5.bundle.js +1 -1
  42. package/lib/ascf-converter/features/converter.js +1 -1
  43. package/lib/ascf-converter/features/fileHandle.js +1 -1
  44. package/lib/ascf-converter/features/transformReport.js +1 -1
  45. package/lib/ascf-converter/lib/apiadapter4alipay.js +1 -1
  46. package/lib/ascf-converter/parse/babelParser.js +1 -1
  47. package/lib/ascf-converter/parse/importVisitor.js +1 -1
  48. package/lib/ascf-converter/parse/wxssParser.js +1 -1
  49. package/lib/bin/ascf.js +1 -1
  50. package/lib/common/config.js +1 -0
  51. package/lib/common/logger-plugin.js +1 -1
  52. package/lib/common/remove-strict-mode-plugin.js +1 -1
  53. package/lib/common/utils.js +1 -1
  54. package/lib/index.js +1 -1
  55. package/notice/openSourceSoftwareNotice.docx +0 -0
  56. package/package.json +22 -16
  57. package/notice/openSourceSoftwareNotice.html +0 -5132
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomicservice/ascf-toolkit",
3
- "version": "1.0.1-beta.0",
3
+ "version": "1.0.2",
4
4
  "author": "atomicservice",
5
5
  "title": "ASCF toolkit for atomicservice",
6
6
  "description": "ASCF toolkit for atomicservice",
@@ -46,7 +46,6 @@
46
46
  "loader-utils": "2.0.4",
47
47
  "postcss": "8.4.39",
48
48
  "rimraf": "4.4.0",
49
- "rollup-plugin-babel": "4.4.0",
50
49
  "sass": "1.55.0",
51
50
  "sass-loader": "10.3.1",
52
51
  "semver": "7.5.4",
@@ -61,7 +60,8 @@
61
60
  "gulp-babel": "8.0.0",
62
61
  "gulp-javascript-obfuscator": "1.1.6",
63
62
  "gulp-plumber": "1.2.1",
64
- "gulp-uglify": "3.0.2"
63
+ "gulp-uglify": "3.0.2",
64
+ "rollup-plugin-babel": "4.4.0"
65
65
  },
66
66
  "overrides": {
67
67
  "minipass": "3.3.6",
@@ -70,32 +70,32 @@
70
70
  "@babel/plugin-bugfix-safari-class-field-initializer-scope": "7.25.7",
71
71
  "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "7.25.7",
72
72
  "@babel/plugin-syntax-import-assertions": "7.25.7",
73
- "@babel/plugin-transform-optional-chaining": "7.25.7",
73
+ "@babel/plugin-transform-optional-chaining": "7.25.8",
74
74
  "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "7.25.7",
75
75
  "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "7.25.7",
76
76
  "@babel/plugin-syntax-import-attributes": "7.25.7",
77
- "@babel/plugin-transform-async-generator-functions": "7.25.7",
77
+ "@babel/plugin-transform-async-generator-functions": "7.25.8",
78
78
  "@babel/plugin-transform-class-properties": "7.25.7",
79
- "@babel/plugin-transform-class-static-block": "7.25.7",
79
+ "@babel/plugin-transform-class-static-block": "7.25.8",
80
80
  "@babel/plugin-transform-dotall-regex": "7.25.7",
81
81
  "@babel/plugin-transform-duplicate-keys": "7.25.7",
82
82
  "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "7.25.7",
83
- "@babel/plugin-transform-dynamic-import": "7.25.7",
83
+ "@babel/plugin-transform-dynamic-import": "7.25.8",
84
84
  "@babel/plugin-transform-exponentiation-operator": "7.25.7",
85
85
  "@babel/helper-builder-binary-assignment-operator-visitor": "7.25.7",
86
- "@babel/plugin-transform-export-namespace-from": "7.25.7",
87
- "@babel/plugin-transform-json-strings": "7.25.7",
88
- "@babel/plugin-transform-logical-assignment-operators": "7.25.7",
86
+ "@babel/plugin-transform-export-namespace-from": "7.25.8",
87
+ "@babel/plugin-transform-json-strings": "7.25.8",
88
+ "@babel/plugin-transform-logical-assignment-operators": "7.25.8",
89
89
  "@babel/plugin-transform-modules-amd": "7.25.7",
90
90
  "@babel/plugin-transform-modules-systemjs": "7.25.7",
91
91
  "@babel/plugin-transform-modules-umd": "7.25.7",
92
92
  "@babel/plugin-transform-new-target": "7.25.7",
93
- "@babel/plugin-transform-nullish-coalescing-operator": "7.25.7",
94
- "@babel/plugin-transform-numeric-separator": "7.25.7",
95
- "@babel/plugin-transform-object-rest-spread": "7.25.7",
96
- "@babel/plugin-transform-optional-catch-binding": "7.25.7",
93
+ "@babel/plugin-transform-nullish-coalescing-operator": "7.25.8",
94
+ "@babel/plugin-transform-numeric-separator": "7.25.8",
95
+ "@babel/plugin-transform-object-rest-spread": "7.25.8",
96
+ "@babel/plugin-transform-optional-catch-binding": "7.25.8",
97
97
  "@babel/plugin-transform-private-methods": "7.25.7",
98
- "@babel/plugin-transform-private-property-in-object": "7.25.7",
98
+ "@babel/plugin-transform-private-property-in-object": "7.25.8",
99
99
  "@babel/plugin-transform-regenerator": "7.25.7",
100
100
  "@babel/plugin-transform-reserved-words": "7.25.7",
101
101
  "@babel/plugin-transform-typeof-symbol": "7.25.7",
@@ -146,7 +146,13 @@
146
146
  "caniuse-lite": "1.0.30001468",
147
147
  "electron-to-chromium": "1.4.334",
148
148
  "terser": "5.16.6",
149
- "sax": "1.3.0"
149
+ "sax": "1.3.0",
150
+ "flatted": "3.2.7",
151
+ "is-core-module": "2.10.0",
152
+ "@jridgewell/source-map": "0.3.2",
153
+ "browserslist": "4.24.2",
154
+ "resolve": "1.22.8",
155
+ "terser-webpack-plugin": "5.3.7"
150
156
  },
151
157
  "bin": {
152
158
  "ascf": "lib/bin/ascf.js"