@influxdata/influxdb-client-giraffe 1.29.0-nightly.2609 → 1.29.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 +5 -4
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@influxdata/influxdb-client-giraffe",
3
- "version": "1.29.0-nightly.2609",
3
+ "version": "1.29.0",
4
4
  "description": "InfluxDB 2.x client - giraffe integration",
5
5
  "scripts": {
6
6
  "apidoc:extract": "api-extractor run",
7
7
  "build": "yarn run clean && yarn tsup",
8
8
  "clean": "rimraf dist build coverage .nyc_output doc *.lcov reports",
9
- "coverage": "nyc mocha --require esbuild-runner/register 'test/**/*.test.ts' --exit",
9
+ "coverage": "nyc mocha --require ts-node/register 'test/**/*.test.ts' --exit",
10
10
  "coverage:ci": "yarn run coverage && yarn run coverage:lcov",
11
11
  "coverage:lcov": "yarn run --silent nyc report --reporter=text-lcov > coverage/coverage.lcov",
12
12
  "test": "yarn run lint && yarn run typecheck && yarn run test:unit",
@@ -45,7 +45,7 @@
45
45
  "license": "MIT",
46
46
  "devDependencies": {
47
47
  "@influxdata/giraffe": "*",
48
- "@influxdata/influxdb-client": "^1.29.0-nightly.2609",
48
+ "@influxdata/influxdb-client": "^1.29.0",
49
49
  "@microsoft/api-extractor": "^7.28.4",
50
50
  "@types/chai": "^4.2.5",
51
51
  "@types/mocha": "^9.1.1",
@@ -69,8 +69,9 @@
69
69
  "react-dom": "^17.0.2",
70
70
  "rimraf": "^3.0.0",
71
71
  "sinon": "^14.0.0",
72
+ "ts-node": "^10.9.1",
72
73
  "tsup": "^6.2.1",
73
74
  "typescript": "^4.7.4"
74
75
  },
75
- "gitHead": "ba0d09151d93f2f6bc29b2430944cd24d207e1f4"
76
+ "gitHead": "84934286a6f2b9515807a28693401f5c9c11f551"
76
77
  }