@anansi/core 0.16.7 → 0.16.8

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/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [0.16.8](https://github.com/ntucker/anansi/compare/@anansi/core@0.16.7...@anansi/core@0.16.8) (2023-02-26)
7
+
8
+ ### 💅 Enhancement
9
+
10
+ * Always use nonce for https ([a7d29ee](https://github.com/ntucker/anansi/commit/a7d29ee5960b5a6a7a87483c41e2ba89df80a1b8))
11
+
12
+ ### 🐛 Bug Fix
13
+
14
+ * Don't remove process.env.NODE_ENV from node builds ([b4d4569](https://github.com/ntucker/anansi/commit/b4d4569bbd6c735e61dfb9d9b842f829a8fcf4cb))
15
+
6
16
  ### [0.16.7](https://github.com/ntucker/anansi/compare/@anansi/core@0.16.6...@anansi/core@0.16.7) (2023-02-26)
7
17
 
8
18
  ### 💅 Enhancement
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
- exports.id = "src_spouts_restHooks_provider_tsx";
3
- exports.ids = ["src_spouts_restHooks_provider_tsx"];
2
+ exports.id = 2;
3
+ exports.ids = [2];
4
4
  exports.modules = {
5
5
 
6
- /***/ "./src/spouts/restHooks.provider.tsx":
6
+ /***/ 5:
7
7
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8
8
 
9
9
  __webpack_require__.r(__webpack_exports__);
10
10
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
11
11
  /* harmony export */ "CacheProvider": () => (/* reexport safe */ _rest_hooks_react__WEBPACK_IMPORTED_MODULE_0__.CacheProvider)
12
12
  /* harmony export */ });
13
- /* harmony import */ var _rest_hooks_react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("@rest-hooks/react");
13
+ /* harmony import */ var _rest_hooks_react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
14
14
  /* harmony import */ var _rest_hooks_react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_rest_hooks_react__WEBPACK_IMPORTED_MODULE_0__);
15
15
 
16
16