@cedarjs/web 0.0.5 → 0.0.6-next.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/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/web",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6-next.8+9de697bab",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
],
|
|
131
131
|
"scripts": {
|
|
132
132
|
"build": "tsx ./build.ts && yarn build:types",
|
|
133
|
-
"build:pack": "yarn pack -o
|
|
133
|
+
"build:pack": "yarn pack -o cedarjs-web.tgz",
|
|
134
134
|
"build:types": "tsc --build --verbose ./tsconfig.build.json ./tsconfig.cjs.json",
|
|
135
135
|
"build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build\"",
|
|
136
136
|
"check:attw": "tsx ./attw.ts",
|
|
@@ -142,9 +142,9 @@
|
|
|
142
142
|
},
|
|
143
143
|
"dependencies": {
|
|
144
144
|
"@apollo/client": "3.11.1",
|
|
145
|
-
"@babel/runtime-corejs3": "7.
|
|
146
|
-
"@cedarjs/auth": "0.0.
|
|
147
|
-
"@cedarjs/server-store": "0.0.
|
|
145
|
+
"@babel/runtime-corejs3": "7.27.1",
|
|
146
|
+
"@cedarjs/auth": "0.0.6-next.8+9de697bab",
|
|
147
|
+
"@cedarjs/server-store": "0.0.6-next.8+9de697bab",
|
|
148
148
|
"@whatwg-node/fetch": "0.9.21",
|
|
149
149
|
"apollo-upload-client": "18.0.1",
|
|
150
150
|
"cookie": "0.7.2",
|
|
@@ -160,12 +160,12 @@
|
|
|
160
160
|
"devDependencies": {
|
|
161
161
|
"@apollo/client-react-streaming": "0.10.0",
|
|
162
162
|
"@arethetypeswrong/cli": "0.16.4",
|
|
163
|
-
"@babel/cli": "7.
|
|
163
|
+
"@babel/cli": "7.27.2",
|
|
164
164
|
"@babel/core": "^7.26.10",
|
|
165
|
-
"@babel/plugin-transform-runtime": "7.
|
|
166
|
-
"@babel/runtime": "7.
|
|
167
|
-
"@cedarjs/framework-tools": "0.0.
|
|
168
|
-
"@cedarjs/internal": "0.0.
|
|
165
|
+
"@babel/plugin-transform-runtime": "7.27.1",
|
|
166
|
+
"@babel/runtime": "7.27.1",
|
|
167
|
+
"@cedarjs/framework-tools": "0.0.6-next.8",
|
|
168
|
+
"@cedarjs/internal": "0.0.6-next.8+9de697bab",
|
|
169
169
|
"@rollup/plugin-babel": "6.0.4",
|
|
170
170
|
"@testing-library/jest-dom": "6.5.0",
|
|
171
171
|
"@testing-library/react": "14.3.1",
|
|
@@ -189,5 +189,5 @@
|
|
|
189
189
|
"publishConfig": {
|
|
190
190
|
"access": "public"
|
|
191
191
|
},
|
|
192
|
-
"gitHead": "
|
|
192
|
+
"gitHead": "9de697babd04bed2cf8c7ee5965c8209f761f04b"
|
|
193
193
|
}
|