qidian-shared 1.0.16 → 1.0.18
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/dist/qidian-shared.cjs.js +1 -0
- package/dist/qidian-shared.cjs.js.map +1 -1
- package/dist/qidian-shared.es.js +1 -0
- package/dist/qidian-shared.es.js.map +1 -1
- package/dist/qidian-shared.umd.js +1 -0
- package/dist/qidian-shared.umd.js.map +1 -1
- package/dist/utils/crypto.d.ts +1 -0
- package/package.json +2 -1
|
@@ -12392,6 +12392,7 @@ exports.encryptWithAes = encryptWithAes;
|
|
|
12392
12392
|
exports.extractSlotsWithPrefix = extractSlotsWithPrefix;
|
|
12393
12393
|
exports.extractSlotsWithoutPrefix = extractSlotsWithoutPrefix;
|
|
12394
12394
|
exports.generateAesKey = generateAesKey;
|
|
12395
|
+
exports.generateRandomString = generateRandomString;
|
|
12395
12396
|
exports.getUrlParam = getUrlParam;
|
|
12396
12397
|
exports.getUrlParams = getUrlParams;
|
|
12397
12398
|
exports.hasOwn = hasOwn;
|