@uniformdev/context-remix 18.17.1-alpha.13 → 18.19.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.
Files changed (2) hide show
  1. package/dist/index.js +4 -0
  2. package/package.json +6 -5
package/dist/index.js CHANGED
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context-remix",
3
- "version": "18.17.1-alpha.13+77f2eaabc",
3
+ "version": "18.19.0",
4
4
  "description": "Uniform Context Remix integration package",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -20,7 +20,8 @@
20
20
  "clean": "rimraf dist",
21
21
  "test": "jest --maxWorkers=1 --passWithNoTests",
22
22
  "lint": "eslint \"src/**/*.{js,ts,tsx}\"",
23
- "format": "prettier --write \"src/**/*.{js,ts,tsx}\""
23
+ "format": "prettier --write \"src/**/*.{js,ts,tsx}\"",
24
+ "document": "api-extractor run --local"
24
25
  },
25
26
  "devDependencies": {
26
27
  "@remix-run/react": "1.11.1",
@@ -30,8 +31,8 @@
30
31
  "react-dom": "18.2.0"
31
32
  },
32
33
  "dependencies": {
33
- "@uniformdev/context": "18.17.1-alpha.13+77f2eaabc",
34
- "@uniformdev/context-react": "18.17.1-alpha.13+77f2eaabc",
34
+ "@uniformdev/context": "18.19.0",
35
+ "@uniformdev/context-react": "18.19.0",
35
36
  "cookie": "0.5.0"
36
37
  },
37
38
  "peerDependencies": {
@@ -45,5 +46,5 @@
45
46
  "publishConfig": {
46
47
  "access": "public"
47
48
  },
48
- "gitHead": "77f2eaabc380a8251c040f8bdd21d5451351022f"
49
+ "gitHead": "bd4414826a6d38b928b5ba2ea68e58160b784562"
49
50
  }