zephyr-xpack-internal 0.0.41 → 0.0.42

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/dist/package.json +19 -5
  2. package/package.json +21 -7
package/dist/package.json CHANGED
@@ -1,10 +1,20 @@
1
1
  {
2
2
  "name": "zephyr-xpack-internal",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
+ "description": "Xpack internals for Zephyr",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/ZephyrCloudIO/zephyr-packages.git",
8
+ "directory": "libs/zephyr-xpack-internal"
9
+ },
4
10
  "license": "Apache-2.0",
11
+ "author": {
12
+ "name": "ZephyrCloudIO",
13
+ "url": "https://github.com/ZephyrCloudIO"
14
+ },
15
+ "type": "commonjs",
5
16
  "main": "dist/index.js",
6
17
  "types": "dist/index.d.ts",
7
- "type": "commonjs",
8
18
  "scripts": {
9
19
  "build": "nx run zephyr-xpack-internal:build",
10
20
  "patch-version": "pnpm version"
@@ -17,10 +27,14 @@
17
27
  "zephyr-edge-contract": "workspace:*"
18
28
  },
19
29
  "devDependencies": {
20
- "@typescript-eslint/eslint-plugin": "catalog:eslint",
21
30
  "@types/is-ci": "catalog:typescript",
31
+ "@types/jest": "catalog:typescript",
22
32
  "@types/node-persist": "catalog:typescript",
23
- "ts-jest": "catalog:typescript",
24
- "@types/jest": "catalog:typescript"
33
+ "@typescript-eslint/eslint-plugin": "catalog:eslint",
34
+ "ts-jest": "catalog:typescript"
35
+ },
36
+ "publishConfig": {
37
+ "access": "public",
38
+ "provenance": true
25
39
  }
26
40
  }
package/package.json CHANGED
@@ -1,23 +1,37 @@
1
1
  {
2
2
  "name": "zephyr-xpack-internal",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
+ "description": "Xpack internals for Zephyr",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/ZephyrCloudIO/zephyr-packages.git",
8
+ "directory": "libs/zephyr-xpack-internal"
9
+ },
4
10
  "license": "Apache-2.0",
11
+ "author": {
12
+ "name": "ZephyrCloudIO",
13
+ "url": "https://github.com/ZephyrCloudIO"
14
+ },
15
+ "type": "commonjs",
5
16
  "main": "dist/index.js",
6
17
  "types": "dist/index.d.ts",
7
- "type": "commonjs",
8
18
  "dependencies": {
9
19
  "@module-federation/automatic-vendor-federation": "^1.2.1",
10
20
  "is-ci": "^4.1.0",
11
21
  "tslib": "^2.8.1",
12
- "zephyr-agent": "0.0.41",
13
- "zephyr-edge-contract": "0.0.41"
22
+ "zephyr-edge-contract": "0.0.42",
23
+ "zephyr-agent": "0.0.42"
14
24
  },
15
25
  "devDependencies": {
16
- "@typescript-eslint/eslint-plugin": "^8.27.0",
17
26
  "@types/is-ci": "3.0.4",
27
+ "@types/jest": "29.5.14",
18
28
  "@types/node-persist": "^3.1.8",
19
- "ts-jest": "^29.2.6",
20
- "@types/jest": "29.5.14"
29
+ "@typescript-eslint/eslint-plugin": "^8.27.0",
30
+ "ts-jest": "^29.2.6"
31
+ },
32
+ "publishConfig": {
33
+ "access": "public",
34
+ "provenance": true
21
35
  },
22
36
  "scripts": {
23
37
  "build": "nx run zephyr-xpack-internal:build",