0.0.33 • Published 1 day ago

@hology/core v0.0.33

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
1 day ago

Setup debugging (VS Code)

Add this launch configuration to easily debug the current test file.

{
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
      {
        "type": "node",
        "request": "launch",
        "name": "Debug Current Test File (Hology Core)",
        "autoAttachChildProcesses": true,
        "skipFiles": ["<node_internals>/**", "**/node_modules/**"],
        "program": "${workspaceRoot}/packages/core/node_modules/vitest/vitest.mjs",
        "args": ["run", "${relativeFile}"],
        "smartStep": true,
        "console": "integratedTerminal"
      }
    ]
  }

Alternatively, open a JavaScript Debug Terminal and run npm run test

Releasing a new version

  1. Delete dist. npm run clean
  2. Update version in package.json. npm run bump
  3. Install with npm i --package-lock-only to update the lock file
  4. Build with npm run build
  5. Publish with npm publish
0.0.33

1 day ago

0.0.32

11 days ago

0.0.30

29 days ago

0.0.31

29 days ago

0.0.29

2 months ago

0.0.27

3 months ago

0.0.26

3 months ago

0.0.24

4 months ago

0.0.25

4 months ago

0.0.23

5 months ago

0.0.22

5 months ago

0.0.21

5 months ago

0.0.20

5 months ago

0.0.10

10 months ago

0.0.11

10 months ago

0.0.12

10 months ago

0.0.13

10 months ago

0.0.14

8 months ago

0.0.15

7 months ago

0.0.16

7 months ago

0.0.17

7 months ago

0.0.18

5 months ago

0.0.19

5 months ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago