@evenicanpm/common-core 1.3.0 → 1.4.0
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/cms/node_modules/.package-lock.json +460 -0
- package/cms/node_modules/@types/js-cookie/LICENSE +21 -0
- package/cms/node_modules/@types/js-cookie/README.md +15 -0
- package/cms/node_modules/@types/js-cookie/index.d.mts +5 -0
- package/cms/node_modules/@types/js-cookie/index.d.ts +104 -0
- package/cms/node_modules/@types/js-cookie/package.json +59 -0
- package/cms/node_modules/@types/node/LICENSE +21 -0
- package/cms/node_modules/@types/node/README.md +15 -0
- package/cms/node_modules/@types/node/assert/strict.d.ts +111 -0
- package/cms/node_modules/@types/node/assert.d.ts +1115 -0
- package/cms/node_modules/@types/node/async_hooks.d.ts +623 -0
- package/cms/node_modules/@types/node/buffer.buffer.d.ts +472 -0
- package/cms/node_modules/@types/node/buffer.d.ts +1934 -0
- package/cms/node_modules/@types/node/child_process.d.ts +1476 -0
- package/cms/node_modules/@types/node/cluster.d.ts +578 -0
- package/cms/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/cms/node_modules/@types/node/console.d.ts +453 -0
- package/cms/node_modules/@types/node/constants.d.ts +21 -0
- package/cms/node_modules/@types/node/crypto.d.ts +5417 -0
- package/cms/node_modules/@types/node/dgram.d.ts +600 -0
- package/cms/node_modules/@types/node/diagnostics_channel.d.ts +576 -0
- package/cms/node_modules/@types/node/dns/promises.d.ts +503 -0
- package/cms/node_modules/@types/node/dns.d.ts +923 -0
- package/cms/node_modules/@types/node/domain.d.ts +170 -0
- package/cms/node_modules/@types/node/events.d.ts +976 -0
- package/cms/node_modules/@types/node/fs/promises.d.ts +1317 -0
- package/cms/node_modules/@types/node/fs.d.ts +4714 -0
- package/cms/node_modules/@types/node/globals.d.ts +170 -0
- package/cms/node_modules/@types/node/globals.typedarray.d.ts +41 -0
- package/cms/node_modules/@types/node/http.d.ts +2134 -0
- package/cms/node_modules/@types/node/http2.d.ts +2756 -0
- package/cms/node_modules/@types/node/https.d.ts +579 -0
- package/cms/node_modules/@types/node/index.d.ts +101 -0
- package/cms/node_modules/@types/node/inspector.d.ts +277 -0
- package/cms/node_modules/@types/node/inspector.generated.d.ts +4233 -0
- package/cms/node_modules/@types/node/module.d.ts +894 -0
- package/cms/node_modules/@types/node/net.d.ts +1054 -0
- package/cms/node_modules/@types/node/os.d.ts +507 -0
- package/cms/node_modules/@types/node/package.json +155 -0
- package/cms/node_modules/@types/node/path.d.ts +200 -0
- package/cms/node_modules/@types/node/perf_hooks.d.ts +982 -0
- package/cms/node_modules/@types/node/process.d.ts +2069 -0
- package/cms/node_modules/@types/node/punycode.d.ts +117 -0
- package/cms/node_modules/@types/node/querystring.d.ts +152 -0
- package/cms/node_modules/@types/node/readline/promises.d.ts +161 -0
- package/cms/node_modules/@types/node/readline.d.ts +594 -0
- package/cms/node_modules/@types/node/repl.d.ts +438 -0
- package/cms/node_modules/@types/node/sea.d.ts +162 -0
- package/cms/node_modules/@types/node/sqlite.d.ts +937 -0
- package/cms/node_modules/@types/node/stream/consumers.d.ts +38 -0
- package/cms/node_modules/@types/node/stream/promises.d.ts +90 -0
- package/cms/node_modules/@types/node/stream/web.d.ts +573 -0
- package/cms/node_modules/@types/node/stream.d.ts +1683 -0
- package/cms/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/cms/node_modules/@types/node/test.d.ts +2339 -0
- package/cms/node_modules/@types/node/timers/promises.d.ts +108 -0
- package/cms/node_modules/@types/node/timers.d.ts +285 -0
- package/cms/node_modules/@types/node/tls.d.ts +1269 -0
- package/cms/node_modules/@types/node/trace_events.d.ts +197 -0
- package/cms/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +468 -0
- package/cms/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/cms/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/cms/node_modules/@types/node/ts5.6/index.d.ts +103 -0
- package/cms/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/cms/node_modules/@types/node/ts5.7/index.d.ts +103 -0
- package/cms/node_modules/@types/node/tty.d.ts +208 -0
- package/cms/node_modules/@types/node/url.d.ts +1057 -0
- package/cms/node_modules/@types/node/util.d.ts +2325 -0
- package/cms/node_modules/@types/node/v8.d.ts +952 -0
- package/cms/node_modules/@types/node/vm.d.ts +1180 -0
- package/cms/node_modules/@types/node/wasi.d.ts +202 -0
- package/cms/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/cms/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
- package/cms/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/cms/node_modules/@types/node/web-globals/events.d.ts +97 -0
- package/cms/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
- package/cms/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/cms/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/cms/node_modules/@types/node/web-globals/streams.d.ts +22 -0
- package/cms/node_modules/@types/node/worker_threads.d.ts +896 -0
- package/cms/node_modules/@types/node/zlib.d.ts +681 -0
- package/cms/node_modules/@types/qs/LICENSE +21 -0
- package/cms/node_modules/@types/qs/README.md +15 -0
- package/cms/node_modules/@types/qs/index.d.ts +82 -0
- package/cms/node_modules/@types/qs/package.json +66 -0
- package/cms/node_modules/asynckit/LICENSE +21 -0
- package/cms/node_modules/asynckit/README.md +233 -0
- package/cms/node_modules/asynckit/bench.js +76 -0
- package/cms/node_modules/asynckit/index.js +6 -0
- package/cms/node_modules/asynckit/lib/abort.js +29 -0
- package/cms/node_modules/asynckit/lib/async.js +34 -0
- package/cms/node_modules/asynckit/lib/defer.js +26 -0
- package/cms/node_modules/asynckit/lib/iterate.js +75 -0
- package/cms/node_modules/asynckit/lib/readable_asynckit.js +91 -0
- package/cms/node_modules/asynckit/lib/readable_parallel.js +25 -0
- package/cms/node_modules/asynckit/lib/readable_serial.js +25 -0
- package/cms/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
- package/cms/node_modules/asynckit/lib/state.js +37 -0
- package/cms/node_modules/asynckit/lib/streamify.js +141 -0
- package/cms/node_modules/asynckit/lib/terminator.js +29 -0
- package/cms/node_modules/asynckit/package.json +63 -0
- package/cms/node_modules/asynckit/parallel.js +43 -0
- package/cms/node_modules/asynckit/serial.js +17 -0
- package/cms/node_modules/asynckit/serialOrdered.js +75 -0
- package/cms/node_modules/asynckit/stream.js +21 -0
- package/cms/node_modules/axios/CHANGELOG.md +943 -0
- package/cms/node_modules/axios/LICENSE +19 -0
- package/cms/node_modules/axios/README.md +991 -0
- package/cms/node_modules/axios/SECURITY.md +5 -0
- package/cms/node_modules/axios/UPGRADE_GUIDE.md +168 -0
- package/cms/node_modules/axios/dist/axios.js +2595 -0
- package/cms/node_modules/axios/dist/axios.map +1 -0
- package/cms/node_modules/axios/dist/axios.min.js +3 -0
- package/cms/node_modules/axios/dist/axios.min.map +1 -0
- package/cms/node_modules/axios/index.d.ts +254 -0
- package/cms/node_modules/axios/index.js +1 -0
- package/cms/node_modules/axios/lib/adapters/README.md +37 -0
- package/cms/node_modules/axios/lib/adapters/http.js +424 -0
- package/cms/node_modules/axios/lib/adapters/xhr.js +222 -0
- package/cms/node_modules/axios/lib/axios.js +64 -0
- package/cms/node_modules/axios/lib/cancel/CancelToken.js +119 -0
- package/cms/node_modules/axios/lib/cancel/CanceledError.js +22 -0
- package/cms/node_modules/axios/lib/cancel/isCancel.js +5 -0
- package/cms/node_modules/axios/lib/core/Axios.js +160 -0
- package/cms/node_modules/axios/lib/core/AxiosError.js +86 -0
- package/cms/node_modules/axios/lib/core/InterceptorManager.js +54 -0
- package/cms/node_modules/axios/lib/core/README.md +8 -0
- package/cms/node_modules/axios/lib/core/buildFullPath.js +20 -0
- package/cms/node_modules/axios/lib/core/dispatchRequest.js +87 -0
- package/cms/node_modules/axios/lib/core/mergeConfig.js +100 -0
- package/cms/node_modules/axios/lib/core/settle.js +25 -0
- package/cms/node_modules/axios/lib/core/transformData.js +22 -0
- package/cms/node_modules/axios/lib/defaults/env/FormData.js +2 -0
- package/cms/node_modules/axios/lib/defaults/index.js +146 -0
- package/cms/node_modules/axios/lib/defaults/transitional.js +7 -0
- package/cms/node_modules/axios/lib/env/README.md +3 -0
- package/cms/node_modules/axios/lib/env/data.js +3 -0
- package/cms/node_modules/axios/lib/helpers/README.md +7 -0
- package/cms/node_modules/axios/lib/helpers/bind.js +11 -0
- package/cms/node_modules/axios/lib/helpers/buildURL.js +70 -0
- package/cms/node_modules/axios/lib/helpers/combineURLs.js +14 -0
- package/cms/node_modules/axios/lib/helpers/cookies.js +53 -0
- package/cms/node_modules/axios/lib/helpers/deprecatedMethod.js +24 -0
- package/cms/node_modules/axios/lib/helpers/isAbsoluteURL.js +14 -0
- package/cms/node_modules/axios/lib/helpers/isAxiosError.js +13 -0
- package/cms/node_modules/axios/lib/helpers/isURLSameOrigin.js +68 -0
- package/cms/node_modules/axios/lib/helpers/normalizeHeaderName.js +12 -0
- package/cms/node_modules/axios/lib/helpers/null.js +2 -0
- package/cms/node_modules/axios/lib/helpers/parseHeaders.js +53 -0
- package/cms/node_modules/axios/lib/helpers/parseProtocol.js +6 -0
- package/cms/node_modules/axios/lib/helpers/spread.js +27 -0
- package/cms/node_modules/axios/lib/helpers/toFormData.js +72 -0
- package/cms/node_modules/axios/lib/helpers/validator.js +86 -0
- package/cms/node_modules/axios/lib/utils.js +470 -0
- package/cms/node_modules/axios/package.json +87 -0
- package/cms/node_modules/axios/tsconfig.json +14 -0
- package/cms/node_modules/axios/tslint.json +6 -0
- package/cms/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/cms/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/cms/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/cms/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/cms/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/cms/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/cms/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/cms/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/cms/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/cms/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/cms/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/cms/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/cms/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/cms/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/cms/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/cms/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/cms/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/cms/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/cms/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/cms/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/cms/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/cms/node_modules/call-bound/.eslintrc +13 -0
- package/cms/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/cms/node_modules/call-bound/.nycrc +9 -0
- package/cms/node_modules/call-bound/CHANGELOG.md +42 -0
- package/cms/node_modules/call-bound/LICENSE +21 -0
- package/cms/node_modules/call-bound/README.md +53 -0
- package/cms/node_modules/call-bound/index.d.ts +94 -0
- package/cms/node_modules/call-bound/index.js +19 -0
- package/cms/node_modules/call-bound/package.json +99 -0
- package/cms/node_modules/call-bound/test/index.js +61 -0
- package/cms/node_modules/call-bound/tsconfig.json +10 -0
- package/cms/node_modules/combined-stream/License +19 -0
- package/cms/node_modules/combined-stream/Readme.md +138 -0
- package/cms/node_modules/combined-stream/lib/combined_stream.js +208 -0
- package/cms/node_modules/combined-stream/package.json +25 -0
- package/cms/node_modules/combined-stream/yarn.lock +17 -0
- package/cms/node_modules/defu/LICENSE +21 -0
- package/cms/node_modules/defu/README.md +155 -0
- package/cms/node_modules/defu/dist/defu.cjs +50 -0
- package/cms/node_modules/defu/dist/defu.d.ts +19 -0
- package/cms/node_modules/defu/dist/defu.mjs +48 -0
- package/cms/node_modules/defu/package.json +38 -0
- package/cms/node_modules/delayed-stream/License +19 -0
- package/cms/node_modules/delayed-stream/Makefile +7 -0
- package/cms/node_modules/delayed-stream/Readme.md +141 -0
- package/cms/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
- package/cms/node_modules/delayed-stream/package.json +27 -0
- package/cms/node_modules/dunder-proto/.eslintrc +5 -0
- package/cms/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/cms/node_modules/dunder-proto/.nycrc +13 -0
- package/cms/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/cms/node_modules/dunder-proto/LICENSE +21 -0
- package/cms/node_modules/dunder-proto/README.md +54 -0
- package/cms/node_modules/dunder-proto/get.d.ts +5 -0
- package/cms/node_modules/dunder-proto/get.js +30 -0
- package/cms/node_modules/dunder-proto/package.json +76 -0
- package/cms/node_modules/dunder-proto/set.d.ts +5 -0
- package/cms/node_modules/dunder-proto/set.js +35 -0
- package/cms/node_modules/dunder-proto/test/get.js +34 -0
- package/cms/node_modules/dunder-proto/test/index.js +4 -0
- package/cms/node_modules/dunder-proto/test/set.js +50 -0
- package/cms/node_modules/dunder-proto/tsconfig.json +9 -0
- package/cms/node_modules/es-define-property/.eslintrc +13 -0
- package/cms/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/cms/node_modules/es-define-property/.nycrc +9 -0
- package/cms/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/cms/node_modules/es-define-property/LICENSE +21 -0
- package/cms/node_modules/es-define-property/README.md +49 -0
- package/cms/node_modules/es-define-property/index.d.ts +3 -0
- package/cms/node_modules/es-define-property/index.js +14 -0
- package/cms/node_modules/es-define-property/package.json +81 -0
- package/cms/node_modules/es-define-property/test/index.js +56 -0
- package/cms/node_modules/es-define-property/tsconfig.json +10 -0
- package/cms/node_modules/es-errors/.eslintrc +5 -0
- package/cms/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/cms/node_modules/es-errors/CHANGELOG.md +40 -0
- package/cms/node_modules/es-errors/LICENSE +21 -0
- package/cms/node_modules/es-errors/README.md +55 -0
- package/cms/node_modules/es-errors/eval.d.ts +3 -0
- package/cms/node_modules/es-errors/eval.js +4 -0
- package/cms/node_modules/es-errors/index.d.ts +3 -0
- package/cms/node_modules/es-errors/index.js +4 -0
- package/cms/node_modules/es-errors/package.json +80 -0
- package/cms/node_modules/es-errors/range.d.ts +3 -0
- package/cms/node_modules/es-errors/range.js +4 -0
- package/cms/node_modules/es-errors/ref.d.ts +3 -0
- package/cms/node_modules/es-errors/ref.js +4 -0
- package/cms/node_modules/es-errors/syntax.d.ts +3 -0
- package/cms/node_modules/es-errors/syntax.js +4 -0
- package/cms/node_modules/es-errors/test/index.js +19 -0
- package/cms/node_modules/es-errors/tsconfig.json +49 -0
- package/cms/node_modules/es-errors/type.d.ts +3 -0
- package/cms/node_modules/es-errors/type.js +4 -0
- package/cms/node_modules/es-errors/uri.d.ts +3 -0
- package/cms/node_modules/es-errors/uri.js +4 -0
- package/cms/node_modules/es-object-atoms/.eslintrc +16 -0
- package/cms/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/cms/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/cms/node_modules/es-object-atoms/LICENSE +21 -0
- package/cms/node_modules/es-object-atoms/README.md +63 -0
- package/cms/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/cms/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/cms/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/cms/node_modules/es-object-atoms/ToObject.js +10 -0
- package/cms/node_modules/es-object-atoms/index.d.ts +3 -0
- package/cms/node_modules/es-object-atoms/index.js +4 -0
- package/cms/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/cms/node_modules/es-object-atoms/isObject.js +6 -0
- package/cms/node_modules/es-object-atoms/package.json +80 -0
- package/cms/node_modules/es-object-atoms/test/index.js +38 -0
- package/cms/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/cms/node_modules/es-set-tostringtag/.eslintrc +13 -0
- package/cms/node_modules/es-set-tostringtag/.nycrc +9 -0
- package/cms/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
- package/cms/node_modules/es-set-tostringtag/LICENSE +21 -0
- package/cms/node_modules/es-set-tostringtag/README.md +53 -0
- package/cms/node_modules/es-set-tostringtag/index.d.ts +10 -0
- package/cms/node_modules/es-set-tostringtag/index.js +35 -0
- package/cms/node_modules/es-set-tostringtag/package.json +78 -0
- package/cms/node_modules/es-set-tostringtag/test/index.js +85 -0
- package/cms/node_modules/es-set-tostringtag/tsconfig.json +9 -0
- package/cms/node_modules/follow-redirects/LICENSE +18 -0
- package/cms/node_modules/follow-redirects/README.md +155 -0
- package/cms/node_modules/follow-redirects/debug.js +15 -0
- package/cms/node_modules/follow-redirects/http.js +1 -0
- package/cms/node_modules/follow-redirects/https.js +1 -0
- package/cms/node_modules/follow-redirects/index.js +686 -0
- package/cms/node_modules/follow-redirects/package.json +58 -0
- package/cms/node_modules/form-data/CHANGELOG.md +659 -0
- package/cms/node_modules/form-data/License +19 -0
- package/cms/node_modules/form-data/README.md +355 -0
- package/cms/node_modules/form-data/index.d.ts +62 -0
- package/cms/node_modules/form-data/lib/browser.js +4 -0
- package/cms/node_modules/form-data/lib/form_data.js +494 -0
- package/cms/node_modules/form-data/lib/populate.js +10 -0
- package/cms/node_modules/form-data/package.json +82 -0
- package/cms/node_modules/function-bind/.eslintrc +21 -0
- package/cms/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/cms/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/cms/node_modules/function-bind/.nycrc +13 -0
- package/cms/node_modules/function-bind/CHANGELOG.md +136 -0
- package/cms/node_modules/function-bind/LICENSE +20 -0
- package/cms/node_modules/function-bind/README.md +46 -0
- package/cms/node_modules/function-bind/implementation.js +84 -0
- package/cms/node_modules/function-bind/index.js +5 -0
- package/cms/node_modules/function-bind/package.json +87 -0
- package/cms/node_modules/function-bind/test/.eslintrc +9 -0
- package/cms/node_modules/function-bind/test/index.js +252 -0
- package/cms/node_modules/get-intrinsic/.eslintrc +42 -0
- package/cms/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/cms/node_modules/get-intrinsic/.nycrc +9 -0
- package/cms/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/cms/node_modules/get-intrinsic/LICENSE +21 -0
- package/cms/node_modules/get-intrinsic/README.md +71 -0
- package/cms/node_modules/get-intrinsic/index.js +378 -0
- package/cms/node_modules/get-intrinsic/package.json +97 -0
- package/cms/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/cms/node_modules/get-proto/.eslintrc +10 -0
- package/cms/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/cms/node_modules/get-proto/.nycrc +9 -0
- package/cms/node_modules/get-proto/CHANGELOG.md +21 -0
- package/cms/node_modules/get-proto/LICENSE +21 -0
- package/cms/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/cms/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/cms/node_modules/get-proto/README.md +50 -0
- package/cms/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/cms/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/cms/node_modules/get-proto/index.d.ts +5 -0
- package/cms/node_modules/get-proto/index.js +27 -0
- package/cms/node_modules/get-proto/package.json +81 -0
- package/cms/node_modules/get-proto/test/index.js +68 -0
- package/cms/node_modules/get-proto/tsconfig.json +9 -0
- package/cms/node_modules/gopd/.eslintrc +16 -0
- package/cms/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/cms/node_modules/gopd/CHANGELOG.md +45 -0
- package/cms/node_modules/gopd/LICENSE +21 -0
- package/cms/node_modules/gopd/README.md +40 -0
- package/cms/node_modules/gopd/gOPD.d.ts +1 -0
- package/cms/node_modules/gopd/gOPD.js +4 -0
- package/cms/node_modules/gopd/index.d.ts +5 -0
- package/cms/node_modules/gopd/index.js +15 -0
- package/cms/node_modules/gopd/package.json +77 -0
- package/cms/node_modules/gopd/test/index.js +36 -0
- package/cms/node_modules/gopd/tsconfig.json +9 -0
- package/cms/node_modules/has-symbols/.eslintrc +11 -0
- package/cms/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/cms/node_modules/has-symbols/.nycrc +9 -0
- package/cms/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/cms/node_modules/has-symbols/LICENSE +21 -0
- package/cms/node_modules/has-symbols/README.md +46 -0
- package/cms/node_modules/has-symbols/index.d.ts +3 -0
- package/cms/node_modules/has-symbols/index.js +14 -0
- package/cms/node_modules/has-symbols/package.json +111 -0
- package/cms/node_modules/has-symbols/shams.d.ts +3 -0
- package/cms/node_modules/has-symbols/shams.js +45 -0
- package/cms/node_modules/has-symbols/test/index.js +22 -0
- package/cms/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/cms/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/cms/node_modules/has-symbols/test/tests.js +58 -0
- package/cms/node_modules/has-symbols/tsconfig.json +10 -0
- package/cms/node_modules/has-tostringtag/.eslintrc +5 -0
- package/cms/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
- package/cms/node_modules/has-tostringtag/.nycrc +13 -0
- package/cms/node_modules/has-tostringtag/CHANGELOG.md +42 -0
- package/cms/node_modules/has-tostringtag/LICENSE +21 -0
- package/cms/node_modules/has-tostringtag/README.md +46 -0
- package/cms/node_modules/has-tostringtag/index.d.ts +3 -0
- package/cms/node_modules/has-tostringtag/index.js +8 -0
- package/cms/node_modules/has-tostringtag/package.json +108 -0
- package/cms/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/cms/node_modules/has-tostringtag/shams.js +8 -0
- package/cms/node_modules/has-tostringtag/test/index.js +21 -0
- package/cms/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
- package/cms/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
- package/cms/node_modules/has-tostringtag/test/tests.js +15 -0
- package/cms/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/cms/node_modules/hasown/.eslintrc +5 -0
- package/cms/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/cms/node_modules/hasown/.nycrc +13 -0
- package/cms/node_modules/hasown/CHANGELOG.md +40 -0
- package/cms/node_modules/hasown/LICENSE +21 -0
- package/cms/node_modules/hasown/README.md +40 -0
- package/cms/node_modules/hasown/index.d.ts +3 -0
- package/cms/node_modules/hasown/index.js +8 -0
- package/cms/node_modules/hasown/package.json +92 -0
- package/cms/node_modules/hasown/tsconfig.json +6 -0
- package/cms/node_modules/js-cookie/LICENSE +21 -0
- package/cms/node_modules/js-cookie/README.md +305 -0
- package/cms/node_modules/js-cookie/dist/js.cookie.js +147 -0
- package/cms/node_modules/js-cookie/dist/js.cookie.min.js +2 -0
- package/cms/node_modules/js-cookie/dist/js.cookie.min.mjs +2 -0
- package/cms/node_modules/js-cookie/dist/js.cookie.mjs +134 -0
- package/cms/node_modules/js-cookie/index.js +1 -0
- package/cms/node_modules/js-cookie/package.json +71 -0
- package/cms/node_modules/math-intrinsics/.eslintrc +16 -0
- package/cms/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/cms/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/cms/node_modules/math-intrinsics/LICENSE +21 -0
- package/cms/node_modules/math-intrinsics/README.md +50 -0
- package/cms/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/cms/node_modules/math-intrinsics/abs.js +4 -0
- package/cms/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/cms/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/cms/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/cms/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/cms/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/cms/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/cms/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/cms/node_modules/math-intrinsics/floor.js +4 -0
- package/cms/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/cms/node_modules/math-intrinsics/isFinite.js +12 -0
- package/cms/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/cms/node_modules/math-intrinsics/isInteger.js +16 -0
- package/cms/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/cms/node_modules/math-intrinsics/isNaN.js +6 -0
- package/cms/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/cms/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/cms/node_modules/math-intrinsics/max.d.ts +1 -0
- package/cms/node_modules/math-intrinsics/max.js +4 -0
- package/cms/node_modules/math-intrinsics/min.d.ts +1 -0
- package/cms/node_modules/math-intrinsics/min.js +4 -0
- package/cms/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/cms/node_modules/math-intrinsics/mod.js +9 -0
- package/cms/node_modules/math-intrinsics/package.json +86 -0
- package/cms/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/cms/node_modules/math-intrinsics/pow.js +4 -0
- package/cms/node_modules/math-intrinsics/round.d.ts +1 -0
- package/cms/node_modules/math-intrinsics/round.js +4 -0
- package/cms/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/cms/node_modules/math-intrinsics/sign.js +11 -0
- package/cms/node_modules/math-intrinsics/test/index.js +192 -0
- package/cms/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/cms/node_modules/mime-db/HISTORY.md +507 -0
- package/cms/node_modules/mime-db/LICENSE +23 -0
- package/cms/node_modules/mime-db/README.md +100 -0
- package/cms/node_modules/mime-db/db.json +8519 -0
- package/cms/node_modules/mime-db/index.js +12 -0
- package/cms/node_modules/mime-db/package.json +60 -0
- package/cms/node_modules/mime-types/HISTORY.md +397 -0
- package/cms/node_modules/mime-types/LICENSE +23 -0
- package/cms/node_modules/mime-types/README.md +113 -0
- package/cms/node_modules/mime-types/index.js +188 -0
- package/cms/node_modules/mime-types/package.json +44 -0
- package/cms/node_modules/object-inspect/.eslintrc +53 -0
- package/cms/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/cms/node_modules/object-inspect/.nycrc +13 -0
- package/cms/node_modules/object-inspect/CHANGELOG.md +424 -0
- package/cms/node_modules/object-inspect/LICENSE +21 -0
- package/cms/node_modules/object-inspect/example/all.js +23 -0
- package/cms/node_modules/object-inspect/example/circular.js +6 -0
- package/cms/node_modules/object-inspect/example/fn.js +5 -0
- package/cms/node_modules/object-inspect/example/inspect.js +10 -0
- package/cms/node_modules/object-inspect/index.js +544 -0
- package/cms/node_modules/object-inspect/package-support.json +20 -0
- package/cms/node_modules/object-inspect/package.json +105 -0
- package/cms/node_modules/object-inspect/readme.markdown +84 -0
- package/cms/node_modules/object-inspect/test/bigint.js +58 -0
- package/cms/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/cms/node_modules/object-inspect/test/circular.js +16 -0
- package/cms/node_modules/object-inspect/test/deep.js +12 -0
- package/cms/node_modules/object-inspect/test/element.js +53 -0
- package/cms/node_modules/object-inspect/test/err.js +48 -0
- package/cms/node_modules/object-inspect/test/fakes.js +29 -0
- package/cms/node_modules/object-inspect/test/fn.js +76 -0
- package/cms/node_modules/object-inspect/test/global.js +17 -0
- package/cms/node_modules/object-inspect/test/has.js +15 -0
- package/cms/node_modules/object-inspect/test/holes.js +15 -0
- package/cms/node_modules/object-inspect/test/indent-option.js +271 -0
- package/cms/node_modules/object-inspect/test/inspect.js +139 -0
- package/cms/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/cms/node_modules/object-inspect/test/number.js +58 -0
- package/cms/node_modules/object-inspect/test/quoteStyle.js +26 -0
- package/cms/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/cms/node_modules/object-inspect/test/undef.js +12 -0
- package/cms/node_modules/object-inspect/test/values.js +261 -0
- package/cms/node_modules/object-inspect/test-core-js.js +26 -0
- package/cms/node_modules/object-inspect/util.inspect.js +1 -0
- package/cms/node_modules/qs/.editorconfig +46 -0
- package/cms/node_modules/qs/.eslintrc +39 -0
- package/cms/node_modules/qs/.github/FUNDING.yml +12 -0
- package/cms/node_modules/qs/.nycrc +13 -0
- package/cms/node_modules/qs/CHANGELOG.md +622 -0
- package/cms/node_modules/qs/LICENSE.md +29 -0
- package/cms/node_modules/qs/README.md +733 -0
- package/cms/node_modules/qs/dist/qs.js +141 -0
- package/cms/node_modules/qs/lib/formats.js +23 -0
- package/cms/node_modules/qs/lib/index.js +11 -0
- package/cms/node_modules/qs/lib/parse.js +328 -0
- package/cms/node_modules/qs/lib/stringify.js +356 -0
- package/cms/node_modules/qs/lib/utils.js +268 -0
- package/cms/node_modules/qs/package.json +93 -0
- package/cms/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/cms/node_modules/qs/test/parse.js +1276 -0
- package/cms/node_modules/qs/test/stringify.js +1306 -0
- package/cms/node_modules/qs/test/utils.js +262 -0
- package/cms/node_modules/side-channel/.editorconfig +9 -0
- package/cms/node_modules/side-channel/.eslintrc +12 -0
- package/cms/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/cms/node_modules/side-channel/.nycrc +13 -0
- package/cms/node_modules/side-channel/CHANGELOG.md +110 -0
- package/cms/node_modules/side-channel/LICENSE +21 -0
- package/cms/node_modules/side-channel/README.md +61 -0
- package/cms/node_modules/side-channel/index.d.ts +14 -0
- package/cms/node_modules/side-channel/index.js +43 -0
- package/cms/node_modules/side-channel/package.json +85 -0
- package/cms/node_modules/side-channel/test/index.js +104 -0
- package/cms/node_modules/side-channel/tsconfig.json +9 -0
- package/cms/node_modules/side-channel-list/.editorconfig +9 -0
- package/cms/node_modules/side-channel-list/.eslintrc +11 -0
- package/cms/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/cms/node_modules/side-channel-list/.nycrc +13 -0
- package/cms/node_modules/side-channel-list/CHANGELOG.md +15 -0
- package/cms/node_modules/side-channel-list/LICENSE +21 -0
- package/cms/node_modules/side-channel-list/README.md +62 -0
- package/cms/node_modules/side-channel-list/index.d.ts +13 -0
- package/cms/node_modules/side-channel-list/index.js +113 -0
- package/cms/node_modules/side-channel-list/list.d.ts +14 -0
- package/cms/node_modules/side-channel-list/package.json +77 -0
- package/cms/node_modules/side-channel-list/test/index.js +104 -0
- package/cms/node_modules/side-channel-list/tsconfig.json +9 -0
- package/cms/node_modules/side-channel-map/.editorconfig +9 -0
- package/cms/node_modules/side-channel-map/.eslintrc +11 -0
- package/cms/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/cms/node_modules/side-channel-map/.nycrc +13 -0
- package/cms/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/cms/node_modules/side-channel-map/LICENSE +21 -0
- package/cms/node_modules/side-channel-map/README.md +62 -0
- package/cms/node_modules/side-channel-map/index.d.ts +15 -0
- package/cms/node_modules/side-channel-map/index.js +68 -0
- package/cms/node_modules/side-channel-map/package.json +80 -0
- package/cms/node_modules/side-channel-map/test/index.js +114 -0
- package/cms/node_modules/side-channel-map/tsconfig.json +9 -0
- package/cms/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/cms/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/cms/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/cms/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/cms/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/cms/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/cms/node_modules/side-channel-weakmap/README.md +62 -0
- package/cms/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/cms/node_modules/side-channel-weakmap/index.js +84 -0
- package/cms/node_modules/side-channel-weakmap/package.json +87 -0
- package/cms/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/cms/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/cms/node_modules/strapi-sdk-js/LICENSE +21 -0
- package/cms/node_modules/strapi-sdk-js/README.md +50 -0
- package/cms/node_modules/strapi-sdk-js/dist/index.cjs +377 -0
- package/cms/node_modules/strapi-sdk-js/dist/index.d.ts +276 -0
- package/cms/node_modules/strapi-sdk-js/dist/index.mjs +375 -0
- package/cms/node_modules/strapi-sdk-js/package.json +110 -0
- package/cms/node_modules/ufo/LICENSE +21 -0
- package/cms/node_modules/ufo/README.md +466 -0
- package/cms/node_modules/ufo/dist/index.cjs +691 -0
- package/cms/node_modules/ufo/dist/index.d.cts +624 -0
- package/cms/node_modules/ufo/dist/index.d.mts +624 -0
- package/cms/node_modules/ufo/dist/index.d.ts +624 -0
- package/cms/node_modules/ufo/dist/index.mjs +638 -0
- package/cms/node_modules/ufo/package.json +47 -0
- package/cms/node_modules/undici-types/LICENSE +21 -0
- package/cms/node_modules/undici-types/README.md +6 -0
- package/cms/node_modules/undici-types/agent.d.ts +32 -0
- package/cms/node_modules/undici-types/api.d.ts +43 -0
- package/cms/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/cms/node_modules/undici-types/cache-interceptor.d.ts +172 -0
- package/cms/node_modules/undici-types/cache.d.ts +36 -0
- package/cms/node_modules/undici-types/client-stats.d.ts +15 -0
- package/cms/node_modules/undici-types/client.d.ts +108 -0
- package/cms/node_modules/undici-types/connector.d.ts +34 -0
- package/cms/node_modules/undici-types/content-type.d.ts +21 -0
- package/cms/node_modules/undici-types/cookies.d.ts +30 -0
- package/cms/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
- package/cms/node_modules/undici-types/dispatcher.d.ts +276 -0
- package/cms/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
- package/cms/node_modules/undici-types/errors.d.ts +161 -0
- package/cms/node_modules/undici-types/eventsource.d.ts +66 -0
- package/cms/node_modules/undici-types/fetch.d.ts +211 -0
- package/cms/node_modules/undici-types/formdata.d.ts +108 -0
- package/cms/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/cms/node_modules/undici-types/global-origin.d.ts +7 -0
- package/cms/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/cms/node_modules/undici-types/handlers.d.ts +15 -0
- package/cms/node_modules/undici-types/header.d.ts +160 -0
- package/cms/node_modules/undici-types/index.d.ts +80 -0
- package/cms/node_modules/undici-types/interceptors.d.ts +39 -0
- package/cms/node_modules/undici-types/mock-agent.d.ts +68 -0
- package/cms/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/cms/node_modules/undici-types/mock-client.d.ts +27 -0
- package/cms/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/cms/node_modules/undici-types/mock-interceptor.d.ts +94 -0
- package/cms/node_modules/undici-types/mock-pool.d.ts +27 -0
- package/cms/node_modules/undici-types/package.json +55 -0
- package/cms/node_modules/undici-types/patch.d.ts +29 -0
- package/cms/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/cms/node_modules/undici-types/pool.d.ts +41 -0
- package/cms/node_modules/undici-types/proxy-agent.d.ts +29 -0
- package/cms/node_modules/undici-types/readable.d.ts +68 -0
- package/cms/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/cms/node_modules/undici-types/retry-handler.d.ts +125 -0
- package/cms/node_modules/undici-types/snapshot-agent.d.ts +109 -0
- package/cms/node_modules/undici-types/util.d.ts +18 -0
- package/cms/node_modules/undici-types/utility.d.ts +7 -0
- package/cms/node_modules/undici-types/webidl.d.ts +341 -0
- package/cms/node_modules/undici-types/websocket.d.ts +186 -0
- package/package.json +2 -2
- package/src/lib/keyvault.ts +46 -20
- package/src/otel/setup.ts +2 -2
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "side-channel-weakmap",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": "./index.js",
|
|
8
|
+
"./package.json": "./package.json"
|
|
9
|
+
},
|
|
10
|
+
"types": "./index.d.ts",
|
|
11
|
+
"scripts": {
|
|
12
|
+
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
13
|
+
"prepublishOnly": "safe-publish-latest",
|
|
14
|
+
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
15
|
+
"prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
|
|
16
|
+
"lint": "eslint --ext=js,mjs .",
|
|
17
|
+
"postlint": "tsc -p . && attw -P",
|
|
18
|
+
"pretest": "npm run lint",
|
|
19
|
+
"tests-only": "nyc tape 'test/**/*.js'",
|
|
20
|
+
"test": "npm run tests-only",
|
|
21
|
+
"posttest": "npx npm@'>=10.2' audit --production",
|
|
22
|
+
"version": "auto-changelog && git add CHANGELOG.md",
|
|
23
|
+
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
24
|
+
},
|
|
25
|
+
"repository": {
|
|
26
|
+
"type": "git",
|
|
27
|
+
"url": "git+https://github.com/ljharb/side-channel-weakmap.git"
|
|
28
|
+
},
|
|
29
|
+
"keywords": [
|
|
30
|
+
"weakmap",
|
|
31
|
+
"map",
|
|
32
|
+
"side",
|
|
33
|
+
"channel",
|
|
34
|
+
"metadata"
|
|
35
|
+
],
|
|
36
|
+
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
37
|
+
"funding": {
|
|
38
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
39
|
+
},
|
|
40
|
+
"license": "MIT",
|
|
41
|
+
"bugs": {
|
|
42
|
+
"url": "https://github.com/ljharb/side-channel-weakmap/issues"
|
|
43
|
+
},
|
|
44
|
+
"homepage": "https://github.com/ljharb/side-channel-weakmap#readme",
|
|
45
|
+
"dependencies": {
|
|
46
|
+
"call-bound": "^1.0.2",
|
|
47
|
+
"es-errors": "^1.3.0",
|
|
48
|
+
"get-intrinsic": "^1.2.5",
|
|
49
|
+
"object-inspect": "^1.13.3",
|
|
50
|
+
"side-channel-map": "^1.0.1"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@arethetypeswrong/cli": "^0.17.1",
|
|
54
|
+
"@ljharb/eslint-config": "^21.1.1",
|
|
55
|
+
"@ljharb/tsconfig": "^0.2.2",
|
|
56
|
+
"@types/call-bind": "^1.0.5",
|
|
57
|
+
"@types/get-intrinsic": "^1.2.3",
|
|
58
|
+
"@types/object-inspect": "^1.13.0",
|
|
59
|
+
"@types/tape": "^5.6.5",
|
|
60
|
+
"auto-changelog": "^2.5.0",
|
|
61
|
+
"eclint": "^2.8.1",
|
|
62
|
+
"encoding": "^0.1.13",
|
|
63
|
+
"eslint": "=8.8.0",
|
|
64
|
+
"in-publish": "^2.0.1",
|
|
65
|
+
"npmignore": "^0.3.1",
|
|
66
|
+
"nyc": "^10.3.2",
|
|
67
|
+
"safe-publish-latest": "^2.0.0",
|
|
68
|
+
"tape": "^5.9.0",
|
|
69
|
+
"typescript": "next"
|
|
70
|
+
},
|
|
71
|
+
"auto-changelog": {
|
|
72
|
+
"output": "CHANGELOG.md",
|
|
73
|
+
"template": "keepachangelog",
|
|
74
|
+
"unreleased": false,
|
|
75
|
+
"commitLimit": false,
|
|
76
|
+
"backfillLimit": false,
|
|
77
|
+
"hideCredit": true
|
|
78
|
+
},
|
|
79
|
+
"publishConfig": {
|
|
80
|
+
"ignore": [
|
|
81
|
+
".github/workflows"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
"engines": {
|
|
85
|
+
"node": ">= 0.4"
|
|
86
|
+
}
|
|
87
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var test = require('tape');
|
|
4
|
+
|
|
5
|
+
var getSideChannelWeakMap = require('../');
|
|
6
|
+
|
|
7
|
+
test('getSideChannelMap', { skip: typeof WeakMap !== 'function' && typeof Map !== 'function' }, function (t) {
|
|
8
|
+
var getSideChannel = getSideChannelWeakMap || function () {
|
|
9
|
+
throw new EvalError('should never happen');
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
t.test('export', function (st) {
|
|
13
|
+
st.equal(typeof getSideChannel, 'function', 'is a function');
|
|
14
|
+
|
|
15
|
+
st.equal(getSideChannel.length, 0, 'takes no arguments');
|
|
16
|
+
|
|
17
|
+
var channel = getSideChannel();
|
|
18
|
+
st.ok(channel, 'is truthy');
|
|
19
|
+
st.equal(typeof channel, 'object', 'is an object');
|
|
20
|
+
st.end();
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
t.test('assert', function (st) {
|
|
24
|
+
var channel = getSideChannel();
|
|
25
|
+
st['throws'](
|
|
26
|
+
function () { channel.assert({}); },
|
|
27
|
+
TypeError,
|
|
28
|
+
'nonexistent value throws'
|
|
29
|
+
);
|
|
30
|
+
|
|
31
|
+
var o = {};
|
|
32
|
+
channel.set(o, 'data');
|
|
33
|
+
st.doesNotThrow(function () { channel.assert(o); }, 'existent value noops');
|
|
34
|
+
|
|
35
|
+
st.end();
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
t.test('has', function (st) {
|
|
39
|
+
var channel = getSideChannel();
|
|
40
|
+
/** @type {unknown[]} */ var o = [];
|
|
41
|
+
|
|
42
|
+
st.equal(channel.has(o), false, 'nonexistent value yields false');
|
|
43
|
+
|
|
44
|
+
channel.set(o, 'foo');
|
|
45
|
+
st.equal(channel.has(o), true, 'existent value yields true');
|
|
46
|
+
|
|
47
|
+
st.equal(channel.has('abc'), false, 'non object value non existent yields false');
|
|
48
|
+
|
|
49
|
+
channel.set('abc', 'foo');
|
|
50
|
+
st.equal(channel.has('abc'), true, 'non object value that exists yields true');
|
|
51
|
+
|
|
52
|
+
st.end();
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
t.test('get', function (st) {
|
|
56
|
+
var channel = getSideChannel();
|
|
57
|
+
var o = {};
|
|
58
|
+
st.equal(channel.get(o), undefined, 'nonexistent value yields undefined');
|
|
59
|
+
|
|
60
|
+
var data = {};
|
|
61
|
+
channel.set(o, data);
|
|
62
|
+
st.equal(channel.get(o), data, '"get" yields data set by "set"');
|
|
63
|
+
|
|
64
|
+
st.end();
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
t.test('set', function (st) {
|
|
68
|
+
var channel = getSideChannel();
|
|
69
|
+
var o = function () {};
|
|
70
|
+
st.equal(channel.get(o), undefined, 'value not set');
|
|
71
|
+
|
|
72
|
+
channel.set(o, 42);
|
|
73
|
+
st.equal(channel.get(o), 42, 'value was set');
|
|
74
|
+
|
|
75
|
+
channel.set(o, Infinity);
|
|
76
|
+
st.equal(channel.get(o), Infinity, 'value was set again');
|
|
77
|
+
|
|
78
|
+
var o2 = {};
|
|
79
|
+
channel.set(o2, 17);
|
|
80
|
+
st.equal(channel.get(o), Infinity, 'o is not modified');
|
|
81
|
+
st.equal(channel.get(o2), 17, 'o2 is set');
|
|
82
|
+
|
|
83
|
+
channel.set(o, 14);
|
|
84
|
+
st.equal(channel.get(o), 14, 'o is modified');
|
|
85
|
+
st.equal(channel.get(o2), 17, 'o2 is not modified');
|
|
86
|
+
|
|
87
|
+
st.end();
|
|
88
|
+
});
|
|
89
|
+
|
|
90
|
+
t.test('delete', function (st) {
|
|
91
|
+
var channel = getSideChannel();
|
|
92
|
+
var o = {};
|
|
93
|
+
st.equal(channel['delete']({}), false, 'nonexistent value yields false');
|
|
94
|
+
|
|
95
|
+
channel.set(o, 42);
|
|
96
|
+
st.equal(channel.has(o), true, 'value is set');
|
|
97
|
+
|
|
98
|
+
st.equal(channel['delete']({}), false, 'nonexistent value still yields false');
|
|
99
|
+
|
|
100
|
+
st.equal(channel['delete'](o), true, 'deleted value yields true');
|
|
101
|
+
|
|
102
|
+
st.equal(channel.has(o), false, 'value is no longer set');
|
|
103
|
+
|
|
104
|
+
st.end();
|
|
105
|
+
});
|
|
106
|
+
|
|
107
|
+
t.end();
|
|
108
|
+
});
|
|
109
|
+
|
|
110
|
+
test('getSideChannelMap, no WeakMaps and/or Maps', { skip: typeof WeakMap === 'function' || typeof Map === 'function' }, function (t) {
|
|
111
|
+
t.equal(getSideChannelWeakMap, false, 'is false');
|
|
112
|
+
|
|
113
|
+
t.end();
|
|
114
|
+
});
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2021 Thibaut DAVID
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
[](https://strapi-sdk-js.netlify.app)
|
|
2
|
+
|
|
3
|
+
# Strapi SDK JS/TS
|
|
4
|
+
|
|
5
|
+
[![Build][actions-src]][actions-href]
|
|
6
|
+
[![Codecov][codecov-src]][codecov-href]
|
|
7
|
+
[![npm version][npm-version-src]][npm-version-href]
|
|
8
|
+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
9
|
+
[![License][license-src]][license-href]
|
|
10
|
+
|
|
11
|
+
> Thanks this SDK you can trigger your [Strapi](https://strapi.io) API in your **Javascript**/**Typescript** project.
|
|
12
|
+
|
|
13
|
+
- [✨ Release Notes](https://github.com/stun3r/strapi-generate-types/releases)
|
|
14
|
+
- [📚 Documentation](https://strapi-sdk-js.netlify.app)
|
|
15
|
+
|
|
16
|
+
## 🚀 Features
|
|
17
|
+
|
|
18
|
+
- Strapi v5 supports
|
|
19
|
+
- RESTful methods
|
|
20
|
+
- Simplified request responses
|
|
21
|
+
- Formatted error handling
|
|
22
|
+
|
|
23
|
+
[📚 Documentation](https://strapi-sdk-js.netlify.app)
|
|
24
|
+
|
|
25
|
+
> If you are using Strapi **v3**, check out [here](https://v1-strapi-sdk-js.netlify.app) the documentation of the SDK `v1`
|
|
26
|
+
|
|
27
|
+
## ⚙️ Contributing
|
|
28
|
+
|
|
29
|
+
1. Clone the repository
|
|
30
|
+
2. Move on `develop` branch
|
|
31
|
+
3. You will need to install dependencies thanks `npm install` or `yarn install`
|
|
32
|
+
4. To start development you can use `yarn start` in order to enable build watch or `yarn build`
|
|
33
|
+
5. After you finished your change be sure to open a PR against `develop` branch
|
|
34
|
+
|
|
35
|
+
## License
|
|
36
|
+
|
|
37
|
+
[MIT License](./LICENSE)
|
|
38
|
+
|
|
39
|
+
<!-- Badges -->
|
|
40
|
+
|
|
41
|
+
[actions-src]: https://github.com/Stun3R/strapi-sdk-js/actions/workflows/main.yml/badge.svg
|
|
42
|
+
[actions-href]: https://github.com/Stun3R/strapi-sdk-js/actions/workflows/main.yml
|
|
43
|
+
[codecov-src]: https://img.shields.io/codecov/c/github/Stun3R/strapi-sdk-js.svg?style=flat-square
|
|
44
|
+
[codecov-href]: https://codecov.io/gh/Stun3R/strapi-sdk-js
|
|
45
|
+
[npm-version-src]: https://img.shields.io/npm/v/strapi-sdk-js/latest.svg?style=flat-square
|
|
46
|
+
[npm-version-href]: https://npmjs.com/package/strapi-sdk-js
|
|
47
|
+
[npm-downloads-src]: https://img.shields.io/npm/dt/strapi-sdk-js.svg?style=flat-square
|
|
48
|
+
[npm-downloads-href]: https://npmjs.com/package/strapi-sdk-js
|
|
49
|
+
[license-src]: https://img.shields.io/github/license/stun3r/strapi-sdk-js.svg?style=flat-square
|
|
50
|
+
[license-href]: ./LICENSE
|
|
@@ -0,0 +1,377 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var axios = require('axios');
|
|
4
|
+
var defu = require('defu');
|
|
5
|
+
var qs = require('qs');
|
|
6
|
+
var Cookies = require('js-cookie');
|
|
7
|
+
var ufo = require('ufo');
|
|
8
|
+
|
|
9
|
+
function isBrowser() {
|
|
10
|
+
return typeof window !== "undefined";
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
var __defProp = Object.defineProperty;
|
|
14
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
15
|
+
var __publicField = (obj, key, value) => {
|
|
16
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
17
|
+
return value;
|
|
18
|
+
};
|
|
19
|
+
const defaults = {
|
|
20
|
+
url: "http://localhost:1337",
|
|
21
|
+
prefix: "/api",
|
|
22
|
+
store: {
|
|
23
|
+
key: "strapi_jwt",
|
|
24
|
+
useLocalStorage: false,
|
|
25
|
+
cookieOptions: { path: "/" }
|
|
26
|
+
},
|
|
27
|
+
axiosOptions: {}
|
|
28
|
+
};
|
|
29
|
+
class Strapi {
|
|
30
|
+
/**
|
|
31
|
+
* Strapi SDK Constructor
|
|
32
|
+
*
|
|
33
|
+
* @constructor
|
|
34
|
+
* @param {StrapiOptions} options? - Options in order to configure API URL, list your Content Types & extend the axios configuration
|
|
35
|
+
* @param {string} options.url? - Your Strapi API URL, Default: http://localhost::1337
|
|
36
|
+
* @param {StoreConfig} options.store? - Config the way you want to store JWT (Cookie or LocalStorage)
|
|
37
|
+
* @param {AxiosRequestConfig} options.axiosOptions? - The list of your Content type on your Strapi API
|
|
38
|
+
*/
|
|
39
|
+
constructor(options) {
|
|
40
|
+
__publicField(this, "axios");
|
|
41
|
+
__publicField(this, "options");
|
|
42
|
+
__publicField(this, "user", null);
|
|
43
|
+
const _options = defu(options || {}, defaults);
|
|
44
|
+
this.options = {
|
|
45
|
+
..._options,
|
|
46
|
+
url: ufo.cleanDoubleSlashes(_options == null ? void 0 : _options.url),
|
|
47
|
+
prefix: ufo.cleanDoubleSlashes(_options == null ? void 0 : _options.prefix)
|
|
48
|
+
};
|
|
49
|
+
this.axios = axios.create({
|
|
50
|
+
baseURL: ufo.joinURL(this.options.url, this.options.prefix),
|
|
51
|
+
paramsSerializer: qs.stringify,
|
|
52
|
+
...this.options.axiosOptions
|
|
53
|
+
});
|
|
54
|
+
this.axios.interceptors.request.use((config) => {
|
|
55
|
+
const token = this.getToken();
|
|
56
|
+
if (token) {
|
|
57
|
+
config.headers = {
|
|
58
|
+
...config.headers,
|
|
59
|
+
Authorization: `Bearer ${token}`
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
return config;
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Basic axios request
|
|
67
|
+
*
|
|
68
|
+
* @param {Method} method - HTTP method
|
|
69
|
+
* @param {string} url - Custom or Strapi API URL
|
|
70
|
+
* @param {AxiosRequestConfig} axiosConfig? - Custom Axios config
|
|
71
|
+
* @returns Promise<T>
|
|
72
|
+
*/
|
|
73
|
+
async request(method, url, axiosConfig) {
|
|
74
|
+
try {
|
|
75
|
+
const response = await this.axios.request({
|
|
76
|
+
method,
|
|
77
|
+
url,
|
|
78
|
+
...axiosConfig
|
|
79
|
+
});
|
|
80
|
+
return response.data;
|
|
81
|
+
} catch (error) {
|
|
82
|
+
const e = error;
|
|
83
|
+
if (!e.response) {
|
|
84
|
+
throw {
|
|
85
|
+
data: null,
|
|
86
|
+
error: {
|
|
87
|
+
status: 500,
|
|
88
|
+
name: "UnknownError",
|
|
89
|
+
message: e.message,
|
|
90
|
+
details: e
|
|
91
|
+
}
|
|
92
|
+
};
|
|
93
|
+
} else {
|
|
94
|
+
throw e.response.data;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Authenticate user & retrieve his JWT
|
|
100
|
+
*
|
|
101
|
+
* @param {StrapiAuthenticationData} data - User authentication form data: `identifier`, `password`
|
|
102
|
+
* @param {string} data.identifier - The email or username of the user
|
|
103
|
+
* @param {string} data.password - The password of the user
|
|
104
|
+
* @returns Promise<StrapiAuthenticationResponse>
|
|
105
|
+
*/
|
|
106
|
+
async login(data) {
|
|
107
|
+
this.removeToken();
|
|
108
|
+
const { user, jwt } = await this.request("post", "/auth/local", {
|
|
109
|
+
data
|
|
110
|
+
});
|
|
111
|
+
this.setToken(jwt);
|
|
112
|
+
this.user = user;
|
|
113
|
+
return { user, jwt };
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* Register a new user & retrieve JWT
|
|
117
|
+
*
|
|
118
|
+
* @param {StrapiRegistrationData} data - New user registration data: `username`, `email`, `password`
|
|
119
|
+
* @param {string} data.username - Username of the new user
|
|
120
|
+
* @param {string} data.email - Email of the new user
|
|
121
|
+
* @param {string} data.password - Password of the new user
|
|
122
|
+
* @returns Promise<StrapiAuthenticationResponse>
|
|
123
|
+
*/
|
|
124
|
+
async register(data) {
|
|
125
|
+
this.removeToken();
|
|
126
|
+
const { user, jwt } = await this.request(
|
|
127
|
+
"post",
|
|
128
|
+
"/auth/local/register",
|
|
129
|
+
{
|
|
130
|
+
data
|
|
131
|
+
}
|
|
132
|
+
);
|
|
133
|
+
this.setToken(jwt);
|
|
134
|
+
this.user = user;
|
|
135
|
+
return { user, jwt };
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Send an email to a user in order to reset his password
|
|
139
|
+
*
|
|
140
|
+
* @param {StrapiForgotPasswordData} data - Forgot password data: `email`
|
|
141
|
+
* @param {string} data.email - Email of the user who forgot his password
|
|
142
|
+
* @returns Promise<void>
|
|
143
|
+
*/
|
|
144
|
+
async forgotPassword(data) {
|
|
145
|
+
this.removeToken();
|
|
146
|
+
return this.request("post", "/auth/forgot-password", { data });
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* Change the password of the logged in user.
|
|
150
|
+
* @author AnnikenYT
|
|
151
|
+
*
|
|
152
|
+
* @param {StrapiChangePasswordData} data - Change password data: `currentPassword`, `password`, `passwordConfirmation`
|
|
153
|
+
* @param {string} data.currentPassword - The current password of the user
|
|
154
|
+
* @param {string} data.password - The new password of the user
|
|
155
|
+
* @param {string} data.passwordConfirmation - Confirmation of the new password of the user
|
|
156
|
+
* @returns Promise<StrapiAuthenticationResponse>
|
|
157
|
+
*/
|
|
158
|
+
async changePassword(data) {
|
|
159
|
+
const { user, jwt } = await this.request(
|
|
160
|
+
"post",
|
|
161
|
+
"/auth/change-password",
|
|
162
|
+
{
|
|
163
|
+
data
|
|
164
|
+
}
|
|
165
|
+
);
|
|
166
|
+
this.setToken(jwt);
|
|
167
|
+
this.user = user;
|
|
168
|
+
return { jwt, user };
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* Reset the user password
|
|
172
|
+
*
|
|
173
|
+
* @param {StrapiResetPasswordData} data - Reset password data object: `code`, `password`, `passwordConfirmation`
|
|
174
|
+
* @param {string} data.code - Code received by email after calling the `forgotPassword` method
|
|
175
|
+
* @param {string} data.password - New password of the user
|
|
176
|
+
* @param {string} data.passwordConfirmation - Confirmation of the new password of the user
|
|
177
|
+
* @returns Promise<StrapiAuthenticationResponse>
|
|
178
|
+
*/
|
|
179
|
+
async resetPassword(data) {
|
|
180
|
+
this.removeToken();
|
|
181
|
+
const { user, jwt } = await this.request(
|
|
182
|
+
"post",
|
|
183
|
+
"/auth/reset-password",
|
|
184
|
+
{
|
|
185
|
+
data
|
|
186
|
+
}
|
|
187
|
+
);
|
|
188
|
+
this.setToken(jwt);
|
|
189
|
+
this.user = user;
|
|
190
|
+
return { user, jwt };
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* Send programmatically an email to a user in order to confirm his account
|
|
194
|
+
*
|
|
195
|
+
* @param {StrapiEmailConfirmationData} data - Email confirmation data: `email`
|
|
196
|
+
* @param {string} data.email - Email of the user who want to be confirmed
|
|
197
|
+
* @returns Promise<void>
|
|
198
|
+
*/
|
|
199
|
+
async sendEmailConfirmation(data) {
|
|
200
|
+
return this.request("post", "/auth/send-email-confirmation", {
|
|
201
|
+
data
|
|
202
|
+
});
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* Get the correct URL to authenticate with provider
|
|
206
|
+
*
|
|
207
|
+
* @param {StrapiAuthProvider} provider - Provider name
|
|
208
|
+
* @returns string
|
|
209
|
+
*/
|
|
210
|
+
getProviderAuthenticationUrl(provider) {
|
|
211
|
+
return ufo.joinURL(this.options.url, this.options.prefix, "connect", provider);
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* Authenticate user with the token present on the URL or in `params`
|
|
215
|
+
*
|
|
216
|
+
* @param {StrapiAuthProvider} provider - Provider name
|
|
217
|
+
* @param {string} access_token? - Access Token return from Strapi
|
|
218
|
+
* @returns Promise<StrapiAuthenticationResponse>
|
|
219
|
+
*/
|
|
220
|
+
async authenticateProvider(provider, access_token) {
|
|
221
|
+
this.removeToken();
|
|
222
|
+
if (isBrowser()) {
|
|
223
|
+
const params = qs.parse(window.location.search, {
|
|
224
|
+
ignoreQueryPrefix: true
|
|
225
|
+
});
|
|
226
|
+
if (params.access_token)
|
|
227
|
+
access_token = params.access_token;
|
|
228
|
+
}
|
|
229
|
+
const { user, jwt } = await this.request(
|
|
230
|
+
"get",
|
|
231
|
+
`/auth/${provider}/callback`,
|
|
232
|
+
{
|
|
233
|
+
params: { access_token }
|
|
234
|
+
}
|
|
235
|
+
);
|
|
236
|
+
this.setToken(jwt);
|
|
237
|
+
this.user = user;
|
|
238
|
+
return { user, jwt };
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* Logout by removing authentication token
|
|
242
|
+
*
|
|
243
|
+
* @returns void
|
|
244
|
+
*/
|
|
245
|
+
logout() {
|
|
246
|
+
this.user = null;
|
|
247
|
+
this.removeToken();
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* Get a list of {content-type} entries
|
|
251
|
+
*
|
|
252
|
+
* @param {string} contentType - Content type's name pluralized
|
|
253
|
+
* @param {StrapiRequestParams} params? - Query parameters
|
|
254
|
+
* @returns Promise<StrapiResponse<T>>
|
|
255
|
+
*/
|
|
256
|
+
find(contentType, params) {
|
|
257
|
+
return this.request("get", `/${contentType}`, {
|
|
258
|
+
params
|
|
259
|
+
});
|
|
260
|
+
}
|
|
261
|
+
/**
|
|
262
|
+
* Get a specific {content-type} entry
|
|
263
|
+
*
|
|
264
|
+
* @param {string} contentType - Content type's name pluralized
|
|
265
|
+
* @param {string} documentId - documentId of the entry
|
|
266
|
+
* @param {StrapiBaseRequestParams} params? - Fields selection & Relations population
|
|
267
|
+
* @returns Promise<StrapiResponse<T>>
|
|
268
|
+
*/
|
|
269
|
+
findOne(contentType, documentId, params) {
|
|
270
|
+
return this.request(
|
|
271
|
+
"get",
|
|
272
|
+
`/${contentType}/${documentId}`,
|
|
273
|
+
{
|
|
274
|
+
params
|
|
275
|
+
}
|
|
276
|
+
);
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* Create a {content-type} entry
|
|
280
|
+
*
|
|
281
|
+
* @param {string} contentType - Content type's name pluralized
|
|
282
|
+
* @param {AxiosRequestConfig["data"]} data - New entry
|
|
283
|
+
* @param {StrapiBaseRequestParams} params? - Fields selection & Relations population
|
|
284
|
+
* @returns Promise<StrapiResponse<T>>
|
|
285
|
+
*/
|
|
286
|
+
create(contentType, data, params) {
|
|
287
|
+
return this.request("post", `/${contentType}`, {
|
|
288
|
+
data: { data },
|
|
289
|
+
params
|
|
290
|
+
});
|
|
291
|
+
}
|
|
292
|
+
/**
|
|
293
|
+
* Update a specific entry
|
|
294
|
+
*
|
|
295
|
+
* @param {string} contentType - Content type's name pluralized
|
|
296
|
+
* @param {string} documentId - documentId of entry to be updated
|
|
297
|
+
* @param {AxiosRequestConfig["data"]} data - New entry data
|
|
298
|
+
* @param {StrapiBaseRequestParams} params? - Fields selection & Relations population
|
|
299
|
+
* @returns Promise<StrapiResponse<T>>
|
|
300
|
+
*/
|
|
301
|
+
update(contentType, documentId, data, params) {
|
|
302
|
+
return this.request(
|
|
303
|
+
"put",
|
|
304
|
+
`/${contentType}/${documentId}`,
|
|
305
|
+
{
|
|
306
|
+
data: { data },
|
|
307
|
+
params
|
|
308
|
+
}
|
|
309
|
+
);
|
|
310
|
+
}
|
|
311
|
+
/**
|
|
312
|
+
* Delete en entry
|
|
313
|
+
*
|
|
314
|
+
* @param {string} contentType - Content type's name pluralized
|
|
315
|
+
* @param {string} documentId - documentId of entry to be deleted
|
|
316
|
+
* @returns Promise<void>
|
|
317
|
+
*/
|
|
318
|
+
delete(contentType, documentId) {
|
|
319
|
+
return this.request("delete", `/${contentType}/${documentId}`);
|
|
320
|
+
}
|
|
321
|
+
/**
|
|
322
|
+
* Refresh local data of the logged-in user
|
|
323
|
+
*
|
|
324
|
+
* @returns Promise<StrapiUser>
|
|
325
|
+
*/
|
|
326
|
+
async fetchUser(params) {
|
|
327
|
+
try {
|
|
328
|
+
const user = await this.request("get", "/users/me", {
|
|
329
|
+
params
|
|
330
|
+
});
|
|
331
|
+
this.user = user;
|
|
332
|
+
} catch (e) {
|
|
333
|
+
this.logout();
|
|
334
|
+
}
|
|
335
|
+
return this.user;
|
|
336
|
+
}
|
|
337
|
+
/**
|
|
338
|
+
* Retrieve token from chosen storage
|
|
339
|
+
*
|
|
340
|
+
* @returns string | null
|
|
341
|
+
*/
|
|
342
|
+
getToken() {
|
|
343
|
+
const { useLocalStorage, key } = this.options.store;
|
|
344
|
+
if (isBrowser()) {
|
|
345
|
+
const token = useLocalStorage ? window.localStorage.getItem(key) : Cookies.get(key);
|
|
346
|
+
if (typeof token === "undefined")
|
|
347
|
+
return null;
|
|
348
|
+
return token;
|
|
349
|
+
}
|
|
350
|
+
return null;
|
|
351
|
+
}
|
|
352
|
+
/**
|
|
353
|
+
* Set token in chosen storage
|
|
354
|
+
*
|
|
355
|
+
* @param {string} token - Token retrieve from login or register method
|
|
356
|
+
* @returns void
|
|
357
|
+
*/
|
|
358
|
+
setToken(token) {
|
|
359
|
+
const { useLocalStorage, key, cookieOptions } = this.options.store;
|
|
360
|
+
if (isBrowser()) {
|
|
361
|
+
useLocalStorage ? window.localStorage.setItem(key, token) : Cookies.set(key, token, cookieOptions);
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
/**
|
|
365
|
+
* Remove token from chosen storage (Cookies or Local)
|
|
366
|
+
*
|
|
367
|
+
* @returns void
|
|
368
|
+
*/
|
|
369
|
+
removeToken() {
|
|
370
|
+
const { useLocalStorage, key } = this.options.store;
|
|
371
|
+
if (isBrowser()) {
|
|
372
|
+
useLocalStorage ? window.localStorage.removeItem(key) : Cookies.remove(key);
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
module.exports = Strapi;
|