Skip to content

Commit 39ab66a

Browse files
authored
Aiinfo diffcache (#107)
* add changelog to output * add clearCache utility * update cache * add writeChangelog util * ignore package.json in biome lint * @instructure.ai/aiinfo@1.1.2 * fix lint issues * @instructure.ai/aiinfo@1.2.0 * use vite-node/loader * aiinfo@1.2.1 * use loader as an export * aiinfo@1.2.2 * use custom loader * aiinfo@1.2.3 * quote loader * use correct path * aiinfo@1.2.4 * proper quotes * use nextLoad * use register instead of experimentalLoader * --no-git-checks b/c we're building here! * aiinfo@1.2.5 * aiinfo@1.2.6 * proper quoting * aiinfo@1.2.7
1 parent f820bbd commit 39ab66a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
pnpm install --frozen-lockfile
5959
6060
# NOW enable vite-node loader using the new register() API
61-
export NODE_OPTIONS="--import='data:text/javascript,import { register } from \"node:module\"; import { pathToFileURL } from \"node:url\"; register(\"${{ github.workspace }}/scripts/loader.mjs\", pathToFileURL(\"./\"));'"
61+
export NODE_OPTIONS="--import=data:text/javascript,import { register } from \"node:module\"; import { pathToFileURL } from \"node:url\"; register(\"${{ github.workspace }}/scripts/loader.mjs\", pathToFileURL(\"./\"));"
6262
6363
# Build
6464
if [ "$PKG_NAME" = "shared-configs" ]; then

packages/aiinfo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
"sideEffects": false,
4848
"type": "module",
4949
"types": "./dist/index.d.ts",
50-
"version": "1.2.6"
50+
"version": "1.2.7"
5151
}

0 commit comments

Comments
 (0)