@squiz/component-cli-lib 1.68.0 → 1.69.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.69.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e13a4d8: Edge for local development
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [e13a4d8]
12
+ - @squiz/edge-dev-render-runtime-lib@2.2.0
13
+
14
+ ## 1.68.1
15
+
16
+ ### Patch Changes
17
+
18
+ - 1187eec: manual bump of dx-common-lib version
19
+ - Updated dependencies [1187eec]
20
+ - Updated dependencies [0afbb64]
21
+ - @squiz/edge-dev-render-runtime-lib@2.1.1
22
+ - @squiz/runtime-sandbox-node@1.64.2
23
+ - @squiz/render-runtime-lib@1.76.0
24
+
3
25
  ## 1.68.0
4
26
 
5
27
  ### Minor Changes
@@ -13,7 +13,6 @@ process.env.TENANT_ID ??= 'my-tenant';
13
13
  // Sync object
14
14
  const config: Config = {
15
15
  ...defaultIntegrationConfig,
16
- testPathIgnorePatterns: ['<rootDir>/lib/', '<rootDir>/cdk.out/', 'test.ts'],
17
16
  maxWorkers: 1,
18
17
 
19
18
  setupFiles: ['./src/integration-tests/test-setup.ts'],
Binary file