Skip to content

Commit

Permalink
fix: package name to "adobe"
Browse files Browse the repository at this point in the history
  • Loading branch information
solaris007 committed Nov 27, 2023
1 parent 3ce9a6c commit 475434e
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 11 deletions.
74 changes: 69 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@adobe-rnd/spacecat-shared-monorepo",
"name": "@adobe/spacecat-shared-monorepo",
"private": true,
"version": "1.0.0",
"description": "Shared modules of the Spacecat Services - monorepo",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ to print a hello world.

```js
import wrap from '@adobe/helix-shared-wrap';
import example from '@adobe-rnd/spacecat-shared-example';
import example from '@adobe/spacecat-shared-example';

...

Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-example/junit/test-results.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<testsuite name="Mocha Tests" tests="1" failures="0" errors="0" skipped="0" timestamp="Mon, 27 Nov 2023 07:51:45 GMT" time="0.002">
<testsuite name="Mocha Tests" tests="1" failures="0" errors="0" skipped="0" timestamp="Mon, 27 Nov 2023 08:11:30 GMT" time="0.003">
<testcase classname="example function" name="should call the passed function and log the correct message" time="0.001"/>
</testsuite>
2 changes: 1 addition & 1 deletion packages/spacecat-shared-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/adobe-rnd/spacecat-shared.git"
"url": "https://github.com/adobe/spacecat-shared.git"
},
"author": "",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-example/src/example-wrapper.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export declare interface ExampleOptions {
*
* ```js
* const { wrap } = require('@adobe/helix-shared');
* const { example } = require('@adobe-rnd/spacecat-shared');
* const { example } = require('@adobe/spacecat-shared');
*
* async function main(req, context) {
* const { enc } = context;
Expand Down
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'local>adobe-rnd/spacecat-shared'
'local>adobe/spacecat-shared'
],
packageRules: [
{
Expand Down

0 comments on commit 475434e

Please sign in to comment.