@c8y/client 1023.43.2 → 1023.47.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.
@@ -0,0 +1 @@
1
+ {"type": "module"}
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@c8y/client",
3
- "version": "1023.43.2",
3
+ "version": "1023.47.0",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity",
6
6
  "description": "Client application programming interface to access the Cumulocity IoT-Platform REST services.",
7
7
  "scripts": {
8
8
  "build": "rimraf lib && yarn build:esm2015 && yarn build:cjs && yarn build:typings",
9
9
  "build:cjs": "tsc -p . --module commonjs --outDir lib/cjs",
10
- "build:esm2015": "tsc -p . --target es2015 --outDir lib/esm2015",
10
+ "build:esm2015": "tsc -p . --target es2015 --outDir lib/esm2015 && echo \"{\\\"type\\\": \\\"module\\\"}\" > lib/esm2015/package.json",
11
11
  "build:typings": "tsc -p . --emitDeclarationOnly true --declaration true --declarationDir lib",
12
12
  "docs": "typedoc --tsconfig docs.tsconfig.json ./index.ts",
13
13
  "test:coverage": "jest --coverage",