@cedarjs/web 0.14.0 → 0.14.1-next.21

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.
@@ -6,4 +6,4 @@
6
6
  * that points to this file.
7
7
  */
8
8
  export {};
9
- //# sourceMappingURL=cedarjs.d.ts.map
9
+ //# sourceMappingURL=cedar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cedar.d.ts","sourceRoot":"","sources":["../../src/bins/cedar.ts"],"names":[],"mappings":";AAEA;;;;;GAKG"}
@@ -6,4 +6,4 @@
6
6
  * that points to this file.
7
7
  */
8
8
  export {};
9
- //# sourceMappingURL=cedarjs.d.ts.map
9
+ //# sourceMappingURL=cedar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cedar.d.ts","sourceRoot":"","sources":["../../../src/bins/cedar.ts"],"names":[],"mappings":";AAEA;;;;;GAKG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/web",
3
- "version": "0.14.0",
3
+ "version": "0.14.1-next.21+64bba57ea",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -114,8 +114,9 @@
114
114
  "main": "./dist/index.js",
115
115
  "types": "dist/index.d.ts",
116
116
  "bin": {
117
- "cdr": "./dist/cjs/bins/cedarjs.js",
118
- "cedarjs": "./dist/cjs/bins/cedarjs.js",
117
+ "cdr": "./dist/cjs/bins/cedar.js",
118
+ "cedar": "./dist/cjs/bins/cedar.js",
119
+ "cedarjs": "./dist/cjs/bins/cedar.js",
119
120
  "cross-env": "./dist/cjs/bins/cross-env.js",
120
121
  "msw": "./dist/cjs/bins/msw.js",
121
122
  "redwood": "./dist/cjs/bins/redwood.js",
@@ -145,8 +146,8 @@
145
146
  "dependencies": {
146
147
  "@apollo/client": "3.13.9",
147
148
  "@babel/runtime-corejs3": "7.27.6",
148
- "@cedarjs/auth": "0.14.0",
149
- "@cedarjs/server-store": "0.14.0",
149
+ "@cedarjs/auth": "0.14.1-next.21+64bba57ea",
150
+ "@cedarjs/server-store": "0.14.1-next.21+64bba57ea",
150
151
  "@dr.pogodin/react-helmet": "2.0.4",
151
152
  "@whatwg-node/fetch": "0.9.21",
152
153
  "apollo-upload-client": "18.0.1",
@@ -166,8 +167,8 @@
166
167
  "@babel/core": "^7.26.10",
167
168
  "@babel/plugin-transform-runtime": "7.27.4",
168
169
  "@babel/runtime": "7.27.6",
169
- "@cedarjs/framework-tools": "0.14.0",
170
- "@cedarjs/internal": "0.14.0",
170
+ "@cedarjs/framework-tools": "0.14.1-next.21",
171
+ "@cedarjs/internal": "0.14.1-next.21+64bba57ea",
171
172
  "@rollup/plugin-babel": "6.0.4",
172
173
  "@testing-library/jest-dom": "6.5.0",
173
174
  "@testing-library/react": "14.3.1",
@@ -191,5 +192,5 @@
191
192
  "publishConfig": {
192
193
  "access": "public"
193
194
  },
194
- "gitHead": "e948779c6fc67b7c8b339ffd8bd51d87cea6dbd3"
195
+ "gitHead": "64bba57eaeb905d9a1cd38be84e8d8459abe15fe"
195
196
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"cedarjs.d.ts","sourceRoot":"","sources":["../../src/bins/cedarjs.ts"],"names":[],"mappings":";AAEA;;;;;GAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"cedarjs.d.ts","sourceRoot":"","sources":["../../../src/bins/cedarjs.ts"],"names":[],"mappings":";AAEA;;;;;GAKG"}
File without changes