Skip to content

Commit 4d46da7

Browse files
committed
chore: update package name to "@workfront/workfront-api"
1 parent 4d128bb commit 4d46da7

File tree

4 files changed

+13
-29
lines changed

4 files changed

+13
-29
lines changed

CHANGELOG.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
## 10.0.0 (2025-03-24)
2-
3-
* fix: sanitize package name in rollup config ([8a7bfef](https://github.com/Workfront/workfront-api/commit/8a7bfef))
4-
5-
6-
7-
## 9.0.0 (2025-03-24)
8-
9-
* feat!: move package to workfront scope ([a057641](https://github.com/Workfront/workfront-api/commit/a057641))
10-
11-
12-
### BREAKING CHANGE
13-
14-
* workfront-api is deprecated. use "@workfront/api" instead.
15-
16-
171
## <small>8.1.1 (2023-06-03)</small>
182

193
- chore: specify minimum supported Node version ([84f08ea](https://github.com/Workfront/workfront-api/commit/84f08ea))

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @workfront/api
1+
# @workfront/workfront-api
22

33
[![NPM downloads][npm-downloads-image]][npm-url]
44
[![Apache v2 License][license-image]][license-url]
@@ -16,11 +16,11 @@ If used in browser environment you may need to polyfill Promises (see ES6 Promis
1616

1717
#### Server-side
1818

19-
Install as a dependency: `npm install --save @workfront/api`.
20-
Then `require('@workfront/api')` in your code. For example:
19+
Install as a dependency: `npm install --save @workfront/workfront-api`.
20+
Then `require('@workfront/workfront-api')` in your code. For example:
2121

2222
```javascript
23-
const Workfront = require('@workfront/api')
23+
const Workfront = require('@workfront/workfront-api')
2424

2525
/**
2626
* The console.log statement below will output the following:
@@ -102,9 +102,9 @@ See the top-level file `LICENSE` and
102102

103103
[license-image]: http://img.shields.io/badge/license-APv2-blue.svg?style=flat-square
104104
[license-url]: LICENSE
105-
[npm-url]: https://www.npmjs.org/package/@workfront/api
106-
[npm-version-image]: https://img.shields.io/npm/v/@workfront/api.svg?style=flat-square
107-
[npm-downloads-image]: https://img.shields.io/npm/dm/@workfront/api.svg?style=flat-square
105+
[npm-url]: https://www.npmjs.org/package/@workfront/workfront-api
106+
[npm-version-image]: https://img.shields.io/npm/v/@workfront/workfront-api.svg?style=flat-square
107+
[npm-downloads-image]: https://img.shields.io/npm/dm/@workfront/workfront-api.svg?style=flat-square
108108
[codecov-url]: https://codecov.io/gh/Workfront/workfront-api
109109
[codecov-image]: https://codecov.io/gh/Workfront/workfront-api/branch/master/graph/badge.svg
110110
[code-climate-url]: https://codeclimate.com/github/Workfront/workfront-api

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@workfront/api",
3-
"version": "10.0.0",
2+
"name": "@workfront/workfront-api",
3+
"version": "8.1.1",
44
"description": "A Workfront API for the Node.js and the Web",
55
"main": "dist/workfront-api.cjs.js",
66
"module": "dist/workfront-api.es.js",

0 commit comments

Comments
 (0)