@targetprocess/encryptor-client 1.9.0 → 1.10.1

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/package.json CHANGED
@@ -1,17 +1,18 @@
1
1
  {
2
2
  "name": "@targetprocess/encryptor-client",
3
- "version": "1.9.0",
3
+ "version": "1.10.1",
4
4
  "description": "Client for octopus secrets encryption service",
5
5
  "files": [
6
- "lib"
6
+ "bin/src"
7
7
  ],
8
- "main": "lib/src/client.js",
9
- "typings": "lib/src/client.d.ts",
8
+ "main": "bin/src/client.js",
9
+ "typings": "bin/src/client.d.ts",
10
10
  "scripts": {
11
11
  "generate": "npm run _clean && npm run build",
12
12
  "rebuild": "npm run _clean && npm run build",
13
13
  "build": "tsc -b --pretty",
14
- "_clean": "rimraf lib"
14
+ "_clean": "rimraf bin",
15
+ "prepublishOnly": "npm run rebuild"
15
16
  },
16
17
  "keywords": [
17
18
  "sdk"
@@ -19,7 +20,7 @@
19
20
  "author": "Ilya Dus <dus@targetprocess.com>",
20
21
  "license": "ISC",
21
22
  "devDependencies": {
22
- "@types/node": "^12.12.6"
23
+ "@types/node": "^18.17.0"
23
24
  },
24
25
  "peerDependencies": {
25
26
  "cross-fetch": "3.x"
@@ -31,5 +32,5 @@
31
32
  "publishConfig": {
32
33
  "access": "public"
33
34
  },
34
- "gitHead": "844cddfae7dbe8ee04cc1459dfab63f590a787f8"
35
+ "gitHead": "8ef2c7830b9ca335aaf3e0b87f15f5e072cc88f2"
35
36
  }
package/CHANGELOG.md DELETED
@@ -1,159 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [1.9.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/encryptor-client@1.9.0-alpha.0...@targetprocess/encryptor-client@1.9.0) (2021-02-01)
7
-
8
- **Note:** Version bump only for package @targetprocess/encryptor-client
9
-
10
-
11
-
12
-
13
-
14
- <a name="1.8.1"></a>
15
- ## [1.8.1](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/encryptor-client@1.8.0...@targetprocess/encryptor-client@1.8.1) (2020-08-13)
16
-
17
-
18
-
19
-
20
- **Note:** Version bump only for package @targetprocess/encryptor-client
21
-
22
- <a name="1.8.0"></a>
23
- # [1.8.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/encryptor-client@1.7.0...@targetprocess/encryptor-client@1.8.0) (2020-06-08)
24
-
25
-
26
- ### Features
27
-
28
- * **nodejs:** update node to v12 for all packages ([9eb108b](https://gitlab.tpondemand.net/ci-cd/octopus/commit/9eb108b))
29
-
30
-
31
-
32
-
33
- <a name="1.7.0"></a>
34
- # [1.7.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/encryptor-client@1.6.0...@targetprocess/encryptor-client@1.7.0) (2020-04-29)
35
-
36
-
37
- ### Features
38
-
39
- * **encryptor:** implement copySecrets command on encryptor side ([1feae01](https://gitlab.tpondemand.net/ci-cd/octopus/commit/1feae01))
40
-
41
-
42
-
43
-
44
- <a name="1.6.1"></a>
45
- ## [1.6.1](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/encryptor-client@1.6.0...@targetprocess/encryptor-client@1.6.1) (2020-04-23)
46
-
47
-
48
-
49
-
50
- **Note:** Version bump only for package @targetprocess/encryptor-client
51
-
52
- <a name="1.6.0"></a>
53
- # [1.6.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/encryptor-client@1.5.2...@targetprocess/encryptor-client@1.6.0) (2020-02-25)
54
-
55
-
56
- ### Features
57
-
58
- * **secrets:** introduce secrets class ([d1f5203](https://gitlab.tpondemand.net/ci-cd/octopus/commit/d1f5203))
59
-
60
-
61
-
62
-
63
- <a name="1.5.2"></a>
64
- ## [1.5.2](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/encryptor-client@1.5.1...@targetprocess/encryptor-client@1.5.2) (2020-02-03)
65
-
66
-
67
-
68
-
69
- **Note:** Version bump only for package @targetprocess/encryptor-client
70
-
71
- <a name="1.5.1"></a>
72
- ## [1.5.1](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/encryptor-client@1.5.0...@targetprocess/encryptor-client@1.5.1) (2020-01-23)
73
-
74
-
75
- ### Bug Fixes
76
-
77
- * **swagger:** fix swagger specification for secrets generation endpoint in encryptor ([5d9db47](https://gitlab.tpondemand.net/ci-cd/octopus/commit/5d9db47))
78
-
79
-
80
-
81
-
82
- <a name="1.5.0"></a>
83
- # [1.5.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/encryptor-client@1.4.0...@targetprocess/encryptor-client@1.5.0) (2020-01-15)
84
-
85
-
86
- ### Features
87
-
88
- * **encryptor:** add secrets generation ([fa5a7d9](https://gitlab.tpondemand.net/ci-cd/octopus/commit/fa5a7d9))
89
-
90
-
91
-
92
-
93
- <a name="1.4.0"></a>
94
- # [1.4.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/encryptor-client@1.3.1...@targetprocess/encryptor-client@1.4.0) (2019-12-06)
95
-
96
-
97
- ### Features
98
-
99
- * **encryptor:** encryptor api refactor ([a79f2f6](https://gitlab.tpondemand.net/ci-cd/octopus/commit/a79f2f6))
100
-
101
-
102
-
103
-
104
- <a name="1.3.1"></a>
105
- ## [1.3.1](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/encryptor-client@1.3.0...@targetprocess/encryptor-client@1.3.1) (2019-12-04)
106
-
107
-
108
-
109
-
110
- **Note:** Version bump only for package @targetprocess/encryptor-client
111
-
112
- <a name="1.3.0"></a>
113
- # [1.3.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/encryptor-client@1.1.0...@targetprocess/encryptor-client@1.3.0) (2019-11-11)
114
-
115
-
116
- ### Features
117
-
118
- * **secrets:** add flag indicating whether secret scope is shared or cluster-specific ([0abd0a9](https://gitlab.tpondemand.net/ci-cd/octopus/commit/0abd0a9))
119
-
120
-
121
-
122
-
123
- <a name="1.2.0"></a>
124
- # [1.2.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/encryptor-client@1.1.0...@targetprocess/encryptor-client@1.2.0) (2019-11-08)
125
-
126
-
127
- ### Features
128
-
129
- * **secrets:** add flag indicating whether secret scope is shared or cluster-specific ([3f4bfeb](https://gitlab.tpondemand.net/ci-cd/octopus/commit/3f4bfeb))
130
-
131
-
132
-
133
-
134
- <a name="1.1.0"></a>
135
- # 1.1.0 (2019-11-06)
136
-
137
-
138
- ### Features
139
-
140
- * **encryption:** encrypt secrets for specific cluster with it's own key ([ef032b3](https://gitlab.tpondemand.net/ci-cd/octopus/commit/ef032b3))
141
-
142
-
143
-
144
-
145
- <a name="1.0.1"></a>
146
- ## 1.0.1 (2019-10-31)
147
-
148
-
149
-
150
-
151
- **Note:** Version bump only for package @targetprocess/encryptor-client
152
-
153
- <a name="1.0.0"></a>
154
- # 1.0.0 (2019-10-24)
155
-
156
-
157
- ### Features
158
-
159
- * init encryptor service client