@next-k8s/nats-test 1.0.11 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.12](https://github.com/mathiscode/next-k8s/compare/@next-k8s/nats-test@1.0.11...@next-k8s/nats-test@1.0.12) (2022-07-30)
7
+
8
+ **Note:** Version bump only for package @next-k8s/nats-test
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.0.11](https://github.com/mathiscode/next-k8s/compare/@next-k8s/nats-test@1.0.10...@next-k8s/nats-test@1.0.11) (2022-07-12)
7
15
 
8
16
  **Note:** Version bump only for package @next-k8s/nats-test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-k8s/nats-test",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "nats-test",
5
5
  "scripts": {
6
6
  "publisher": "ts-node-dev --rs --notify false src/publisher.ts",
@@ -10,10 +10,11 @@
10
10
  "access": "public"
11
11
  },
12
12
  "dependencies": {
13
+ "@next-k8s/common": "^0.1.36",
13
14
  "@types/node": "^18.0.1",
14
15
  "node-nats-streaming": "^0.3.2",
15
16
  "ts-node-dev": "^2.0.0",
16
17
  "typescript": "^4.7.4"
17
18
  },
18
- "gitHead": "10be151191ede8c7f7f5c459c716e09502e8e4d1"
19
+ "gitHead": "b2b69ab41a506a1496d8fa6aa5c2e150504bdde2"
19
20
  }