@influxdata/influxdb-client-apis 1.28.0 → 1.29.0-nightly.2295
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/dist/index.browser.js.gz
CHANGED
|
Binary file
|
|
Binary file
|
package/dist/index.js.gz
CHANGED
|
Binary file
|
package/dist/index.mjs.gz
CHANGED
|
Binary file
|
package/dist/influxdbApis.js.gz
CHANGED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@influxdata/influxdb-client-apis",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.29.0-nightly.2295",
|
|
4
4
|
"description": "InfluxDB 2.x generated APIs",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"apidoc:extract": "api-extractor run",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"generate": "yarn ts-node generator && yarn prettier --write src/generated/*.ts",
|
|
11
11
|
"test": "yarn run lint && yarn run typecheck && yarn run test:unit",
|
|
12
12
|
"test:unit": "mocha --require ts-node/register 'test/unit/**/*.test.ts' --exit",
|
|
13
|
-
"test:ci": "yarn run lint:ci && yarn run test:unit --reporter mocha-junit-reporter --reporter-options mochaFile=../../reports/apis_mocha/test-results.xml",
|
|
13
|
+
"test:ci": "yarn run typecheck && yarn run lint:ci && yarn run test:unit --reporter mocha-junit-reporter --reporter-options mochaFile=../../reports/apis_mocha/test-results.xml",
|
|
14
14
|
"typecheck": "tsc --noEmit --pretty",
|
|
15
15
|
"lint": "eslint 'src/**/*.ts'",
|
|
16
16
|
"lint:ci": "yarn run lint --format junit --output-file ../../reports/apis_eslint/eslint.xml",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@influxdata/influxdb-client": "*"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@influxdata/influxdb-client": "^1.
|
|
56
|
+
"@influxdata/influxdb-client": "^1.29.0-nightly.2295",
|
|
57
57
|
"@microsoft/api-extractor": "^7.28.4",
|
|
58
58
|
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
|
59
59
|
"@typescript-eslint/parser": "^5.29.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"ts-node": "^10.8.1",
|
|
76
76
|
"typescript": "^4.7.4"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "874e36347b5bc8f04f38ee9b825be89b6a98af85"
|
|
79
79
|
}
|