rollup-plugin-zephyr 0.0.39 → 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 +24 -10
  2. package/package.json +25 -11
package/dist/package.json CHANGED
@@ -1,7 +1,23 @@
1
1
  {
2
2
  "name": "rollup-plugin-zephyr",
3
- "version": "0.0.39",
3
+ "version": "0.0.42",
4
+ "description": "Rollup plugin for Zephyr",
5
+ "keywords": [
6
+ "rollup",
7
+ "rollup-plugin",
8
+ "zephyr",
9
+ "deploy"
10
+ ],
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/ZephyrCloudIO/zephyr-packages.git",
14
+ "directory": "libs/rollup-plugin-zephyr"
15
+ },
4
16
  "license": "Apache-2.0",
17
+ "author": {
18
+ "name": "ZephyrCloudIO",
19
+ "url": "https://github.com/ZephyrCloudIO"
20
+ },
5
21
  "type": "commonjs",
6
22
  "main": "dist/index.js",
7
23
  "types": "dist/index.d.ts",
@@ -15,16 +31,14 @@
15
31
  "tslib": "catalog:typescript",
16
32
  "zephyr-agent": "workspace:*"
17
33
  },
18
- "keywords": [
19
- "rollup",
20
- "rollup-plugin",
21
- "zephyr",
22
- "deploy"
23
- ],
24
34
  "devDependencies": {
25
- "@typescript-eslint/eslint-plugin": "catalog:eslint",
26
35
  "@types/is-ci": "catalog:typescript",
27
- "ts-jest": "catalog:typescript",
28
- "@types/jest": "catalog:typescript"
36
+ "@types/jest": "catalog:typescript",
37
+ "@typescript-eslint/eslint-plugin": "catalog:eslint",
38
+ "ts-jest": "catalog:typescript"
39
+ },
40
+ "publishConfig": {
41
+ "access": "public",
42
+ "provenance": true
29
43
  }
30
44
  }
package/package.json CHANGED
@@ -1,7 +1,23 @@
1
1
  {
2
2
  "name": "rollup-plugin-zephyr",
3
- "version": "0.0.39",
3
+ "version": "0.0.42",
4
+ "description": "Rollup plugin for Zephyr",
5
+ "keywords": [
6
+ "rollup",
7
+ "rollup-plugin",
8
+ "zephyr",
9
+ "deploy"
10
+ ],
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/ZephyrCloudIO/zephyr-packages.git",
14
+ "directory": "libs/rollup-plugin-zephyr"
15
+ },
4
16
  "license": "Apache-2.0",
17
+ "author": {
18
+ "name": "ZephyrCloudIO",
19
+ "url": "https://github.com/ZephyrCloudIO"
20
+ },
5
21
  "type": "commonjs",
6
22
  "main": "dist/index.js",
7
23
  "types": "dist/index.d.ts",
@@ -9,19 +25,17 @@
9
25
  "is-ci": "^4.1.0",
10
26
  "rollup": "^4.36.0",
11
27
  "tslib": "^2.8.1",
12
- "zephyr-agent": "0.0.39"
28
+ "zephyr-agent": "0.0.42"
13
29
  },
14
- "keywords": [
15
- "rollup",
16
- "rollup-plugin",
17
- "zephyr",
18
- "deploy"
19
- ],
20
30
  "devDependencies": {
21
- "@typescript-eslint/eslint-plugin": "^8.27.0",
22
31
  "@types/is-ci": "3.0.4",
23
- "ts-jest": "^29.2.6",
24
- "@types/jest": "29.5.14"
32
+ "@types/jest": "29.5.14",
33
+ "@typescript-eslint/eslint-plugin": "^8.27.0",
34
+ "ts-jest": "^29.2.6"
35
+ },
36
+ "publishConfig": {
37
+ "access": "public",
38
+ "provenance": true
25
39
  },
26
40
  "scripts": {
27
41
  "build": "nx run rollup-plugin-zephyr:build",