Skip to content

Commit 7905fc8

Browse files
Aiinfo diffcache (#114)
* add changelog to output * add clearCache utility * update cache * add writeChangelog util * ignore package.json in biome lint * @instructure.ai/[email protected] * fix lint issues * @instructure.ai/[email protected] * use vite-node/loader * [email protected] * use loader as an export * [email protected] * use custom loader * [email protected] * quote loader * use correct path * [email protected] * proper quotes * use nextLoad * use register instead of experimentalLoader * --no-git-checks b/c we're building here! * [email protected] * [email protected] * proper quoting * [email protected] * async import * [email protected] * move register to loader script * [email protected] * Update scripts/loader.mjs Co-authored-by: Copilot <[email protected]> * proper release folder * [email protected] * use dirname for loader * ci=1 for current caches * [email protected] * pack build * [email protected] * set env name * [email protected] --------- Co-authored-by: Copilot <[email protected]>
1 parent 5ea2e2d commit 7905fc8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212

1313
jobs:
1414
publish:
15+
environment: npm-release
1516
runs-on: ubuntu-latest
1617

1718
steps:

packages/aiinfo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
"sideEffects": false,
4949
"type": "module",
5050
"types": "./dist/index.d.ts",
51-
"version": "1.2.12"
51+
"version": "1.2.13"
5252
}

0 commit comments

Comments
 (0)