@golar-rstack/core 0.1.0 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +12 -2
package/package.json CHANGED
@@ -1,10 +1,19 @@
1
1
  {
2
2
  "name": "@golar-rstack/core",
3
3
  "type": "module",
4
- "version": "0.1.0",
4
+ "version": "0.2.0",
5
5
  "description": "Shared golar runner and diagnostic parsing for the Rstack golar plugins",
6
6
  "license": "MIT",
7
7
  "author": "Oskar Lebuda",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/OskarLebuda/golar-rstack-plugin.git",
11
+ "directory": "packages/core"
12
+ },
13
+ "bugs": {
14
+ "url": "https://github.com/OskarLebuda/golar-rstack-plugin/issues"
15
+ },
16
+ "homepage": "https://github.com/OskarLebuda/golar-rstack-plugin#readme",
8
17
  "keywords": [
9
18
  "golar",
10
19
  "typecheck",
@@ -38,7 +47,8 @@
38
47
  "typescript": "^6.0.3"
39
48
  },
40
49
  "publishConfig": {
41
- "access": "public"
50
+ "access": "public",
51
+ "provenance": true
42
52
  },
43
53
  "engines": {
44
54
  "node": ">=22.12"