@cedarjs/web 0.13.0 → 0.14.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.
@@ -41,10 +41,10 @@ type KeyCount<T extends object> = L.Length<U.ListOf<O.SelectKeys<T, any>>>;
41
41
  type ConditionallyGuaranteed<T extends object> = KeyCount<T> extends 1 ? Guaranteed<T> : T;
42
42
  /**
43
43
  * @param TData - Type of data based on your graphql query. This can be imported
44
- * from 'types/graphql.js'
44
+ * from 'types/graphql'
45
45
  *
46
46
  * @example
47
- * import type { FindPosts } from 'types/graphql.js'
47
+ * import type { FindPosts } from 'types/graphql'
48
48
  *
49
49
  * const { post }: CellSuccessData<FindPosts> = props
50
50
  */
@@ -41,10 +41,10 @@ type KeyCount<T extends object> = L.Length<U.ListOf<O.SelectKeys<T, any>>>;
41
41
  type ConditionallyGuaranteed<T extends object> = KeyCount<T> extends 1 ? Guaranteed<T> : T;
42
42
  /**
43
43
  * @param TData - Type of data based on your graphql query. This can be imported
44
- * from 'types/graphql.js'
44
+ * from 'types/graphql'
45
45
  *
46
46
  * @example
47
- * import type { FindPosts } from 'types/graphql.js'
47
+ * import type { FindPosts } from 'types/graphql'
48
48
  *
49
49
  * const { post }: CellSuccessData<FindPosts> = props
50
50
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/web",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -114,8 +114,8 @@
114
114
  "main": "./dist/index.js",
115
115
  "types": "dist/index.d.ts",
116
116
  "bin": {
117
+ "cdr": "./dist/cjs/bins/cedarjs.js",
117
118
  "cedarjs": "./dist/cjs/bins/cedarjs.js",
118
- "cj": "./dist/cjs/bins/cedarjs.js",
119
119
  "cross-env": "./dist/cjs/bins/cross-env.js",
120
120
  "msw": "./dist/cjs/bins/msw.js",
121
121
  "redwood": "./dist/cjs/bins/redwood.js",
@@ -145,8 +145,8 @@
145
145
  "dependencies": {
146
146
  "@apollo/client": "3.13.9",
147
147
  "@babel/runtime-corejs3": "7.27.6",
148
- "@cedarjs/auth": "0.13.0",
149
- "@cedarjs/server-store": "0.13.0",
148
+ "@cedarjs/auth": "0.14.0",
149
+ "@cedarjs/server-store": "0.14.0",
150
150
  "@dr.pogodin/react-helmet": "2.0.4",
151
151
  "@whatwg-node/fetch": "0.9.21",
152
152
  "apollo-upload-client": "18.0.1",
@@ -166,8 +166,8 @@
166
166
  "@babel/core": "^7.26.10",
167
167
  "@babel/plugin-transform-runtime": "7.27.4",
168
168
  "@babel/runtime": "7.27.6",
169
- "@cedarjs/framework-tools": "0.13.0",
170
- "@cedarjs/internal": "0.13.0",
169
+ "@cedarjs/framework-tools": "0.14.0",
170
+ "@cedarjs/internal": "0.14.0",
171
171
  "@rollup/plugin-babel": "6.0.4",
172
172
  "@testing-library/jest-dom": "6.5.0",
173
173
  "@testing-library/react": "14.3.1",
@@ -191,5 +191,5 @@
191
191
  "publishConfig": {
192
192
  "access": "public"
193
193
  },
194
- "gitHead": "d4c79be88cc81bb222625c0841085b878ad47728"
194
+ "gitHead": "e948779c6fc67b7c8b339ffd8bd51d87cea6dbd3"
195
195
  }