Skip to content

Commit 98ed7d1

Browse files
committed
add licenses, rm prerelease
Signed-off-by: Todd Baert <[email protected]>
1 parent a7db6bd commit 98ed7d1

File tree

20 files changed

+40
-22
lines changed

20 files changed

+40
-22
lines changed

libs/hooks/open-telemetry/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@openfeature/open-telemetry-hooks",
33
"version": "0.4.0",
4+
"license": "Apache-2.0",
45
"repository": {
56
"type": "git",
67
"url": "https://github.com/open-feature/js-sdk-contrib.git",
@@ -16,6 +17,5 @@
1617
"peerDependencies": {
1718
"@openfeature/server-sdk": "^1.13.0",
1819
"@opentelemetry/api": ">=1.3.0"
19-
},
20-
"license": "Apache-2.0"
20+
}
2121
}

libs/providers/config-cat-web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@openfeature/config-cat-web-provider",
33
"version": "0.1.3",
4+
"license": "Apache-2.0",
45
"scripts": {
56
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
67
"current-version": "echo $npm_package_version"

libs/providers/config-cat/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@openfeature/config-cat-provider",
33
"version": "0.7.2",
4+
"license": "Apache-2.0",
45
"scripts": {
56
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
67
"current-version": "echo $npm_package_version"

libs/providers/env-var/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@openfeature/env-var-provider",
33
"version": "0.3.1",
4+
"license": "Apache-2.0",
45
"scripts": {
56
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
67
"current-version": "echo $npm_package_version"

libs/providers/flagd-web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@openfeature/flagd-web-provider",
33
"version": "0.7.2",
4+
"license": "Apache-2.0",
45
"scripts": {
56
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
67
"current-version": "echo $npm_package_version"

libs/providers/flagd/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@openfeature/flagd-provider",
33
"version": "0.13.1",
4+
"license": "Apache-2.0",
45
"scripts": {
56
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
67
"current-version": "echo $npm_package_version"

libs/providers/flagsmith-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openfeature/flagsmith-client-provider",
33
"version": "0.1.2",
4-
4+
"license": "Apache-2.0",
55
"main": "./src/index.js",
66
"typings": "./src/index.d.ts",
77
"scripts": {

libs/providers/flipt-web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@openfeature/flipt-web-provider",
33
"version": "0.1.1",
4+
"license": "Apache-2.0",
45
"main": "./src/index.js",
56
"typings": "./src/index.d.ts",
67
"scripts": {

libs/providers/flipt/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@openfeature/flipt-provider",
33
"version": "0.1.2",
4+
"license": "Apache-2.0",
45
"main": "./src/index.js",
56
"typings": "./src/index.d.ts",
67
"scripts": {

libs/providers/go-feature-flag-web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@openfeature/go-feature-flag-web-provider",
33
"version": "0.2.3",
4+
"license": "Apache-2.0",
45
"scripts": {
56
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
67
"current-version": "echo $npm_package_version"

0 commit comments

Comments
 (0)