contentful-migration 4.5.5 → 4.5.9

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## [4.5.5](https://github.com/contentful/contentful-migration/compare/v4.5.4...v4.5.5) (2021-09-16)
1
+ ## [4.5.9](https://github.com/contentful/contentful-migration/compare/v4.5.8...v4.5.9) (2021-10-26)
2
2
 
3
3
  # Change Log
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentful-migration",
3
- "version": "4.5.5",
3
+ "version": "4.5.9",
4
4
  "description": "Migration tooling for contentful",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -26,18 +26,18 @@
26
26
  "build": "npm run clean && tsc -p tsconfig.json",
27
27
  "build-dev": "npm run clean && tsc -p tsconfig-dev.json",
28
28
  "prepare": "npm run build",
29
- "test": "NOCK_RECORD=0 npm run build && npm run test-unit && npm run test-integration && npm run test-e2e && npm run lint && npm run test-typescript-declaration",
30
- "test-watch": "npm run test-unit -- --watch",
31
- "test-unit": "NODE_ENV=test mocha --require test/setup-unit.js --recursive 'test/unit/**/**/*.spec.{js,ts}'",
32
- "test-integration": "NODE_ENV=test mocha --require test/integration/setup.js 'test/integration/**/*.spec.js'",
33
- "test-e2e": "NODE_ENV=test mocha 'test/end-to-end/**/*.spec.js'",
34
- "test-typescript-declaration": "tsc --strict --noEmit index.d.ts",
29
+ "test": "NOCK_RECORD=0 npm run build && npm run test:unit && npm run test:integration && npm run test:e2e && npm run lint && npm run test:typescript-declaration",
30
+ "test:watch": "npm run test:unit -- --watch",
31
+ "test:unit": "NODE_ENV=test mocha --require test/setup-unit.js --recursive 'test/unit/**/**/*.spec.{js,ts}'",
32
+ "test:integration": "NODE_ENV=test mocha --require test/integration/setup.js 'test/integration/**/*.spec.js'",
33
+ "test:e2e": "NODE_ENV=test mocha 'test/end-to-end/**/*.spec.js'",
34
+ "test:typescript-declaration": "tsc --strict --noEmit index.d.ts",
35
35
  "lint": "eslint 'examples/**/*.js' 'test/**/*.js' 'src/**/*.js' && tslint --project tsconfig-dev.json --config tslint.json -e '**/*.js'",
36
36
  "semantic-release": "semantic-release",
37
37
  "travis-deploy-once": "travis-deploy-once",
38
- "test-unit-debug": "NODE_ENV=test mocha debug --require test/setup-unit.js --recursive 'test/unit/**/**/*.spec.{js,ts}'",
39
- "test-integration-debug": "NODE_ENV=test mocha debug --require test/integration/setup.js 'test/integration/**/*.spec.js'",
40
- "test-e2e-debug": "NODE_ENV=test mocha debug 'test/end-to-end/**/*.spec.js'",
38
+ "test:unit:debug": "NODE_ENV=test mocha debug --require test/setup-unit.js --recursive 'test/unit/**/**/*.spec.{js,ts}'",
39
+ "test:integration:debug": "NODE_ENV=test mocha debug --require test/integration/setup.js 'test/integration/**/*.spec.js'",
40
+ "test:e2e:debug": "NODE_ENV=test mocha debug 'test/end-to-end/**/*.spec.js'",
41
41
  "cm": "git-cz"
42
42
  },
43
43
  "files": [
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@contentful/eslint-config-backend": "^7.0.0",
70
- "@semantic-release/changelog": "^5.0.1",
70
+ "@semantic-release/changelog": "^6.0.0",
71
71
  "@types/bluebird": "^3.5.30",
72
72
  "@types/chai": "^4.2.11",
73
73
  "@types/chai-as-promised": "^7.1.2",
@@ -93,7 +93,7 @@
93
93
  "nock": "^13.0.0",
94
94
  "rewire": "^5.0.0",
95
95
  "rimraf": "^3.0.2",
96
- "semantic-release": "^17.0.4",
96
+ "semantic-release": "^18.0.0",
97
97
  "sinon": "^10.0.0",
98
98
  "sinon-chai": "^3.5.0",
99
99
  "source-map-support": "^0.5.16",