Skip to content

Commit

Permalink
[ci] release (#5)
Browse files Browse the repository at this point in the history
## @inox-tools/[email protected]

### Patch Changes

-   c7a6583: Initial test release
  • Loading branch information
Fryuni authored Jan 21, 2024
1 parent c7a6583 commit e9df2c6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-numbers-search.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/inline-mod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @inox-tools/inline-mod

## 0.0.1

### Patch Changes

- c7a6583: Initial test release
2 changes: 1 addition & 1 deletion packages/inline-mod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/inline-mod",
"version": "0.0.0",
"version": "0.0.1",
"description": "Define a virtual module inline with any reference to buildtime values",
"keywords": [
"vite-plugin"
Expand Down
6 changes: 3 additions & 3 deletions packages/inline-mod/src/closure/inspectCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { Entry, EntryRegistry } from './entry.js';
import { Lazy } from './lazy.js';
import { getModuleFromPath } from './package.js';
import {
parseFunction,
type CapturedPropertyChain,
type CapturedVariables
parseFunction,
type CapturedPropertyChain,
type CapturedVariables,
} from './parseFunction.js';
import { rewriteSuperReferences } from './rewriteSuper.js';
import { InspectedFunction, type PropertyInfo, type PropertyMap } from './types.js';
Expand Down
8 changes: 4 additions & 4 deletions packages/inline-mod/src/closure/serialization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
import type { Entry } from './entry.js';
import type { InspectedFunction } from './types.js';
import {
type InspectedObject,
type PropertyInfo,
type PropertyInfoAndValue,
type PropertyMap
type InspectedObject,
type PropertyInfo,
type PropertyInfoAndValue,
type PropertyMap,
} from './types.js';
import * as utils from './utils.js';

Expand Down

0 comments on commit e9df2c6

Please sign in to comment.