@alauda-fe/dynamic-plugin-sdk-rspack 0.0.1-alpha.11 → 0.0.1-alpha.12

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 (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -91,7 +91,7 @@ var with_base_config_default = () => (config) => {
91
91
  {
92
92
  module: /monaco-(editor|yaml)/
93
93
  },
94
- /Can't resolve 'crypto'/,
94
+ /Can't resolve \S*'crypto'\S*/,
95
95
  /Failed to parse source map from/
96
96
  ],
97
97
  resolve: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda-fe/dynamic-plugin-sdk-rspack",
3
- "version": "0.0.1-alpha.11",
3
+ "version": "0.0.1-alpha.12",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "types": "./src/index.d.ts",