@remkoj/optimizely-cms-api 5.1.3 → 5.1.5

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 (3) hide show
  1. package/LICENSE +12 -12
  2. package/dist/index.d.ts +1 -0
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,13 +1,13 @@
1
- Copyright 2023 Remko Jantzen
2
-
3
- Licensed under the Apache License, Version 2.0 (the "License");
4
- you may not use this file except in compliance with the License.
5
- You may obtain a copy of the License at
6
-
7
- http://www.apache.org/licenses/LICENSE-2.0
8
-
9
- Unless required by applicable law or agreed to in writing, software
10
- distributed under the License is distributed on an "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- See the License for the specific language governing permissions and
1
+ Copyright 2023 Remko Jantzen
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
13
  limitations under the License.
package/dist/index.d.ts CHANGED
@@ -6,6 +6,7 @@ export { ApiClient as CmsIntegrationApiClient } from './api-client';
6
6
  export { OptiCmsVersion } from "./types";
7
7
  import { type CmsIntegrationApiOptions } from './config';
8
8
  import { ApiClient as CmsIntegrationApiClient } from './api-client';
9
+ export type ApiClientInstance = InstanceType<typeof CmsIntegrationApiClient>;
9
10
  export declare function createClient(config?: CmsIntegrationApiOptions): CmsIntegrationApiClient;
10
11
  export declare enum ContentRoots {
11
12
  /**
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@remkoj/optimizely-cms-api",
3
3
  "displayName": "Optimizely CMS - Integration API Client",
4
4
  "description": "A Javascript client for the Integration API provided by the Optimizely CMS.",
5
- "version": "5.1.3",
5
+ "version": "5.1.5",
6
6
  "type": "commonjs",
7
7
  "license": "Apache-2.0",
8
8
  "main": "./dist/index.js",
@@ -11,8 +11,8 @@
11
11
  "./dist"
12
12
  ],
13
13
  "devDependencies": {
14
- "@types/node": "^22.16.4",
15
- "dotenv": "^16.6.1",
14
+ "@types/node": "^22.16.5",
15
+ "dotenv": "^17.2.0",
16
16
  "glob": "^11.0.3",
17
17
  "openapi-typescript-codegen": "^0.29.0",
18
18
  "tslib": "^2.8.1",