@cedarjs/internal 4.1.0-rc.70 → 4.1.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 (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/internal",
3
- "version": "4.1.0-rc.70",
3
+ "version": "4.1.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -159,13 +159,13 @@
159
159
  "@babel/plugin-transform-react-jsx": "7.28.6",
160
160
  "@babel/plugin-transform-typescript": "^7.26.8",
161
161
  "@babel/traverse": "7.29.0",
162
- "@cedarjs/babel-config": "4.1.0-rc.70",
163
- "@cedarjs/cli-helpers": "4.1.0-rc.70",
164
- "@cedarjs/graphql-server": "4.1.0-rc.70",
165
- "@cedarjs/project-config": "4.1.0-rc.70",
166
- "@cedarjs/router": "4.1.0-rc.70",
167
- "@cedarjs/structure": "4.1.0-rc.70",
168
- "@cedarjs/utils": "4.1.0-rc.70",
162
+ "@cedarjs/babel-config": "4.1.0",
163
+ "@cedarjs/cli-helpers": "4.1.0",
164
+ "@cedarjs/graphql-server": "4.1.0",
165
+ "@cedarjs/project-config": "4.1.0",
166
+ "@cedarjs/router": "4.1.0",
167
+ "@cedarjs/structure": "4.1.0",
168
+ "@cedarjs/utils": "4.1.0",
169
169
  "@graphql-codegen/add": "6.0.1",
170
170
  "@graphql-codegen/cli": "6.3.1",
171
171
  "@graphql-codegen/client-preset": "5.3.0",
@@ -199,7 +199,7 @@
199
199
  },
200
200
  "devDependencies": {
201
201
  "@arethetypeswrong/cli": "0.18.2",
202
- "@cedarjs/framework-tools": "4.1.0-rc.70",
202
+ "@cedarjs/framework-tools": "0.0.0",
203
203
  "concurrently": "9.2.1",
204
204
  "graphql-tag": "2.12.6",
205
205
  "publint": "0.3.18",
@@ -212,5 +212,5 @@
212
212
  "publishConfig": {
213
213
  "access": "public"
214
214
  },
215
- "gitHead": "f41feef599090c00c32593f248b78624dd1e58d2"
215
+ "gitHead": "d0c0dde8a43539168310f619c548af964ee6cf75"
216
216
  }