@or-sdk/permissions-cli 1.1.1-beta.3314.0 → 1.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.
- package/CHANGELOG.md +9 -0
- package/package.json +3 -3
- package/dist/version.js +0 -5
- package/dist/version.js.map +0 -1
- package/scripts/generate-version.js +0 -8
- package/src/version.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
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.2.0](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/compare/@or-sdk/permissions-cli@1.1.0...@or-sdk/permissions-cli@1.2.0) (2025-01-20)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **PermissionsCli:** Fix version ([13915a7](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/commit/13915a781840f6842a3365ee5ef9ca96e5edac6f))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## 1.1.0 (2025-01-20)
|
|
7
16
|
|
|
8
17
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@or-sdk/permissions-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"bin": {
|
|
6
6
|
"@or-sdk/permissions-cli": "./dist/PermissionCli.js"
|
|
7
7
|
},
|
|
8
8
|
"scripts": {
|
|
9
|
-
"prebuild": "node scripts/generate-version.js",
|
|
10
9
|
"build": "pnpm clean && tsc --project tsconfig.json",
|
|
11
10
|
"build:watch": "tsc --project tsconfig.json -w",
|
|
12
11
|
"clean": "rm -rf ./dist",
|
|
@@ -23,5 +22,6 @@
|
|
|
23
22
|
},
|
|
24
23
|
"publishConfig": {
|
|
25
24
|
"access": "public"
|
|
26
|
-
}
|
|
25
|
+
},
|
|
26
|
+
"gitHead": "89acef447d4bf5f07652c184d4e62c948fdbdd49"
|
|
27
27
|
}
|
package/dist/version.js
DELETED
package/dist/version.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,mBAAmB,CAAC"}
|
package/src/version.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const VERSION = '1.1.1-beta.3314.0';
|