@cedarjs/testing 0.8.0-rc.51 → 0.8.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 +9 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/testing",
3
- "version": "0.8.0-rc.51+6cc9c7486",
3
+ "version": "0.8.0",
4
4
  "description": "Tools, wrappers and configuration for testing a CedarJS project.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -104,9 +104,6 @@
104
104
  },
105
105
  "files": [
106
106
  "config",
107
- "web",
108
- "api",
109
- "cache",
110
107
  "dist"
111
108
  ],
112
109
  "scripts": {
@@ -122,13 +119,13 @@
122
119
  "test:watch": "vitest watch"
123
120
  },
124
121
  "dependencies": {
125
- "@cedarjs/auth": "0.8.0-rc.51+6cc9c7486",
126
- "@cedarjs/babel-config": "0.8.0-rc.51+6cc9c7486",
127
- "@cedarjs/context": "0.8.0-rc.51+6cc9c7486",
128
- "@cedarjs/graphql-server": "0.8.0-rc.51+6cc9c7486",
129
- "@cedarjs/project-config": "0.8.0-rc.51+6cc9c7486",
130
- "@cedarjs/router": "0.8.0-rc.51+6cc9c7486",
131
- "@cedarjs/web": "0.8.0-rc.51+6cc9c7486",
122
+ "@cedarjs/auth": "0.8.0",
123
+ "@cedarjs/babel-config": "0.8.0",
124
+ "@cedarjs/context": "0.8.0",
125
+ "@cedarjs/graphql-server": "0.8.0",
126
+ "@cedarjs/project-config": "0.8.0",
127
+ "@cedarjs/router": "0.8.0",
128
+ "@cedarjs/web": "0.8.0",
132
129
  "@testing-library/jest-dom": "6.5.0",
133
130
  "@testing-library/react": "14.3.1",
134
131
  "@testing-library/user-event": "14.5.2",
@@ -166,5 +163,5 @@
166
163
  "publishConfig": {
167
164
  "access": "public"
168
165
  },
169
- "gitHead": "6cc9c7486a0b6570580895ef05d49cd4631b3c8f"
166
+ "gitHead": "54cec515c649431748a984cbd991899472bd2adb"
170
167
  }