ctx-core 7.2.16 → 7.2.18

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.
@@ -185,7 +185,7 @@ test('be_|ctx_T|ns', ()=>{
185
185
  { id: 'nested__ctx_' })
186
186
  equal(nested__ctx_(ctx), [ctx])
187
187
  })
188
- test('be_|circular dependency|DEBUG=1', async ()=>{
188
+ test.skip('be_|circular dependency|DEBUG=1', async ()=>{
189
189
  const dir = dirname(new URL(import.meta.url).pathname)
190
190
  const source = await readFile(
191
191
  resolve(join(dir, '../be_/index.js'))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctx-core",
3
- "version": "7.2.16",
3
+ "version": "7.2.18",
4
4
  "description": "ctx-core core library",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -320,16 +320,16 @@
320
320
  "@ctx-core/preprocess": "^0.1.3",
321
321
  "@size-limit/preset-small-lib": "^11.1.4",
322
322
  "@types/jsdom": "^21.1.7",
323
- "@types/node": "^20.14.1",
323
+ "@types/node": "^20.14.2",
324
324
  "@types/sinon": "^17.0.3",
325
325
  "c8": "^9.1.0",
326
326
  "check-dts": "^0.8.0",
327
- "esbuild": "^0.21.4",
327
+ "esbuild": "^0.21.5",
328
328
  "esmock": "^2.6.5",
329
329
  "jsdom": "^24.1.0",
330
330
  "sinon": "^18.0.0",
331
331
  "size-limit": "^11.1.4",
332
- "tsx": "^4.11.2",
332
+ "tsx": "^4.15.1",
333
333
  "typescript": "next",
334
334
  "uvu": "^0.5.6"
335
335
  },