@pubinfo-pr/module-pinia-crypto 0.203.1 → 0.203.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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ import './index.css';var __create = Object.create, __defProp = Object.defineProp
10
10
  enumerable: !0
11
11
  }) : i, e)), __require = /* @__PURE__ */ ((e) => typeof require < "u" ? require : typeof Proxy < "u" ? new Proxy(e, { get: (e, t) => (typeof require < "u" ? require : e)[t] }) : e)(function(e) {
12
12
  if (typeof require < "u") return require.apply(this, arguments);
13
- throw Error("Calling `require` for \"" + e + "\" in an environment that doesn't expose the `require` function.");
13
+ throw Error("Calling `require` for \"" + e + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
14
14
  }), _virtual_pubinfo_resolver_default = {
15
15
  icons: {},
16
16
  layouts: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pubinfo-pr/module-pinia-crypto",
3
- "version": "0.203.1",
3
+ "version": "0.203.2",
4
4
  "description": "pubinfo 框架的加密集成",
5
5
  "exports": {
6
6
  ".": {
@@ -20,14 +20,14 @@
20
20
  "node": "^20.19.0 || >=22.12.0"
21
21
  },
22
22
  "peerDependencies": {
23
- "pubinfo-pr": "0.203.1"
23
+ "pubinfo-pr": "0.203.2"
24
24
  },
25
25
  "dependencies": {
26
26
  "crypto-js": "^4.2.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/crypto-js": "^4.2.2",
30
- "pubinfo-pr": "0.203.1"
30
+ "pubinfo-pr": "0.203.2"
31
31
  },
32
32
  "scripts": {
33
33
  "dev": "pubinfo build -w --sourcemap",