@cedarjs/testing 0.10.1-rc.0 → 0.10.1-rc.11
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 +12 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/testing",
|
|
3
|
-
"version": "0.10.1-rc.
|
|
3
|
+
"version": "0.10.1-rc.11+a2eb54169",
|
|
4
4
|
"description": "Tools, wrappers and configuration for testing a CedarJS project.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -104,14 +104,11 @@
|
|
|
104
104
|
},
|
|
105
105
|
"files": [
|
|
106
106
|
"config",
|
|
107
|
-
"web",
|
|
108
|
-
"api",
|
|
109
|
-
"cache",
|
|
110
107
|
"dist"
|
|
111
108
|
],
|
|
112
109
|
"scripts": {
|
|
113
|
-
"build": "tsx ./build.mts && yarn build:types",
|
|
114
|
-
"build:pack": "yarn pack -o cedarjs-testing.tgz",
|
|
110
|
+
"build": "tsx ./build.mts && yarn build:types && ls -la",
|
|
111
|
+
"build:pack": "ls -la && yarn pack -o cedarjs-testing.tgz",
|
|
115
112
|
"build:types": "tsc --build --verbose ./tsconfig.build.json",
|
|
116
113
|
"build:types-cjs": "tsc --build --verbose ./tsconfig.cjs.json",
|
|
117
114
|
"build:watch": "nodemon --watch src --ext 'js,jsx,ts,tsx' --ignore dist --exec 'yarn build'",
|
|
@@ -122,13 +119,13 @@
|
|
|
122
119
|
"test:watch": "vitest watch"
|
|
123
120
|
},
|
|
124
121
|
"dependencies": {
|
|
125
|
-
"@cedarjs/auth": "0.10.1-rc.
|
|
126
|
-
"@cedarjs/babel-config": "0.10.1-rc.
|
|
127
|
-
"@cedarjs/context": "0.10.1-rc.
|
|
128
|
-
"@cedarjs/graphql-server": "0.10.1-rc.
|
|
129
|
-
"@cedarjs/project-config": "0.10.1-rc.
|
|
130
|
-
"@cedarjs/router": "0.10.1-rc.
|
|
131
|
-
"@cedarjs/web": "0.10.1-rc.
|
|
122
|
+
"@cedarjs/auth": "0.10.1-rc.11+a2eb54169",
|
|
123
|
+
"@cedarjs/babel-config": "0.10.1-rc.11+a2eb54169",
|
|
124
|
+
"@cedarjs/context": "0.10.1-rc.11+a2eb54169",
|
|
125
|
+
"@cedarjs/graphql-server": "0.10.1-rc.11+a2eb54169",
|
|
126
|
+
"@cedarjs/project-config": "0.10.1-rc.11+a2eb54169",
|
|
127
|
+
"@cedarjs/router": "0.10.1-rc.11+a2eb54169",
|
|
128
|
+
"@cedarjs/web": "0.10.1-rc.11+a2eb54169",
|
|
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",
|
|
@@ -151,7 +148,7 @@
|
|
|
151
148
|
"concurrently": "8.2.2",
|
|
152
149
|
"jsdom": "24.1.3",
|
|
153
150
|
"publint": "0.3.12",
|
|
154
|
-
"tsx": "4.20.
|
|
151
|
+
"tsx": "4.20.5",
|
|
155
152
|
"typescript": "5.6.2",
|
|
156
153
|
"vitest": "3.2.4"
|
|
157
154
|
},
|
|
@@ -166,5 +163,5 @@
|
|
|
166
163
|
"publishConfig": {
|
|
167
164
|
"access": "public"
|
|
168
165
|
},
|
|
169
|
-
"gitHead": "
|
|
166
|
+
"gitHead": "a2eb54169df5663812b0ab2f66373aaef1d62e69"
|
|
170
167
|
}
|